SQL UNICODE Function

Example

Return an integer value (the Unicode value), for the first character of the input expression:

SELECT UNICODE('Atlanta');

Definition and Usage

The UNICODE() function returns an integer value (the Unicode value), for the first character of the input expression.

Syntax

UNICODE(character_expression)

Continue reading SQL UNICODE Function