HTML Entity/Symbol⇓(DOWNWARDS DOUBLE ARROW )

Copy this symbol

DOWNWARDS DOUBLE ARROW

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

⇓
⇓
U+021D3
\21d3
⇓

HTML Examples

Using HTML Code value in HTML file

<span> &#8659; </span>

Using HTML Entity value in HTML file

<span> &dArr; </span>

CSS Example

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

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