QUOTATION MARK (")
"
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+0022
Codepoint
34
Aliases
double quote
Notes
neutral (vertical), used as opening or closing quotation mark
preferred characters in English for paired quotation marks are 201C & 201D
05F4 is preferred for gershayim when writing Hebrew
Character Encoding
UTF-8
0x22
UTF-16
0x0022
UTF-32
0x00000022
Copy & Paste Codes
Unicode Escape
\u{0022}
HTML Entity (Decimal)
"
HTML Entity (Hex)
"
CSS Code
\0022
JavaScript/JSON
String.fromCodePoint(0x0022)
Python
chr(0x0022)
Ruby/PHP
chr(0x0022)
Unix, C, PHP, JAVA
0x0022
Perl
chr(0x0022)
URL Encoded
%0022