Less-than Or Equivalent To Symbol
≲ means “less than or approximately equal to,” commonly used to express an upper bound.
U+2272
The symbol ≲ (U+2272) is read as “less-than or equivalent to.” It’s commonly used to indicate that something is at most a value, often in approximate contexts. Use it in formulas, notes, and technical writing when you want an inequality with a soft or inclusive feel.
Less-than Or Equivalent To Symbol Meaning
≲ combines the idea of “less-than” with an “equivalent/approximately equal” sense. In many technical contexts, it’s used to express an upper bound that may allow equality (or a tolerance) rather than a strict cutoff. For example, “x ≲ 10” is often interpreted as “x is less than or about 10” or “x is not greater than 10 within the intended meaning.” Depending on the field and author, it can be read as “≤” with an emphasis on approximation, or “≤” for an inequality that allows equivalence. When precision matters, pair it with a brief note about tolerance.
Common uses
- •Expressing upper bounds in math problems or proofs with tolerance
- •Stating performance limits (e.g., error ≲ threshold) in reports
- •Summarizing constraints in science or engineering notes where values are approximate
- •Annotating graphs or charts to indicate “at most” ranges
- •Writing informal yet technical inequalities in documentation and tutorials
Examples
≲ Less-than or equivalent to
- ≲Speed: v ≲ 30 m/s for safe operation.
- ≲The error satisfies ε ≲ 0.01 in the measured regime.
- ≲We expect y to be less than or about 100: y ≲ 100.
- ≲Temperature bounds: T ≲ 80°C to prevent overheating.
- ≲In practice, runtime grows roughly like n ≲ 5000.
Variations
Ready to copy
Technical codes
| Unicode | U+2272 | |
| HTML Entity | ≲ | |
| HTML Code | ≲ | |
| CSS | \2272 |
FAQ
What does ≲ mean in plain English?
It’s typically read as “less-than or equivalent to,” often used to indicate “less than or about” an upper bound.
Is ≲ the same as ≤ (less-than or equal to)?
They’re related, but ≲ is commonly used to suggest an approximate or softer notion of equivalence. Use ≤ when you mean strict non-greater-than with exact equality.
How do I copy ≲ in HTML and CSS?
HTML entity: ≲ (codepoint U+2272 uses that entity for rendering). CSS escape: \\2272.
What is the Unicode information for ≲?
Unicode character: ≲, Unicode name: LESS-THAN OR EQUIVALENT TO, codepoint: U+2272.