UNICHAR (character from Unicode)

<< Click to Display Table of Contents >>

UNICHAR (character from Unicode)

Syntax:

UNICHAR(Number)

Description:

This returns a single character with the specified Unicode for Number.

Number must be at least 10.

Example:

UNICHAR(65) returns A

UNICHAR(32) returns a blank

UNICHAR(33) returns an exclamation mark !

UNICHAR(UNICODE("X")) returns X

See also:

CHAR, CODE, UNICODE