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
Related functions
- CODE function.
- List of String functions
External links
- Unicode on Wikipedia.