Returns the unicode number associated with a character
UNICODE(value)
UNICODE checks value returning the unicode number associated with value.
Example:
If A1 contains A:
UNICODE(A1)
returns 65
A | B | ||
|---|---|---|---|
1 | A | 65 |
Scenario: You have a list of special characters or symbols that you need to identify and classify. For example, you might be an analyst working with data from different languages or sources, and you need to understand the underlying character codes to ensure consistent data processing and display.
Goal: Use the UNICODE function to get the numerical code for each character in your list. This is useful for troubleshooting display issues, creating custom sorting rules, or simply documenting the characters you are working with.
Table:
Character | ||
|---|---|---|
A | ||
1 | € | |
2 | © | |
3 | ñ | |
4 | 😎 | |
5 | ★ |
The Formula:
In this example, the UNICODE function will be used in column C to find the Unicode value of the character in column A.
Final Table:
After applying the formulas, your table would look like this:
Character | Function | Unicode Value | ||
|---|---|---|---|---|
A | B | C | ||
1 | € | UNICODE(A1) | 8364 | |
2 | © | UNICODE(A2) | 169 | |
3 | ñ | UNICODE(A3) | 241 | |
4 | 😎 | UNICODE(A4) | 55357 | |
5 | ★ | UNICODE(A5) | 9733 |
PRODUCT & FEATURES
RESOURCES
Terms | Privacy | Spam Policy
© 2026 Zapof