UNICODE Function

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.

Notes

How to apply the UNICODE function.

Examples

The figure below displays the result returned by the UNICODE function.

UNICODE Function