Reference Guide > TDV Support for SQL Functions > Character Functions > UNICODE
 
UNICODE
Return an integer value (the Unicode value), for the first character of the input expression:
Syntax
UNICODE(character_expression)
Example
SELECT unicode(productname) from
/shared/examples/ds_inventory/tutorial/products