Rightwards Double Arrow with Vertical Stroke
Name Rightwards Double Arrow with Vertical Stroke
Unicode U+2903
CSS Code \2903
HTML Entity ⤃
HTML Code ⤃
html
<div>&#10499;</div>
css
div::before {
  content: "\2903";
}