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