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