HTML Entity/Symbol⇆(LEFTWARDS ARROW OVER RIGHTWARDS ARROW )

Copy this symbol

LEFTWARDS ARROW OVER RIGHTWARDS ARROW

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

⇆
⇆
U+021C6
\21c6
⇆

HTML Examples

Using HTML Code value in HTML file

<span> &#8646; </span>

Using HTML Entity value in HTML file

<span> &LeftArrowRightArrow; </span>

CSS Example

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

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