Rightwards Two-Headed Arrow with Tail
Name Rightwards Two-Headed Arrow with Tail
Unicode U+2916
CSS Code \2916
HTML Entity ⤖
HTML Code ⤖
html
<div>&#10518;</div>
css
div::before {
  content: "\2916";
}