Left Double Quotation Mark
Name Left Double Quotation Mark
Unicode U+201C
CSS Code \201C
HTML Entity “
HTML Code “
html
<div>&#8220;</div>
css
div::before {
  content: "\201C";
}