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 3 months ago Table of Contents Syntax Arguments Examples