Basic Latin: Quotation Mark

"
U+0022
"
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
1.1
UTF-32BE
00 00 00 22
UTF-32LE
22 00 00 00
UTF-16BE
00 22
UTF-16LE
22 00
UTF-8
22

Character Escapes

HTML5
"
"
&QUOT (obsolete)
"
&quot (obsolete)
"
C
\u0022 (C99)
\U000022 (C99)
\"
\x22 (encoding-dependent)
\042 (encoding-dependent)
C++
\u{22} (C++23)
\x{22} (C++23, encoding-dependent)
\o{042} (C++23, encoding-dependent)
\"
\U00000022
\u0022
\x22 (encoding-dependent)
\042 (encoding-dependent)
Java
\"
\u0022
JavaScript
\u{22}
\u0022
\"
\x22
CSS
\22
\000022
Quoted-Printable
=22
URL
%22