HTML Entity/Symbol⇇(LEFTWARDS PAIRED ARROWS )

Copy this symbol

LEFTWARDS PAIRED ARROWS

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

⇇
⇇
U+021C7
\21c7
⇇

HTML Examples

Using HTML Code value in HTML file

<span> &#8647; </span>

Using HTML Entity value in HTML file

<span> &leftleftarrows; </span>

CSS Example

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

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