HTML Entity/Symbol⇋(LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON )

Copy this symbol

LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON

Click on any of the following code values to copy to clipboard.

⇋
⇋
U+021CB
\21cb
⇋

HTML Examples

Using HTML Code value in HTML file

<span> &#8651; </span>

Using HTML Entity value in HTML file

<span> &leftrightharpoons; </span>

CSS Example

Using CSS content code of the HTML entity &leftrightharpoons; to specify in a CSS file

span { 
    content: "\21cb";
}
All HTML Symbols