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