Leftwards Arrow-Tail
Name Leftwards Arrow-Tail
Unicode U+2919
CSS Code \2919
HTML Entity ⤙
HTML Code ⤙
html
<div>&#10521;</div>
css
div::before {
  content: "\2919";
}