Smaller Than Symbol
⪪ denotes “smaller than” and is used in mathematical comparisons and notation.
U+2AAA
The symbol ⪪ is read as “smaller than.” It’s a math-oriented character often used when writing comparisons between values. This page helps you copy it and use it correctly in different contexts.
Smaller Than Symbol Meaning
⪪ (Unicode U+2AAA) is a mathematical comparison symbol meaning “smaller than.” In notation, it indicates that one quantity is strictly less than another. You’ll most commonly see it in formulas, plain-text math, and typeset-style content where a distinct glyph is preferred. Like other comparison symbols, its exact interpretation depends on context and the surrounding expression (for example, whether you’re comparing numbers, variables, or constraints). When you need consistent rendering across platforms or code environments, use the provided HTML entity (⪪) or escapes such as CSS \\\\2AAA and JavaScript \\\\u{2AAA}.
Common uses
- •Writing strict inequalities in formulas and problem statements
- •Labeling parameters or constraints in documentation and specs
- •Creating readable comparison notes in math worksheets
- •Using in plain-text math content where a specific “smaller than” glyph is desired
- •Formatting comparison symbols in UI mockups for math tools
Examples
⪪ Smaller Than Symbol (U+2AAA)
- ⪪x ⪪ 10
- ⪪n ⪪ 3
- ⪪temperature ⪪ 0°C
- ⪪score ⪪ limit
- ⪪a ⪪ b
Variations
Ready to copy
Technical codes
| Unicode | U+2AAA | |
| HTML Entity | ⪪ | |
| HTML Code | ⪪ | |
| CSS | \2AAA |
FAQ
What does ⪪ mean?
⪪ means “smaller than,” used for strict comparisons in math notation.
What are the Unicode details for ⪪?
⪪ is Unicode code point U+2AAA, with HTML entity ⪪ and CSS escape \\\\2AAA.
How do I type or copy ⪪ in code?
Use the character directly (copy/paste), or use the escapes: CSS \\\\2AAA or JavaScript \\\\u{2AAA}.
Is ⪪ the same as the “<” symbol?
They both represent “smaller than,” but ⪪ is a distinct Unicode character (U+2AAA) with its own glyph.