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