HTML Entity/Symbol⇉(RIGHTWARDS PAIRED ARROWS )

Copy this symbol

RIGHTWARDS PAIRED ARROWS

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

⇉
⇉
U+021C9
\21c9
⇉

HTML Examples

Using HTML Code value in HTML file

<span> &#8649; </span>

Using HTML Entity value in HTML file

<span> &rightrightarrows; </span>

CSS Example

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

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