North West Arrow with Hook
Name North West Arrow with Hook
Unicode U+2923
CSS Code \2923
HTML Entity ⤣
HTML Code ⤣
html
<div>&#10531;</div>
css
div::before {
  content: "\2923";
}