Neither Less-than Nor Greater-than

Shortcodes

Copy and paste codes for Neither Less-than Nor Greater-than symbol ≸ to use in your websites, apps, blogs, and more.

Unicode
U+2278
HTML Code
≸
HEX Code
≸
CSS Code
\2278
JS/JSON
\u2278
Unix/C/PHP/JAVA
0x2278
URL-encode
%E2%89%B8
copied

Customize Neither Less-than Nor Greater-than Symbol

Customize ≸ symbol as you like and download Neither Less-than Nor Greater-than 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 Neither Less-than Nor Greater-than symbol in HTML, CSS, and JS?

Insert ≸ Neither Less-than Nor Greater-than using HTML

1. Copy-paste Neither Less-than Nor Greater-than directly:
<span>≸</span>
2. HTML Decimal Code:
<span>&#8824;</span>
3. Hexadecimal Code:
<span>&#x2278;</span>
Preview:

Add Neither Less-than Nor Greater-than symbol with CSS

.neither-less-than-nor-greater-than::before {
    content: '\\2278';
}
Preview: Neither Less-than Nor Greater-than

Neither Less-than Nor Greater-than JavaScript Code

1. Direct Symbol:
document.querySelector('.neither-less-than-nor-greater-than').textContent = '≸';
2. Unicode Escape for ≸:
document.querySelector('.neither-less-than-nor-greater-than').textContent = '\u2278';
Preview: