Math Operator 117

Unicode
U+2278
Category
Math
HTML Entity
≸
CSS
\2278
The ≸ symbol, officially known as "Neither Less Than Nor Greater Than," is a mathematical operator used to indicate that two values cannot be compared using standard inequalities. While this implies the values are equal on a standard number line, it takes on a special meaning in partially ordered sets to show that two elements are completely incomparable. You will mostly spot this niche symbol in advanced logic, set theory textbooks, and academic papers rather than everyday digital text.

How to Type

Windows
Alt + 8824 (on numeric keypad) or type 2278 followed by Alt+X in Microsoft Word
macOS
Control+Command+Space to open Character Viewer, then search "Neither less"
Linux
Ctrl+Shift+U, type 2278, then Space
HTML
≸ or ≸ or ≸

In Programming

This symbol is rarely used directly in standard programming logic, but it is frequently typeset in mathematical formulas using LaTeX commands like `\ntlg` or `\not\lessgtr` to represent incomparable elements.

Tags

not less or greater mathematics negation comparison ordering

Related Symbols