Skip to main content
Version: Streamsheets 2.5

UNICODE

Returns the unicode number for first character of given string.

Syntax

=UNICODE(Text)

Arguments

NameDescription
TextA string for which to return the unicode of its first character.

Return

The unicode number of first character of specified text.

Examples

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