South East Arrow and South West Arrow
Name South East Arrow and South West Arrow
Unicode U+2929
CSS Code \2929
HTML Entity ⤩
HTML Code ⤩
html
<div>&#10537;</div>
css
div::before {
  content: "\2929";
}