CHAR
Returns a Unicode character based on its number.
Returns a Unicode character based on its number.
CHAR(charNumber)
charNumber - a positive number whose according Unicode character is returned - Value type: number
The complete current list of Unicode characters is listed at Wikipedia.
Not all Unicode characters are available on all devices. Sometimes a required font need to be installed before the character can be displayed.
If charNumber is negative, zero or greater than the maximum value of the current Unicode character set, an empty string (““) is returned.