UNICODE
Description
Returns the numeric value (code point) for the first character in the specified text
string.
Syntax
UNICODE(
text
)
- text: The text that you want the Unicode value for; the function returns the first character's value.
Example
Formula | Result |
|---|---|
=UNICODE(A1)
Where cell A1 contains
T
.
| 84 |