HTML Entity/Symbol↠(RIGHTWARDS TWO HEADED ARROW )

Copy this symbol

RIGHTWARDS TWO HEADED ARROW

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

↠
↠
U+021A0
\21a0
↠

HTML Examples

Using HTML Code value in HTML file

<span> &#8608; </span>

Using HTML Entity value in HTML file

<span> &Rarr; </span>

CSS Example

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

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