HTML Entity/Symbol⇎(LEFT RIGHT DOUBLE ARROW WITH STROKE )

Copy this symbol

LEFT RIGHT DOUBLE ARROW WITH STROKE

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

⇎
⇎
U+021CE
\21ce
⇎

HTML Examples

Using HTML Code value in HTML file

<span> &#8654; </span>

Using HTML Entity value in HTML file

<span> &nhArr; </span>

CSS Example

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

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