HTML Symbol reference for
left harpoon over right harpoon
Check and copy alternative codes for the left harpoon over right harpoon symbol
⇋ | left harpoon over right harpoon |
// Example for HTML
<span> ⇋ </span>
/* Example for CSS */
span::before {
content: "\21CB";
}