These docs are for v1.0. Click to read the latest docs for v1.2.

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?