HTML Symbol reference for
left arrow with double vertical stroke
Check and copy alternative codes for the left arrow with double vertical stroke symbol
⇺ | – | left arrow with double vertical stroke |
// Example for HTML
<span> ⇺ </span>
/* Example for CSS */
span::before {
content: "\21FA";
}