Less-than But Not Equivalent To

Shortcodes

Copy and paste codes for Less-than But Not Equivalent To symbol ⋦ to use in your websites, apps, blogs, and more.

Unicode
U+22E6
HTML Code
⋦
HEX Code
⋦
CSS Code
\22E6
JS/JSON
\u22E6
Unix/C/PHP/JAVA
0x22E6
URL-encode
%E2%8B%A6
copied

Customize Less-than But Not Equivalent To Symbol

Customize ⋦ symbol as you like and download Less-than But Not Equivalent To 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 Less-than But Not Equivalent To symbol in HTML, CSS, and JS?

Insert ⋦ Less-than But Not Equivalent To using HTML

1. Copy-paste Less-than But Not Equivalent To directly:
<span>⋦</span>
2. HTML Decimal Code:
<span>&#8934;</span>
3. Hexadecimal Code:
<span>&#x22E6;</span>
Preview:

Add Less-than But Not Equivalent To symbol with CSS

.less-than-but-not-equivalent-to::before {
    content: '\\22E6';
}
Preview: Less-than But Not Equivalent To

Less-than But Not Equivalent To JavaScript Code

1. Direct Symbol:
document.querySelector('.less-than-but-not-equivalent-to').textContent = '⋦';
2. Unicode Escape for ⋦:
document.querySelector('.less-than-but-not-equivalent-to').textContent = '\u22E6';
Preview: