Reference: chr
chr(n) returns the Unicode character with integer codepoint n. In addition, if n ∈ [0, 127], this is the same as the nth ASCII character. Example: chr(8882) = "⊲"
chr(n) returns the Unicode character with integer codepoint n. In addition, if n ∈ [0, 127], this is the same as the nth ASCII character. Example: chr(8882) = "⊲"