Return the Unicode character corresponding to the number code 65.
SELECT NCHAR(65) AS NumberCodeToUnicode; |
The NCHAR() function retrieves the Unicode character associated with a specified number code.
NCHAR(number_code) |
Parameter |
Description |
number_code |
Required: The numeric code in the Unicode standard for which to retrieve the corresponding character. |
Works in: |
SQL Server (since 2008), Azure SQL Database, Azure SQL Data Warehouse, and Parallel Data Warehouse |