In SQL Server, I am trying to create a table that can store unicode characters. Specifically this one
https://www.fileformat.info/info/unicode/char/0144/index.htm
However if I pick nvarchar
as the column type, then store it and then select it, it shows as a regular n
.
How can I get it to store properly?