Math Operator 109

Unicode
U+2270
Category
Math
HTML Entity
≰
CSS
\2270
The ≰ (Neither Less-Than Nor Equal To) symbol is a mathematical operator used to indicate a negated inequality. It visually features a standard "less than or equal to" sign with a diagonal slash struck through it. While often logically equivalent to "strictly greater than" (>) in basic arithmetic, this symbol is primarily used in advanced mathematics to denote incomparable elements within partial orders.

How to Type

Windows
2270, then Alt+X (in Microsoft Word), or Win+. then search
macOS
Control+Command+Space then search "neither less-than"
Linux
Ctrl+Shift+U then 2270
HTML
≰ or ≰

In Programming

In standard programming languages, developers use `!(x <= y)` or simply `x > y` instead of this dedicated Unicode character. The ≰ symbol is mainly used in mathematical markup languages like LaTeX (using `\nleq`) to render complex equations.

Tags

comparison copy neither less nor equal inequality latex nleq math negation inequality mathematics negated less than or equal negation not less nor equal not less than or equal to partial order incomparable strikethrough leq unicode 2270

Related Symbols