HTML Symbol reference for
right paired arrows
Check and copy alternative codes for the right paired arrows symbol
⇉ | right paired arrows |
// Example for HTML
<span> ⇉ </span>
/* Example for CSS */
span::before {
content: "\21C9";
}