Downwards Two-headed Arrow With Triangle Arrowheads

Shortcodes

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

Unicode
U+2BEF
HTML Code
⯯
HEX Code
⯯
CSS Code
\2BEF
JS/JSON
\u2BEF
Unix/C/PHP/JAVA
0x2BEF
URL-encode
%E2%AF%AF
copied

Customize Downwards Two-headed Arrow With Triangle Arrowheads Symbol

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

Insert ⯯ Downwards Two-headed Arrow With Triangle Arrowheads using HTML

1. Copy-paste Downwards Two-headed Arrow With Triangle Arrowheads directly:
<span>⯯</span>
2. HTML Decimal Code:
<span>&#11247;</span>
3. Hexadecimal Code:
<span>&#x2BEF;</span>
Preview:

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

.downwards-two-headed-arrow-with-triangle-arrowheads::before {
    content: '\\2BEF';
}
Preview: Downwards Two-headed Arrow With Triangle Arrowheads

Downwards Two-headed Arrow With Triangle Arrowheads JavaScript Code

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