Right Double Quotation Mark (”) is the General Punctuation character at Unicode U+201D (RIGHT DOUBLE QUOTATION MARK). It is the closing curly (smart) double quote — pair it with “.
Remember
Character ”
Unicode U+201D
Hex entity ”
Decimal ”
Named entity ” (alias ”)
CSS escape \201D
Not the same " (") · ’ (’)
All of these produce the same glyph: ”. Prefer ” for readable typography in HTML.
Use ” (named), ” (hex), ” (decimal), or the CSS escape \201D in the content property. You can also type ” directly in UTF-8 HTML.
U+201D (RIGHT DOUBLE QUOTATION MARK). Hex 201D, decimal 8221. It belongs to the General Punctuation block (U+2000–U+206F).
Yes. ” is the primary HTML5 named entity. ” is a supported alias. You can also use ” or ”.
Use it for closing curly quotes in body copy, pull quotes, and typography that should look polished. Prefer “…” over straight ASCII quotes for readable prose.
HTML entities (”, ”, or ”) go in markup. The CSS escape \201D is used in stylesheets (usually in the content property of ::before/::after). Both render ”.
ASCII " (U+0022, ") is a straight double quote. ’ (U+2019) is the right single quotation mark. ” (U+201D) is the right curly double quote.
🤔
Did you know?
Right Double Quotation Mark is Unicode U+201D (decimal 8221) — RIGHT DOUBLE QUOTATION MARK. HTML5 provides ” (alias ”). Prefer it for typographic “smart” quotes. Pair it with “ (U+201C). Do not confuse it with ASCII " (U+0022).