HTML Entity - Right Double Quotes, "high 99" (english: Closing)
Right Double Quotes, "high 99" (English: Closing) is a quotation marks, guillemets, and quote variants across languages. This HTML entity enables web developers to display this character reliably across all browsers without encoding issues.
U+201D
”
\201D
Use this HTML entity in typographically correct quotes, especially in multilingual content. Different languages use different quote styles.
Related Entities
Common Mistakes
Mistake: Using inches symbol (″) instead of closing double quote (")
Fix: Use ” (") for closing double quotes. The double prime ″ (″) is straight and used for inches or seconds.
Mistake: Forgetting to close quotes with the correct character
Fix: Always pair “ with ”. Mismatched quote styles confuse readers and look unprofessional.
Right Double Quotes, "high 99" (english: Closing)
Select any code to highlight it before copying.
| Unicode | U+201D |
|---|---|
| Hex Code | ” |
| HTML Code | ” |
| HTML Entity | ” |
| CSS Code | \201D |
| Windows Shortcut | Alt 0148 |
| Mac Shortcut | ⇧⌥2 |