LEFT DOUBLE QUOTATION MARK (“)
“
Copy Character
Unicode Block
General PunctuationUnicode Code
U+201C
Codepoint
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 Encoding
UTF-8
0xE20x800x9C
UTF-16
0x201C
UTF-32
0x0000201C
Copy & Paste Codes
Unicode Escape
\u{201C}
HTML Entity (Decimal)
“
HTML Entity (Hex)
“
CSS Code
\201C
JavaScript/JSON
String.fromCodePoint(0x201C)
Python
chr(0x201C)
Ruby/PHP
chr(0x201C)
Unix, C, PHP, JAVA
0x201C
Perl
chr(0x201C)
URL Encoded
%201c