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