CHAR function
Description
Character function. CHAR(x) returns the Unicode character with code x. The result is a string value of length 1 (if x>0).
Example
CHAR(65) returns the string value "A"
CHAR(926) returns the string value "Ξ"
Calculator
Character function. CHAR(x) returns the Unicode character with code x. The result is a string value of length 1 (if x>0).
CHAR(65) returns the string value "A"
CHAR(926) returns the string value "Ξ"
Calculator