HTML Entity/Symbol⇑(UPWARDS DOUBLE ARROW )

Copy this symbol

UPWARDS DOUBLE ARROW

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

⇑
⇑
U+021D1
\21d1
⇑

HTML Examples

Using HTML Code value in HTML file

<span> &#8657; </span>

Using HTML Entity value in HTML file

<span> &DoubleUpArrow; </span>

CSS Example

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

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