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