CODE / UNICODE

Convert a unicode string into their corresponding code point or points.

Syntax

=CODE(string)

Arguments

ArgumentTypeDescription
stringStringCharacters to decode

Examples

=CODE("J")→74

=CODE("JK")→"[74, 75]"

=CODE("🇺🇸")→"[127482, 127480]"


Did this page help you?