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' : ''">
”
RIGHT DOUBLE QUOTATION MARK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+201D | |
| decimal | 8221 | |
| htmldecimal | ” | |
| htmlhex | ” | |
| css | \201D | |
| javascript | \u{201D} | |
| python | \u201d | |
| java | \u201D | |
| go | \u201D | |
| ruby | \u{201D} | |
| rust | \u{201D} | |
| ccpp | \u201d | |
| urlencoded | %E2%80%9D | |
| utf8bytes | e2 80 9d | |
| utf16bebytes | 20 1d | |
| utf32bebytes | 00 00 20 1d | |
| htmlentity | ” |
How to Use
HTML:
”
or
”
CSS:
content: "\201D"
JavaScript:
"\u{201D}"
Python:
"\u201d"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Final Punctuation (Pf)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No