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.

Related functions
              
          Category
              Text
          