CHAR / UNICHARGet a string from the given character code or codes. Suggest EditsSyntax =CHAR(input1, input2, ..., inputN) Arguments ArgumentTypeDescriptioninputNumberCharacter code Examples =CHAR(74)→"J" =CHAR(74, 75)→"JK" =CHAR(127482, 127480)→"🇺🇸"Updated 3 months ago Table of Contents Syntax Arguments Examples