LEFT DOUBLE QUOTATION MARK
“
U+201C
Unicode Block
General PunctuationCode
201C
Code Point
8220
Aliases
double turned comma quotation mark
Notes
this is the preferred character (as opposed to 201F)
~ 201C FE00 non-fullwidth form
~ 201C FE01 right-justified fullwidth form
~ 201C FE02 Sibe form
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
General Punctuation
Character Encoding
UTF-8
0xE20x800x9C
UTF-16
0x201C
UTF-32
0x0000201C
Copy & Paste Codes
Character
“
Unicode Escape
\u{201C}
HTML Entity (Decimal)
“
HTML Entity (Hex)
“
CSS Code
\201C
JavaScript
String.fromCodePoint(0x201C)
Python
chr(0x201C)