Large Triple Vertical Bar Operator

Shortcodes

Copy and paste codes for Large Triple Vertical Bar Operator symbol ⫼ to use in your websites, apps, blogs, and more.

Unicode
U+2AFC
HTML Code
⫼
HEX Code
⫼
CSS Code
\2AFC
JS/JSON
\u2AFC
Unix/C/PHP/JAVA
0x2AFC
URL-encode
%E2%AB%BC
copied

Customize Large Triple Vertical Bar Operator Symbol

Customize ⫼ symbol as you like and download Large Triple Vertical Bar Operator 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 Large Triple Vertical Bar Operator symbol in HTML, CSS, and JS?

Insert ⫼ Large Triple Vertical Bar Operator using HTML

1. Copy-paste Large Triple Vertical Bar Operator directly:
<span>⫼</span>
2. HTML Decimal Code:
<span>&#11004;</span>
3. Hexadecimal Code:
<span>&#x2AFC;</span>
Preview:

Add Large Triple Vertical Bar Operator symbol with CSS

.large-triple-vertical-bar-operator::before {
    content: '\\2AFC';
}
Preview: Large Triple Vertical Bar Operator

Large Triple Vertical Bar Operator JavaScript Code

1. Direct Symbol:
document.querySelector('.large-triple-vertical-bar-operator').textContent = '⫼';
2. Unicode Escape for ⫼:
document.querySelector('.large-triple-vertical-bar-operator').textContent = '\u2AFC';
Preview: