South West Arrow and North West Arrow
Name South West Arrow and North West Arrow
Unicode U+292A
CSS Code \292A
HTML Entity ⤪
HTML Code ⤪
html
<div>&#10538;</div>
css
div::before {
  content: "\292A";
}