UNICODE function

Category: Text
Introduced: Excel 2013

Summary

Returns the number (code point) that corresponds to the first character of the text

Syntax

UNICODE(text) The UNICODE function syntax has the following arguments.
• Text Required. Text is the character for which you want the Unicode value.

Example

=UNICODE(" ")
=UNICODE("B")

Microsoft Support Page

https://support.microsoft.com/en-us/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f

Back to Functions