UNICHAR(number)
=UNICHAR(66)
The UNICHAR function can be used to return a character. It takes a single argument, the numerical code of the character that you wish to return. For example, the example will return the uppercase B character.
=UNICHAR(32)
The UNICHAR function can also be used to return whitespace characters. For instance, this formula will return the space character.
The UNICHAR function is a useful tool that returns the Unicode character referenced by a numeric value. It requires a single numeric argument and will return a #VALUE! error if given a zero argument.