Single Left-Pointing Angle Quotation Mark
Name Single Left-Pointing Angle Quotation Mark
Unicode U+2039
CSS Code \2039
HTML Entity ‹
HTML Code ‹
html
<div>&#8249;</div>
css
div::before {
  content: "\2039";
}