Rightwards Arrow with Dotted Stem
Name Rightwards Arrow with Dotted Stem
Unicode U+2911
CSS Code \2911
HTML Entity ⤑
HTML Code ⤑
html
<div>&#10513;</div>
css
div::before {
  content: "\2911";
}