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