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