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 and 2097151.
- UNICODECHR(0) returns NULL.
- See also UNICODE for more information.