The UNICODE function is one of the text and data functions. Is used to return the number (code point) corresponding to the first character of the text.
Syntax
UNICODE(text)
The UNICODE function has the following argument:
Argument
Description
text
The text string beginning with the character you want to get the Unicode value for.