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