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