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
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.