HTML Symbol reference for
subset above right arrow
Check and copy alternative codes for the subset above right arrow symbol
⥹ | subset above right arrow |
// Example for HTML
<span> ⥹ </span>
/* Example for CSS */
span::before {
content: "\2979";
}