| glyph | named entity | numeric entity | escaped unicode |
|---|---|---|---|
| “ | “ | “ | \201C |
| ” | ” | ” | \201D |
| ‘ | ‘ | ‘ | \2018 |
| ’ | ’ | ’ | \2019 |
q,
blockquote {
quotes: "\201C" "\201D" "\2018" "\2019";
}/*quotes on left side*/
q,
blockquote {
quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before,
blockquote:before {
content: open-quote;
}
q:after,
blockquote:after {
content: no-close-quote;
}