CHAR
Convert a number into a character according to the current Unicode table.
Parameters
number
Number (required) - The number of the character to look up from the current Unicode table in decimal format.
Returns
String
Examples
CHAR(65)
// returns "A"
CHAR(1337)
// returns "Թ"
Updated about 2 months ago