Skip to main content
Version: Streamsheets 3.0

UNICODE

Returns the unicode number for first character of given string.

Syntax

=UNICODE(Text)

Arguments

NameTypeDescription
TextStringA string for which to return the unicode of its first character.

Return

TypeDescription
NumberThe unicode number of first character of specified text.

Examples

FormulaResultComment
=UNICODE("A")
65
=UNICODE("€")
8364