UNICODE

The UNICODE function returns the Unicode numeric code (the "code point") for the first character of the text string passed as an argument.

Syntax

UNICODE(
    text
)

Parameters
  • text: Text for whose first character the Unicode numeric code will be returned.
Returned value

The UNICODE function returns an integer.

Additional Information

A complete list of Unicode codes can be found at this link.

Examples

This example shows the Unicode code for the first character of multiple texts.

UNICODE function: Example of use

Related functions
Category
Text
Submitted by admin on Mon, 12/03/2018 - 23:55