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