Rightwards Two-headed Arrow With Triangle Arrowheads

Shortcodes

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

Unicode
U+2BEE
HTML Code
⯮
HEX Code
⯮
CSS Code
\2BEE
JS/JSON
\u2BEE
Unix/C/PHP/JAVA
0x2BEE
URL-encode
%E2%AF%AE
copied

Customize Rightwards Two-headed Arrow With Triangle Arrowheads Symbol

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

Insert ⯮ Rightwards Two-headed Arrow With Triangle Arrowheads using HTML

1. Copy-paste Rightwards Two-headed Arrow With Triangle Arrowheads directly:
<span>⯮</span>
2. HTML Decimal Code:
<span>&#11246;</span>
3. Hexadecimal Code:
<span>&#x2BEE;</span>
Preview:

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

.rightwards-two-headed-arrow-with-triangle-arrowheads::before {
    content: '\\2BEE';
}
Preview: Rightwards Two-headed Arrow With Triangle Arrowheads

Rightwards Two-headed Arrow With Triangle Arrowheads JavaScript Code

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