HTML Entity/Symbol⇒(RIGHTWARDS DOUBLE ARROW )

Copy this symbol

RIGHTWARDS DOUBLE ARROW

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

⇒
⇒
U+021D2
\21d2
⇒

HTML Examples

Using HTML Code value in HTML file

<span> &#8658; </span>

Using HTML Entity value in HTML file

<span> &DoubleRightArrow; </span>

CSS Example

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

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