Returns the integer value, as defined by the Unicode standard, for the first character of the input expression.
UNICODE ( 'ncharacter_expression' )
ncharacter_expression
Is an nchar or nvarchar expression.
int
SELECT UNICODE('ÅÅÅ');
Functions