HTML Entity/Symbol↟(UPWARDS TWO HEADED ARROW )

Copy this symbol

UPWARDS TWO HEADED ARROW

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

↟
↟
U+0219F
\219f
↟

HTML Examples

Using HTML Code value in HTML file

<span> &#8607; </span>

Using HTML Entity value in HTML file

<span> &Uarr; </span>

CSS Example

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

span { 
    content: "\219f";
}
All HTML Symbols