NCHAR Returns a Unicode character representing the number passed as a parameter. : nchar function « String Functions « SQL Server / T-SQL Tutorial






5> SELECT NCHAR(105)
6>
14> GO

-
i








12.10.nchar function
12.10.1.The NCHAR() function takes a positive integer between 0 and 65,535 and returns a datatype of nchar(1) with the corresponding Unicode character.
12.10.2.NCHAR Returns a Unicode character representing the number passed as a parameter.
12.10.3.Get Character Unicode Values