Last updated 1 year ago
Returns the UNICODE character of an integer sent as a parameter (NCHAR in Transact-SQL).
NCHAR( expression )
expression: Integer expression.
expression
String value, it depends on the input received.
SELECT NCHAR(170);
| ------------+ ª|
The equivalence for this function in JavaScript is documented in CHAR.