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