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