Upwards White Double Arrow

Shortcodes

Copy and paste codes for Upwards White Double Arrow symbol ⇮ to use in your websites, apps, blogs, and more.

Unicode
U+21EE
HTML Code
⇮
HEX Code
⇮
CSS Code
\21EE
JS/JSON
\u21EE
Unix/C/PHP/JAVA
0x21EE
URL-encode
%E2%87%AE
copied

Customize Upwards White Double Arrow Symbol

Customize ⇮ symbol as you like and download Upwards White Double Arrow as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Upwards White Double Arrow symbol in HTML, CSS, and JS?

Insert ⇮ Upwards White Double Arrow using HTML

1. Copy-paste Upwards White Double Arrow directly:
<span>⇮</span>
2. HTML Decimal Code:
<span>&#8686;</span>
3. Hexadecimal Code:
<span>&#x21EE;</span>
Preview:

Add Upwards White Double Arrow symbol with CSS

.upwards-white-double-arrow::before {
    content: '\\21EE';
}
Preview: Upwards White Double Arrow

Upwards White Double Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.upwards-white-double-arrow').textContent = '⇮';
2. Unicode Escape for ⇮:
document.querySelector('.upwards-white-double-arrow').textContent = '\u21EE';
Preview: