U+201E · Opening punctuation
HTML entity
„
Double Low-9 Quotation Mark Symbol „
„ is double low-9 quotation mark, U+201E. Unicode also records it as “low double comma quotation mark”. It was added in Unicode 1.1, and Unicode files it under Opening punctuation.
Also known as
- low double comma quotation mark
Unicode 1.0 called this character low double comma quotation mark. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.
What Unicode says about „
used as opening double quotation mark in some languages
— annotation from the Unicode Standard, NamesList.txt
Codes & technical data
| Unicode | U+201E | |
|---|---|---|
| HTML hex | „ | |
| HTML decimal | „ | |
| CSS | \201E | |
| JavaScript | \u{201E} | |
| Python | \U0000201E | |
| Java / C# | \u201E | |
| Rust | \u{201e} | |
| Swift | \u{201E} | |
| PHP | \u{201E} | |
| URL encoded | %E2%80%9E | |
| UTF-8 bytes | E2 80 9E | |
| UTF-16 bytes | 201E | |
| Base64 | 4oCe | |
| Decimal | 8222 | |
| HTML entity | „ | |
| Category | Opening punctuation (Ps) | |
| Introduced | Unicode 1.1 | |
Will „ survive being pasted?
- Normalisation. Yes. „ is unchanged by NFKC, so it survives normalising systems intact.
- Legacy encodings. „ is Unicode-only — it has no Latin-1 equivalent, so a system stuck on an 8-bit encoding cannot represent it.
- Size. 3 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.
Unicode cross-references
The standard points readers of „ at these characters — usually because they look alike, or because one is the correct choice where the other is often used by mistake.
Other quotation characters
Unicode names 14 characters ending in “quotation”. They differ by direction, weight or decoration rather than by meaning.
Nearby in General Punctuation
The typographic marks that word processors quietly substitute for their ASCII lookalikes — real quotation marks, en and em dashes, the ellipsis. It also holds the invisible characters: zero-width spaces, joiners and directional marks that do work without drawing anything.
How to type „
| Windows | Type 201E then press Alt+X |
|---|---|
| macOS | Press Ctrl+Cmd+Space, then search for “double low-9 quotation mark” |
| Linux | Press Ctrl+Shift+U, type 201e, press Enter |
| HTML | „ |
About Unicode’s Opening punctuation category
This is an opening bracket. Editors that highlight matching pairs, and bidirectional text algorithms, both key off this category rather than off the glyph.
Frequently asked questions
- How do I type the „ double low-9 quotation mark symbol?
- On Windows, type 201E and press Alt+X. On Linux press Ctrl+Shift+U then 201e. On any system the quickest route is the copy button on this page.
- What is the code for „?
- Double Low-9 Quotation Mark is U+201E, written in HTML as „. In UTF-8 it takes 3 bytes. The table above lists every escape format.
- What kind of character is „?
- Double Low-9 Quotation Mark is filed under Opening punctuation in the General Punctuation block, and was introduced in Unicode 1.1. This is an opening bracket. Editors that highlight matching pairs, and bidirectional text algorithms, both key off this category rather than off the glyph.