South East Arrow with Hook
Name South East Arrow with Hook
Unicode U+2925
CSS Code \2925
HTML Entity ⤥
HTML Code ⤥
html
<div>&#10533;</div>
css
div::before {
  content: "\2925";
}