Triple Solidus Binary Relation

Shortcodes

Copy and paste codes for Triple Solidus Binary Relation symbol ⫻ to use in your websites, apps, blogs, and more.

Unicode
U+2AFB
HTML Code
⫻
HEX Code
⫻
CSS Code
\2AFB
JS/JSON
\u2AFB
Unix/C/PHP/JAVA
0x2AFB
URL-encode
%E2%AB%BB
copied

Customize Triple Solidus Binary Relation Symbol

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

Insert ⫻ Triple Solidus Binary Relation using HTML

1. Copy-paste Triple Solidus Binary Relation directly:
<span>⫻</span>
2. HTML Decimal Code:
<span>&#11003;</span>
3. Hexadecimal Code:
<span>&#x2AFB;</span>
Preview:

Add Triple Solidus Binary Relation symbol with CSS

.triple-solidus-binary-relation::before {
    content: '\\2AFB';
}
Preview: Triple Solidus Binary Relation

Triple Solidus Binary Relation JavaScript Code

1. Direct Symbol:
document.querySelector('.triple-solidus-binary-relation').textContent = '⫻';
2. Unicode Escape for ⫻:
document.querySelector('.triple-solidus-binary-relation').textContent = '\u2AFB';
Preview: