Long Dash From Left Member Of Double Vertical

Shortcodes

Copy and paste codes for Long Dash From Left Member Of Double Vertical symbol ⫦ to use in your websites, apps, blogs, and more.

Unicode
U+2AE6
HTML Code
⫦
HEX Code
⫦
CSS Code
\2AE6
JS/JSON
\u2AE6
Unix/C/PHP/JAVA
0x2AE6
URL-encode
%E2%AB%A6
copied

Customize Long Dash From Left Member Of Double Vertical Symbol

Customize ⫦ symbol as you like and download Long Dash From Left Member Of Double Vertical 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 Long Dash From Left Member Of Double Vertical symbol in HTML, CSS, and JS?

Insert ⫦ Long Dash From Left Member Of Double Vertical using HTML

1. Copy-paste Long Dash From Left Member Of Double Vertical directly:
<span>⫦</span>
2. HTML Decimal Code:
<span>&#10982;</span>
3. Hexadecimal Code:
<span>&#x2AE6;</span>
Preview:

Add Long Dash From Left Member Of Double Vertical symbol with CSS

.long-dash-from-left-member-of-double-vertical::before {
    content: '\\2AE6';
}
Preview: Long Dash From Left Member Of Double Vertical

Long Dash From Left Member Of Double Vertical JavaScript Code

1. Direct Symbol:
document.querySelector('.long-dash-from-left-member-of-double-vertical').textContent = '⫦';
2. Unicode Escape for ⫦:
document.querySelector('.long-dash-from-left-member-of-double-vertical').textContent = '\u2AE6';
Preview: