The UNICODE Function is part of the Excel Text Functions category. It will return the number (code point) for the first character in a text string given.
Syntax :
=UNICODE(text)
Parameters :
Example :
Assume we are given a collection of data to convert to UNICODE characters. First, as seen below, we will list the data in a column:
We will enter the formula in the adjacent column: =UNICODE(B5)
We get the outcome : 79.
Ask Your Query