HTML Entity/Symbol⇈(UPWARDS PAIRED ARROWS )

Copy this symbol

UPWARDS PAIRED ARROWS

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

⇈
⇈
U+021C8
\21c8
⇈

HTML Examples

Using HTML Code value in HTML file

<span> &#8648; </span>

Using HTML Entity value in HTML file

<span> &upuparrows; </span>

CSS Example

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

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