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