North East Arrow with Hook
Name North East Arrow with Hook
Unicode U+2924
CSS Code \2924
HTML Entity ⤤
HTML Code ⤤
html
<div>&#10532;</div>
css
div::before {
  content: "\2924";
}