HTML Entity/Symbol⤌(LEFTWARDS DOUBLE DASH ARROW )

Copy this symbol

LEFTWARDS DOUBLE DASH ARROW

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

⤌
⤌
U+0290C
\290c
⤌

HTML Examples

Using HTML Code value in HTML file

<span> &#10508; </span>

Using HTML Entity value in HTML file

<span> &lbarr; </span>

CSS Example

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

span { 
    content: "\290c";
}
All HTML Symbols