HTML Symbol reference for
left arrow through subset
Check and copy alternative codes for the left arrow through subset symbol
⥺ | – | left arrow through subset |
// Example for HTML
<span> ⥺ </span>
/* Example for CSS */
span::before {
content: "\297A";
}