Greater-than And Not Approximate Symbol
⪊ means “greater than, and not approximately equal to.”
U+2A8A
The symbol ⪊ is a specialized math operator used in formal comparisons. It indicates that one quantity is greater than another while explicitly ruling out approximation. You can copy it directly or use its Unicode/escape forms in code.
Greater-than And Not Approximate Symbol Meaning
⪊ (Unicode U+2A8A) is known as “greater-than and not approximate.” It’s used in mathematical notation to express a strict “greater than” relationship together with a statement that the relation is not meant in an approximate sense. In practice, authors use it when they want to emphasize certainty rather than estimation—contrasting it with approximate comparison symbols. This makes ⪊ useful in proofs, inequalities, and technical writing where the distinction between exact and approximate comparisons matters. If you’re typesetting math, it helps to choose the correct symbol so readers interpret the intended level of precision.
Common uses
- •Expressing strict inequalities with a clear non-approximate meaning in math notes
- •Clarifying that a bound is exact rather than estimated in technical documentation
- •Denoting formal comparisons in equations for textbooks or academic writing
- •Stating constraints in engineering or data specifications where approximation is not allowed
- •Writing comments or annotations in code or markup that describe inequality conditions
Examples
⪊ Greater-than and not approximate
- ⪊x ⪊ 10
- ⪊f(x) ⪊ g(x) in the defined domain
- ⪊A ⪊ B with no approximation implied
- ⪊T ⪊ 300 K (exact comparison)
- ⪊Let y satisfy y ⪊ 2a
Variations
Ready to copy
Technical codes
| Unicode | U+2A8A | |
| HTML Entity | ⪊ | |
| HTML Code | ⪊ | |
| CSS | \2A8A |
FAQ
What does ⪊ mean?
⪊ means “greater-than and not approximate,” indicating a strict “greater than” relationship with no approximation intended.
What is the Unicode code point for ⪊?
Its Unicode code point is U+2A8A.
How can I copy ⪊ into HTML?
You can use the HTML entity: ⪊
How do I type ⪊ in programming languages?
Common escapes include CSS: \\2A8A and JavaScript: \\u{2A8A}.