CHAR / UNICHARGet a string from the given character code or codes.Syntax =CHAR(input1, input2, ..., inputN) Arguments ArgumentTypeDescriptioninputNumberCharacter code Examples =CHAR(74)→"J" =CHAR(74, 75)→"JK" =CHAR(127482, 127480)→"🇺🇸"Updated 2 days ago ASSTRINGCODE / UNICODETable of ContentsSyntaxArgumentsExamples