Inspect characters by the row. Returns the codepoint, category and name for any character β Sheets or Excel.
It's one of 250+ live sources you reach with a single =VERVE() function β served from APIVerve's production data engine, billed at 1 credit per resolved cell, and refreshed on whatever cadence you set. No API keys to wrangle, no scripts, no exports.
A real example β the input you type, and the values you can pull from it. Click any cell to see the formula behind it.
Fill =VERVE("unicodelookup", "π", "field", "codepoint") down a column of identifiers and expand each into full, structured detail β no manual lookups.
Add Unicode Lookup beside your existing rows to append the fields you were missing, right where the data lives.
Let auto-refresh re-resolve the column on a schedule so the enriched data never goes stale.
The same function works in both apps β install once, sign in with your key, and type it into any cell.
Install from the Workspace Marketplace, then drop the formula into a cell. Autocomplete suggests the source and its fields.
=VERVE("unicodelookup", "π", "field", "codepoint")Same source, same arguments, same key β in Excel on desktop, the web, or mobile. Excel namespaces it as VERVE.CALL. Drag to fill a whole column.
=VERVE.CALL("unicodelookup", "π", "field", "codepoint")Tune the result by adding name=value before the field argument β in any order. Leave one out and its default applies.
The Unicode codepoint in hex (e.g., '1F44B' or 'U+1F44B')
=VERVE("unicodelookup", "π", "codepoint", "1F44B")Add a field name as the last argument to land just that value in the cell.
=VERVE("unicodelookup", "π", "field", "decimal")=VERVE("unicodelookup", "π", "field", "hex")=VERVE("unicodelookup", "π", "field", "utf16")=VERVE("unicodelookup", "π", "field", "category")=VERVE("unicodelookup", "π", "field", "character")=VERVE("unicodelookup", "π", "field", "codepoint")Everything you need to wire it into a sheet.