UNICODE function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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