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