Downwards Arrow Leftwards of Upwards Arrow
Name Downwards Arrow Leftwards of Upwards Arrow
Unicode U+21F5
CSS Code \21F5
HTML Entity ⇵
HTML Code ⇵
html
<div>&#8693;</div>
css
div::before {
  content: "\21F5";
}