copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('„'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
„
DOUBLE LOW-9 QUOTATION MARK
Overview
„ (DOUBLE LOW-9 QUOTATION MARK) is the Unicode character at code point U+201E. It belongs to the General Punctuation block, in the Open Punctuation (Ps) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+201E | |
| decimal | 8222 | |
| htmldecimal | „ | |
| htmlhex | „ | |
| css | \201E | |
| javascript | \u{201E} | |
| python | \u201e | |
| java | \u201E | |
| go | \u201E | |
| ruby | \u{201E} | |
| rust | \u{201E} | |
| ccpp | \u201e | |
| urlencoded | %E2%80%9E | |
| utf8bytes | e2 80 9e | |
| utf16bebytes | 20 1e | |
| utf32bebytes | 00 00 20 1e |
How to Use
HTML:
„
CSS:
content: "\201E"
JavaScript:
"\u{201E}"
Python:
"\u201e"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Open Punctuation (Ps)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the „ character (DOUBLE LOW-9 QUOTATION MARK)?
„ (DOUBLE LOW-9 QUOTATION MARK) is the Unicode character U+201E.
What is the Unicode codepoint of DOUBLE LOW-9 QUOTATION MARK?
The DOUBLE LOW-9 QUOTATION MARK character („) has codepoint U+201E.
How do I type or copy DOUBLE LOW-9 QUOTATION MARK?
Copy „ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.