If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+201E, officially named DOUBLE LOW-9 QUOTATION MARK, was introduced in Unicode version 1.1. It is part of the Punctuation block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as LOW DOUBLE COMMA QUOTATION MARK.
Categorized technically as a Open Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
8222
Copied!
|
|---|---|
| UTF-8 |
E2 80 9E
Copied!
|
| UTF-16 |
20 1E
Copied!
|
| UTF-32 |
00 00 20 1E
Copied!
|
| URL-Quoted |
%E2%80%9E
Copied!
|
| HTML hex reference |
„
Copied!
|
| RFC 5137 |
\u'201E'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u201E
Copied!
|
| C and C++ |
\u201e
Copied!
|
| C# |
\u201e
Copied!
|
| CSS |
\00201E
Copied!
|
| Excel |
=UNICHAR(8222)
Copied!
|
| Go |
\u201e
Copied!
|
| JavaScript |
\u201E
Copied!
|
| Modern JavaScript (since ES6) |
\u{201e}
Copied!
|
| JSON |
\u201E
Copied!
|
| Java |
\u201E
Copied!
|
| Lua |
\u{201E}
Copied!
|
| Matlab |
char(8222)
Copied!
|
| Perl |
\x{201E}
Copied!
|
| PHP |
\u{201e}
Copied!
|
| PostgreSQL |
U&'\201E'
Copied!
|
| PowerShell |
`u{201E}
Copied!
|
| Python |
\u201e
Copied!
|
| Ruby |
\u{201e}
Copied!
|
| Rust |
\u{201e}
Copied!
|