UNICODECHR

Purpose

This function returns the unicode character that equates to the numeric value n.

Syntax

unicodechr::=

Usage notes

  • The number n has to be between 0 and 1114111.
  • UNICODECHR(0) returns NULL.
  • For more information, see UNICODE.

Example

SELECT UNICODECHR(252) UNICODECHR;