UNICODE#

Returns the integer value, as defined by the Unicode standard, for the first character of the input expression.

Syntax#

UNICODE ( 'ncharacter_expression' )

Arguments#

ncharacter_expression

Is an nchar or nvarchar expression.

Return types#

int

Examples#

SELECT UNICODE('ÅÅÅ');

See Also#