HTML Symbol reference for
left arrow-tail
Check and copy alternative codes for the left arrow-tail symbol
⤙ | left arrow-tail |
// Example for HTML
<span> ⤙ </span>
/* Example for CSS */
span::before {
content: "\2919";
}