The UNICODE function in Excel returns the UNICODE number corresponding to the entered character. To understand more about its syntax and usage, please follow the article below.
UNICODE Function in Excel, Example
How to Use UNICODE Function in Excel - Illustrated Examples
Syntax: UNICODE(text)
Where: Text: is the character you want to retrieve the Unicode value of
Consider an Example
We have a table of Unicode values as shown below. If you want to explore which characters return which Unicode values, follow the steps below and observe the results. In cell E5, enter the formula =UNICODE(D5). Then we get the result as 65
Drag the mouse to copy the formula down to the cells below for the remaining results.
So now you know how to use the UNICODE function in Excel. You can apply it to your problem to get the fastest results. Additionally, if you want to convert back, that is, get the character Unicode of the entered number, you use the UNICHAR function in Excel.