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

Copy this symbol

RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON

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

⇌
⇌
U+021CC
\21cc
⇌

HTML Examples

Using HTML Code value in HTML file

<span> &#8652; </span>

Using HTML Entity value in HTML file

<span> &Equilibrium; </span>

CSS Example

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

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