HTML Symbol reference for
left arrow with plus below
Check and copy alternative codes for the left arrow with plus below symbol
⥆ | – | left arrow with plus below |
// Example for HTML
<span> ⥆ </span>
/* Example for CSS */
span::before {
content: "\2946";
}