chr
Returns the character that corresponds to a codepoint.
Syntax
-
chr(n)
-
n
is a non-negative integer
-
Description
chr(n)
returns the character with Unicode codepoint n
.
Examples
chr(16#222B)
∫
Returns the character that corresponds to a codepoint.
chr(n)
n
is a non-negative integer
chr(n)
returns the character with Unicode codepoint n
.
chr(16#222B)
∫