"
Quotation Mark
Name Quotation Mark
Unicode U+0022
CSS Code \0022
HTML Entity "
HTML Code "
html
<div>&#34;</div>
css
div::before {
  content: "\0022";
}