HTML Symbol reference for
right dashed arrow
Check and copy alternative codes for the right dashed arrow symbol
⇢ | – | right dashed arrow |
// Example for HTML
<span> ⇢ </span>
/* Example for CSS */
span::before {
content: "\21E2";
}