HTML Entity/Symbol↡(DOWNWARDS TWO HEADED ARROW )

Copy this symbol

DOWNWARDS TWO HEADED ARROW

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

↡
↡
U+021A1
\21a1
↡

HTML Examples

Using HTML Code value in HTML file

<span> &#8609; </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: "\21a1";
}
All HTML Symbols