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