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

Copy this symbol

RIGHTWARDS ARROW OVER LEFTWARDS ARROW

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

⇄
⇄
U+021C4
\21c4
⇄

HTML Examples

Using HTML Code value in HTML file

<span> &#8644; </span>

Using HTML Entity value in HTML file

<span> &RightArrowLeftArrow; </span>

CSS Example

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

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