Rightwards Two-Headed Arrow from Bar
Name Rightwards Two-Headed Arrow from Bar
Unicode U+2905
CSS Code \2905
HTML Entity ⤅
HTML Code ⤅
html
<div>&#10501;</div>
css
div::before {
  content: "\2905";
}