U+201E · General Punctuation
Double Low-9 Quotation Mark „
The double low-9 quotation mark „ sits on the baseline and opens quotations in German, Czech, Slovak, Polish, Romanian, Hungarian, and several other European languages. German pairs it with “ to close, while Polish and Hungarian close with ”. English does not use it, but it is essential for correctly quoting text in these languages.
Character codes
| Unicode code point | U+201E | |
|---|---|---|
| Decimal | 8222 | |
| HTML named entity | „ | |
| HTML (hex) | „ | |
| HTML (decimal) | „ | |
| CSS | \201E | |
| JavaScript | \u201E | |
| Python | \u201E | |
| UTF-8 bytes | E2 80 9E | |
| UTF-16 | 201E | |
| URL-encoded | %E2%80%9E |
Character details
| Official name | DOUBLE LOW-9 QUOTATION MARK |
|---|---|
| Unicode block | General Punctuation |
| General category | Open Punctuation (Ps) |
| SymbolHero category | Punctuation |
| Emoji | No |
How to type „
Windows
- Hold Alt and type 0132 on the numeric keypad (Num Lock on), then release Alt. Alt 0132 uses the Windows-1252 code page.
- In Microsoft Word or Outlook: type
201Ethen press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “double low-9 quotation mark”, then Select and Copy.
Mac
- Press Option + Shift + W (US English keyboard layout).
- Press Control + Command + Space to open the Character Viewer, search “double low-9 quotation mark”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
201E.
iPhone & Android
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “double low-9 quotation mark” or enter
U+201E. - HTML:
„or„ - Excel / Google Sheets:
=UNICHAR(8222)
Examples
- German: „Wie geht’s?“
- Polish: „To jest dobre”
- Czech: „Dobrý den“
- Romanian: „Bună ziua”
Good to know
Don’t mix it up: It is often imitated with two commas (,,), which look similar but break search and spacing.
Tip: On a Mac, Option + Shift + W types „; for the German closing mark, use “ (Option + [).
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar punctuation
Questions
What is the Unicode for „?
It is U+201E (DOUBLE LOW-9 QUOTATION MARK), decimal 8222.
Is there a Windows Alt code for it?
Yes: Alt 0132 on the numeric keypad.
How do I type it on a Mac?
Option + Shift + W on a US English keyboard, or use the Character Viewer (Control + Command + Space).
What is the HTML code?
Use the named entity „ or the numeric reference „.