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)→"🇺🇸"


Did this page help you?