South West Arrow with Hook
Name South West Arrow with Hook
Unicode U+2926
CSS Code \2926
HTML Entity ⤦
HTML Code ⤦
html
<div>&#10534;</div>
css
div::before {
  content: "\2926";
}