Upwards Two-headed Arrow With Triangle Arrowheads

Shortcodes

Copy and paste codes for Upwards Two-headed Arrow With Triangle Arrowheads symbol ⯭ to use in your websites, apps, blogs, and more.

Unicode
U+2BED
HTML Code
⯭
HEX Code
⯭
CSS Code
\2BED
JS/JSON
\u2BED
Unix/C/PHP/JAVA
0x2BED
URL-encode
%E2%AF%AD
copied

Customize Upwards Two-headed Arrow With Triangle Arrowheads Symbol

Customize ⯭ symbol as you like and download Upwards Two-headed Arrow With Triangle Arrowheads 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 Two-headed Arrow With Triangle Arrowheads symbol in HTML, CSS, and JS?

Insert ⯭ Upwards Two-headed Arrow With Triangle Arrowheads using HTML

1. Copy-paste Upwards Two-headed Arrow With Triangle Arrowheads directly:
<span>⯭</span>
2. HTML Decimal Code:
<span>&#11245;</span>
3. Hexadecimal Code:
<span>&#x2BED;</span>
Preview:

Add Upwards Two-headed Arrow With Triangle Arrowheads symbol with CSS

.upwards-two-headed-arrow-with-triangle-arrowheads::before {
    content: '\\2BED';
}
Preview: Upwards Two-headed Arrow With Triangle Arrowheads

Upwards Two-headed Arrow With Triangle Arrowheads JavaScript Code

1. Direct Symbol:
document.querySelector('.upwards-two-headed-arrow-with-triangle-arrowheads').textContent = '⯭';
2. Unicode Escape for ⯭:
document.querySelector('.upwards-two-headed-arrow-with-triangle-arrowheads').textContent = '\u2BED';
Preview: