HTML Symbol reference for
left white arrow
Check and copy alternative codes for the left white arrow symbol
⇦ | – | left white arrow |
// Example for HTML
<span> ⇦ </span>
/* Example for CSS */
span::before {
content: "\21E6";
}