HTML Symbol reference for
less-than above left arrow
Check and copy alternative codes for the less-than above left arrow symbol
⥶ | less-than above left arrow |
// Example for HTML
<span> ⥶ </span>
/* Example for CSS */
span::before {
content: "\2976";
}