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
Overview
” (RIGHT DOUBLE QUOTATION MARK) is the Unicode character at code point U+201D. It belongs to the General Punctuation block, in the Final Punctuation (Pf) general category. Its script is Zyyy.
On this page
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
Compare
Frequently Asked Questions
What is the ” character (RIGHT DOUBLE QUOTATION MARK)?
” (RIGHT DOUBLE QUOTATION MARK) is the Unicode character U+201D.
What is the Unicode codepoint of RIGHT DOUBLE QUOTATION MARK?
The RIGHT DOUBLE QUOTATION MARK character (”) has codepoint U+201D.
How do I type or copy RIGHT DOUBLE QUOTATION MARK?
Copy ” directly, or use the HTML entity, UTF-8, and code encodings shown on this page.