HTML Entity/Symbol⇕(UP DOWN DOUBLE ARROW )

Copy this symbol

UP DOWN DOUBLE ARROW

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

⇕
⇕
U+021D5
\21d5
⇕

HTML Examples

Using HTML Code value in HTML file

<span> &#8661; </span>

Using HTML Entity value in HTML file

<span> &DoubleUpDownArrow; </span>

CSS Example

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

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