HTML Symbol reference for
greater-than above right arrow
Check and copy alternative codes for the greater-than above right arrow symbol
⥸ | greater-than above right arrow |
// Example for HTML
<span> ⥸ </span>
/* Example for CSS */
span::before {
content: "\2978";
}