UNICODE function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 15:45, 2 February 2024 by DiGro (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



UNICODE

Returns the numeric code for Unicode for the first character in a text string.

Syntax:

UNICODE("Text")

Text is the string from which the Unicode for the first character will be returned.

Example:

UNICODE("©")

returns the Unicode number 169 for the Copyright character.




See Also

Personal tools