N-ary White Vertical Bar

⫿

Shortcodes

Copy and paste codes for N-ary White Vertical Bar symbol ⫿ to use in your websites, apps, blogs, and more.

Unicode
U+2AFF
HTML Code
⫿
HEX Code
⫿
CSS Code
\2AFF
JS/JSON
\u2AFF
Unix/C/PHP/JAVA
0x2AFF
URL-encode
%E2%AB%BF
copied

Customize N-ary White Vertical Bar Symbol

Customize ⫿ symbol as you like and download N-ary White Vertical Bar 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 N-ary White Vertical Bar symbol in HTML, CSS, and JS?

Insert ⫿ N-ary White Vertical Bar using HTML

1. Copy-paste N-ary White Vertical Bar directly:
<span>⫿</span>
2. HTML Decimal Code:
<span>&#11007;</span>
3. Hexadecimal Code:
<span>&#x2AFF;</span>
Preview: ⫿

Add N-ary White Vertical Bar symbol with CSS

.n-ary-white-vertical-bar::before {
    content: '\\2AFF';
}
Preview: N-ary White Vertical Bar

N-ary White Vertical Bar JavaScript Code

1. Direct Symbol:
document.querySelector('.n-ary-white-vertical-bar').textContent = '⫿';
2. Unicode Escape for ⫿:
document.querySelector('.n-ary-white-vertical-bar').textContent = '\u2AFF';
Preview: ⫿