Rightwards Arrow-Tail
Name Rightwards Arrow-Tail
Unicode U+291A
CSS Code \291A
HTML Entity ⤚
HTML Code ⤚
html
<div>&#10522;</div>
css
div::before {
  content: "\291A";
}