CHAR Function
From Planfix
The CHAR function returns a string containing the character with the given code. As an argument, it takes the numeric value of the desired character in UTF-16.
Format:
CHAR(number)
Examples:
CHAR(10) results: line break character
CHAR(63) results: A
CHAR(128512) results: 😀