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