UNICODE
Returns the number (code point) that corresponds to the first character of the text.
TextText Processing
What it does
Returns Unicode number for a character.
Syntax
UNICODE(text)
Arguments
text(text) β Character.
Examples
Get Code
Code for 'A'.
FORMULA
=UNICODE("A")RESULT
65
SAMPLE DATA
| A | |
|---|---|
| 1 | Char |
| 2 | A |