Not Less-than

Shortcodes

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

Unicode
U+226E
HTML Code
≮
HEX Code
≮
CSS Code
\226E
JS/JSON
\u226E
Unix/C/PHP/JAVA
0x226E
URL-encode
%E2%89%AE
copied

Customize Not Less-than Symbol

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

Insert ≮ Not Less-than using HTML

1. Copy-paste Not Less-than directly:
<span>≮</span>
2. HTML Decimal Code:
<span>&#8814;</span>
3. Hexadecimal Code:
<span>&#x226E;</span>
Preview:

Add Not Less-than symbol with CSS

.not-less-than::before {
    content: '\\226E';
}
Preview: Not Less-than

Not Less-than JavaScript Code

1. Direct Symbol:
document.querySelector('.not-less-than').textContent = '≮';
2. Unicode Escape for ≮:
document.querySelector('.not-less-than').textContent = '\u226E';
Preview: