Larger Than Or Equal To Symbol
⪭ means “larger than or equal to” and is used to compare values in math and logic.
U+2AAD
The symbol ⪭ represents the relation “larger than or equal to.” It’s commonly used in math, programming, and technical writing to express comparisons clearly. Use it when you want to include equality as well as greater-than.
Larger Than Or Equal To Symbol Meaning
⪭ (Unicode name: larger than or equal to) denotes that one quantity is greater than another, with equality included. In expressions, it is typically read as “A is larger than or equal to B.” This is useful in inequalities where you want to allow the boundary case (when the values are equal) rather than requiring strictly greater values. Depending on the context, it can appear in mathematics for inequalities, in logic for conditions, and in documentation or UI text to describe thresholds, limits, and constraints.
Common uses
- •Writing mathematical inequalities such as x ⪭ 10 to indicate x is at least 10
- •Expressing threshold conditions in logic (e.g., score ⪭ passing_score)
- •Documenting constraints in specifications and user guidelines (e.g., version ⪭ 2.0)
- •Building filter rules or queries where values must meet a minimum
- •Creating clear UI labels for limits, such as “quantity ⪭ 1”
Examples
⪭ Larger than or equal to
- ⪭Let x ⪭ 5.
- ⪭If temperature ⪭ 30°C, enable cooling.
- ⪭Price ⪭ $100 qualifies for the discount.
- ⪭Score must be ⪭ 70 to pass.
- ⪭Wait time is ⪭ 10 seconds.
Variations
Ready to copy
Technical codes
| Unicode | U+2AAD | |
| HTML Entity | ⪭ | |
| HTML Code | ⪭ | |
| CSS | \2AAD |
FAQ
What does ⪭ mean?
⪭ means “larger than or equal to,” i.e., the left value is greater than the right value, or equal to it.
How do I copy ⪭ into HTML?
Use the HTML entity: ⪭.
How do I use ⪭ in CSS?
Use the CSS escape form: \\2AAD.
How do I use ⪭ in JavaScript?
Use the JavaScript Unicode escape: \\u{2AAD}.