HTML Entity/Symbol↕(UP DOWN ARROW )

Copy this symbol

UP DOWN ARROW

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

↕
↕
U+02195
\2195
↕

HTML Examples

Using HTML Code value in HTML file

<span> &#8597; </span>

Using HTML Entity value in HTML file

<span> &UpDownArrow; </span>

CSS Example

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

span { 
    content: "\2195";
}
All HTML Symbols