Skip to main content Skip to complementary content

CHR

Returns the single character string corresponding to the given Unicode code point.

Syntax

CHR(N)

Arguments

N

Type: bigint

An integer representing a Unicode code point value.

Returns

Type: string

The Unicode code point N as a single character string.


Examples

N Output
65 A
90 Z
48 0
57 9
32 ''
97 a
122 z
33 !

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!