HTML Symbol reference for
left harpoon with barb up above right harpoon with barb up
Check and copy alternative codes for the left harpoon with barb up above right harpoon with barb up symbol
⥦ | left harpoon with barb up above right harpoon with barb up |
// Example for HTML
<span> ⥦ </span>
/* Example for CSS */
span::before {
content: "\2966";
}