Algosim documentation: chr

chr

Returns the character that corresponds to a codepoint.

Syntax

Description

chr(n) returns the character with Unicode codepoint n.

Examples

chr(16#222B)

See also