Quotation Mark HTML Entity
"
Copy and Code Reference
A double quotation mark must be encoded inside a double-quoted HTML attribute value when it belongs to the value rather than ending the attribute.
HTML Codes
| Named entity | " |
|---|---|
| Decimal reference | " |
| Hexadecimal reference | " |
| Unicode | U+0022 |
When to Use It
In ordinary element text it can be typed directly, although the entity is useful in generated markup and code examples.
Keep the final semicolon in every character reference. Modern UTF-8 documents can also contain the literal character when it is not part of HTML syntax.