CHAR
can be used with an argument of a Unicode table reference to generate a character.
Function category: Text​
CHAR(arg1)
Arguments | Description |
| Argument of a Unicode table reference (decimal only). |
The CHAR
function can be used to generate any code by Unicode table reference.
CHAR(123)# Returns {​CHAR(52)# Returns 4​CHAR(100)# Returns d
CHAR is nearly the opposite of CODE, which takes an argument of a string and returns a numerical Unicode value.