UNICODECHR
Purpose
This function returns the unicode character which equates to the numeric value n
.
Syntax
unicodechr::=
Usage Notes
- The number n has to be between
0
and1114111
. UNICODECHR(0)
returnsNULL
.- See also UNICODE for more information.