HTML Symbol reference for
left paired arrows
Check and copy alternative codes for the left paired arrows symbol
⇇ | left paired arrows |
// Example for HTML
<span> ⇇ </span>
/* Example for CSS */
span::before {
content: "\21C7";
}