CODE / UNICODEConvert a unicode string into their corresponding code point or points. Suggest EditsSyntax =CODE(string) Arguments ArgumentTypeDescriptionstringStringCharacters to decode Examples =CODE("J")→74 =CODE("JK")→"[74, 75]" =CODE("🇺🇸")→"[127482, 127480]"Updated 7 months ago CHAR / UNICHARCONCATENATEDid this page help you?YesNoTable of Contents Syntax Arguments Examples