North West Arrow and North East Arrow
Name North West Arrow and North East Arrow
Unicode U+2927
CSS Code \2927
HTML Entity ⤧
HTML Code ⤧
html
<div>&#10535;</div>
css
div::before {
  content: "\2927";
}