HTML Entity/Symbol⇊(DOWNWARDS PAIRED ARROWS )

Copy this symbol

DOWNWARDS PAIRED ARROWS

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

⇊
⇊
U+021CA
\21ca
⇊

HTML Examples

Using HTML Code value in HTML file

<span> &#8650; </span>

Using HTML Entity value in HTML file

<span> &ddarr; </span>

CSS Example

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

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