These docs are for v1.0. Click to read the latest docs for v1.2.

CHAR / UNICHAR

Get a string from the given character code or codes.

Syntax

=CHAR(input1, input2, ..., inputN)

Arguments

ArgumentTypeDescription
inputNumberCharacter code

Examples

=CHAR(74)"J"

=CHAR(74, 75)"JK"

=CHAR(127482, 127480)"🇺🇸"