Math Operator 107

Unicode
U+226E
Category
Math
HTML Entity
≮
CSS
\226E
The "not less-than" symbol (≮) is a mathematical operator indicating that one value is not strictly smaller than another. While it is logically equivalent to "greater than or equal to" (≥) in standard arithmetic, mathematicians use ≮ specifically in partial orders where variables or sets might not be directly comparable. You will typically spot this symbol in advanced math textbooks, computer science logic proofs, and technical academic papers.

How to Type

Windows
Win + . then search "not less-than" (or type 226E followed by Alt + X in Microsoft Word)
macOS
Control + Command + Space then search "not less-than"
Linux
Ctrl + Shift + U then type 226e
HTML
≮ or ≮

In Programming

While rarely used directly in source code—where developers rely on standard comparative operators like `>=` or `!<`—this symbol is frequently used in LaTeX mathematical environments via the `\nless` command.

Tags

HTML entity not less than comparison copy not less than inequality latex nless math negation symbol mathematics negated less than negation not less than not less than sign strikethrough less than unicode 226E

Related Symbols