Leftwards Harpoon Over Rightwards Harpoon
Name Leftwards Harpoon Over Rightwards Harpoon
Unicode U+21CB
CSS Code \21CB
HTML Entity ⇋
HTML Code ⇋
html
<div>&#8651;</div>
css
div::before {
  content: "\21CB";
}