HTML Symbol reference for
right arrow with dotted stem
Check and copy alternative codes for the right arrow with dotted stem symbol
⤑ | right arrow with dotted stem |
// Example for HTML
<span> ⤑ </span>
/* Example for CSS */
span::before {
content: "\2911";
}