UniChar Function

In NLS mode, generates a single character in Unicode format.

Syntax

UniChar (expression)

expression is the decimal value of a Unicode character, in the range 0 to 65535.

Remarks

If expression has a value outside the specified range, UniChar returns an empty string. If expression is an SQL null, an SQL null is returned.