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