UNICHAR Function

Returns the Unicode character from a number.

Syntax

UNICHAR (number)

Parameters

Name Required/Optional Data Type Description
number
Required
Integer
An integer between 1 and 65,535 (inclusive), or the function returns an error.

Remarks

The resulting string is one Unicode character (two characters) in length.

Example

UNICHAR(65)

Returns A (Latin Capital Letter A)