CHAR codepoint
codepoint
Outputs the character which corresponds to codepoint within the Unicode character set. The input codepoint must be an integer between 0 and 65535.
SHOW CHAR 97 a
SHOW CHAR 97
SHOW CHAR 65 A
SHOW CHAR 65
SHOW CHAR 945 α
SHOW CHAR 945