Free cookie consent management tool by TermsFeed char() Function
char() Function

Function

char( number )

Converts a number into its Unicode character equivalent.

See also: unicode.org

Parameters

Keyword Type Description

number

Number

The Unicode decimal value of the character to return.

Returns

Text

Examples

char(65) returns A

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

char() Function

FEEDBACK