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