Greater-than Over Equal To Symbol
≧ means “greater than or equal to,” used to show ≥ in mathematical comparisons.
U+2267
The symbol ≧ is read as “greater-than or equal to.” It’s commonly used in math to express a comparison that allows equality. You can copy it directly or use its Unicode and HTML forms in documents and code.
Greater-than Over Equal To Symbol Meaning
≧ (Unicode U+2267) is the “greater-than or equal to” relation. It states that a value is either strictly greater than another value or equal to it. In practice, you’ll see it in inequalities (for example, x ≧ 5) to mean x is at least 5. The symbol is visually related to the “greater-than” sign, but with the added equality bar, which is what distinguishes it from a strict “greater than” comparison. It’s widely supported in browsers, fonts, and programming environments that handle Unicode.
Common uses
- •Writing inequalities like x ≧ 10 in homework, notes, and reports
- •Specifying threshold rules in forms and constraints (e.g., age ≧ 18)
- •Labeling charts and tables with “at least” categories (e.g., score ≧ 80)
- •Defining comparisons in code conditions and validation logic
- •Explaining step-by-step logic in technical writing and tutorials
Examples
≧ Greater-than or equal to symbol
- ≧x ≧ 7 means x is at least 7.
- ≧Temperature T ≧ 0°C indicates non-freezing values.
- ≧Income I ≧ 5000 qualifies for the plan.
- ≧If a ≧ b, then a is not less than b.
- ≧Draw a line for y ≧ 2 on the graph.
Variations
Ready to copy
Technical codes
| Unicode | U+2267 | |
| HTML Entity | ≧ | |
| HTML Code | ≧ | |
| CSS | \2267 |
FAQ
What does the Greater-than Over Equal To symbol mean?
≧ (Unicode U+2267) is the “greater-than or equal to” relation. It states that a value is either strictly greater than another value or equal to it. In practice, you’ll see it in inequalities (for example, x ≧ 5) to mean x is at least 5. The symbol is visually related to the “greater-than” sign, but with the added equality bar, which is what distinguishes it from a strict “greater than” comparison. It’s widely supported in browsers, fonts, and programming environments that handle Unicode.
How do I read the symbol ≧?
It’s read as “greater-than or equal to,” meaning the left value is at least the right value.
What is the Unicode code point for ≧?
The Unicode code point is U+2267.
Can I use ≧ in HTML or documents?
Yes. The HTML entity is ≧ and it will render anywhere Unicode is supported.
Is ≧ the same as ≥?
They represent the same relation, “greater-than or equal to.” Visual appearance may vary by font, but the meaning is the same.