HTML Entity/Symbol⇏(RIGHTWARDS DOUBLE ARROW WITH STROKE )

Copy this symbol

RIGHTWARDS DOUBLE ARROW WITH STROKE

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

⇏
⇏
U+021CF
\21cf
⇏

HTML Examples

Using HTML Code value in HTML file

<span> &#8655; </span>

Using HTML Entity value in HTML file

<span> &nrArr; </span>

CSS Example

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

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