Skip to main content

CHAR function

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

CHAR 0

Related functions

External links