UNICHAR function

Category: Text
Introduced: Excel 2013

Summary

Returns the Unicode character that is references by the given numeric value

Syntax

UNICHAR(number) The UNICHAR function syntax has the following arguments.
• Number Required. Number is the Unicode number that represents the character.

Example

=UNICHAR(66)
=UNICHAR(32)
=UNICHAR(0)

Microsoft Support Page

https://support.microsoft.com/en-us/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8

Back to Functions