Left-Pointing Angle Bracket
Name Left-Pointing Angle Bracket
Unicode U+2329
CSS Code \2329
HTML Entity ⟨
HTML Code 〈
html
<div>&#9001;</div>
css
div::before {
  content: "\2329";
}