char
text char(number)
Returns a text containing the character with the Unicode code point
number
.
Parameters
number
— Unicode code point.
Returns
a text with one character, or two if surrogate pair, representing the code point with
number
.