HTML Entity/Symbol⇖(NORTH WEST DOUBLE ARROW )

Copy this symbol

NORTH WEST DOUBLE ARROW

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

⇖
⇖
U+021D6
\21d6
⇖

HTML Examples

Using HTML Code value in HTML file

<span> &#8662; </span>

Using HTML Entity value in HTML file

<span> &nwArr; </span>

CSS Example

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

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