Edit

Share via


CHAR ER function

Note

Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.

The CHAR function returns a String value that presents a single character that is referenced by the specified Unicode number.

Syntax

CHAR (number)

Arguments

number: Integer

A number that corresponds to an expected single character.

Return values

String

The resulting text value.

Usage notes

The string that this function returns depends on the encoding that is selected in the parent FILE format element. For a list of the supported encodings, see Encoding class.

Example

CHAR (255) returns "ΓΏ".

Additional resources

Text functions