HTML Entity/Symbol⇐(LEFTWARDS DOUBLE ARROW )

Copy this symbol

LEFTWARDS DOUBLE ARROW

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

⇐
⇐
U+021D0
\21d0
⇐

HTML Examples

Using HTML Code value in HTML file

<span> &#8656; </span>

Using HTML Entity value in HTML file

<span> &DoubleLeftArrow; </span>

CSS Example

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

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