HTML Symbol reference for
left harpoon with barb down to bar
Check and copy alternative codes for the left harpoon with barb down to bar symbol
⥖ | left harpoon with barb down to bar |
// Example for HTML
<span> ⥖ </span>
/* Example for CSS */
span::before {
content: "\2956";
}