Left Single Quotation Mark
Name Left Single Quotation Mark
Unicode U+2018
CSS Code \2018
HTML Entity ‘
HTML Code ‘
html
<div>&#8216;</div>
css
div::before {
  content: "\2018";
}