HTML Symbol reference for
right-shaded white right arrow
Check and copy alternative codes for the right-shaded white right arrow symbol
➩ | – | right-shaded white right arrow |
// Example for HTML
<span> ➩ </span>
/* Example for CSS */
span::before {
content: "\27A9";
}