Loading lesson path
Concept visual
Start at both ends
Return the Unicode character based on the number code 65:
SELECT NCHAR(65) AS NumberCodeToUnicode;The NCHAR() function returns the Unicode character based on the number code.
number_code )
Description number_code
Required. The number code in the Unicode standard to return the character forSQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
❮ SQL Server Functions