Unicode Single Quotes

We've searched our database for all the quotes and captions related to Unicode Single. Here they are! All 1 of them:

When expressing a regular character literal, you simply use single quotes: ‘This is a regular character string literal’. When expressing a Unicode character literal, you need to specify the character N (for National) as a prefix: N’This is a Unicode character string literal’.
Itzik Ben-Gan (Microsoft SQL Server 2012: T-SQL Fundamentals)