Single Low-9 Quotation Mark
Name Single Low-9 Quotation Mark
Unicode U+201A
CSS Code \201A
HTML Entity ‚
HTML Code ‚
html
<div>&#8218;</div>
css
div::before {
  content: "\201A";
}