Triple Vertical Bar Binary Relation

Shortcodes

Copy and paste codes for Triple Vertical Bar Binary Relation symbol ⫴ to use in your websites, apps, blogs, and more.

Unicode
U+2AF4
HTML Code
⫴
HEX Code
⫴
CSS Code
\2AF4
JS/JSON
\u2AF4
Unix/C/PHP/JAVA
0x2AF4
URL-encode
%E2%AB%B4
copied

Customize Triple Vertical Bar Binary Relation Symbol

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

Insert ⫴ Triple Vertical Bar Binary Relation using HTML

1. Copy-paste Triple Vertical Bar Binary Relation directly:
<span>⫴</span>
2. HTML Decimal Code:
<span>&#10996;</span>
3. Hexadecimal Code:
<span>&#x2AF4;</span>
Preview:

Add Triple Vertical Bar Binary Relation symbol with CSS

.triple-vertical-bar-binary-relation::before {
    content: '\\2AF4';
}
Preview: Triple Vertical Bar Binary Relation

Triple Vertical Bar Binary Relation JavaScript Code

1. Direct Symbol:
document.querySelector('.triple-vertical-bar-binary-relation').textContent = '⫴';
2. Unicode Escape for ⫴:
document.querySelector('.triple-vertical-bar-binary-relation').textContent = '\u2AF4';
Preview: