HTML Symbol reference for
left arrow to black diamond
Check and copy alternative codes for the left arrow to black diamond symbol
⤝ | left arrow to black diamond |
// Example for HTML
<span> ⤝ </span>
/* Example for CSS */
span::before {
content: "\291D";
}