Rightwards Two-Headed Triple Dash Arrow
Name Rightwards Two-Headed Triple Dash Arrow
Unicode U+2910
CSS Code \2910
HTML Entity ⤐
HTML Code ⤐
html
<div>&#10512;</div>
css
div::before {
  content: "\2910";
}