UNICODE
The UNICODE
function in Google Sheets returns the decimal Unicode value of the first character of the text.
Function Syntax and Parameters
Syntax: UNICODE(text)
Parameters:
text
: The text from which to extract the Unicode value of the first character.
Step-by-Step Tutorial
- Using
UNICODE
function:- Example:
=UNICODE("A")
- Result:
65
- Example:
Use Cases and Scenarios
There are numerous use cases for the UNICODE
function:
- Character Mapping: Use
UNICODE
to map characters to their corresponding Unicode values. - Text Analysis: Extract Unicode values to analyze and compare different texts.