Similar Or Less-than Symbol
The ⪝ symbol means “similar or less-than,” commonly used in mathematical notation.
U+2A9D
The symbol ⪝ (U+2A9D) is a math operator used to express a relationship that is either “similar” or “less-than.” It’s useful in typography and equation writing when you need a compact relational symbol. Below you’ll find its meaning and practical ways to copy and use it.
Similar Or Less-than Symbol Meaning
⪝ is the “SIMILAR OR LESS-THAN” symbol (Unicode U+2A9D). In mathematical and technical writing, it represents a combined relationship: the first part suggests similarity, while the second part indicates “less-than.” Because it’s a single character, it can be easier to read and format than composing multiple symbols in a text layout. It’s typically used in contexts like set relations, constraints, comparison-like notation, or when a document’s author wants to emphasize either resemblance or an ordering condition. Use it when a standard equation editor or font set supports Unicode math symbols.
Common uses
- •Writing compact mathematical comparisons in plain text
- •Annotating constraints or bounds in technical notes
- •Formatting equations for documents when you need a single relational glyph
- •Designing math-focused posters, slides, or UI labels
- •Creating accessible math content where a Unicode symbol is preferred over images
Examples
⪝ Similar or Less-Than Symbol
- ⪝Let a ⪝ b mean a is similar to or less-than b.
- ⪝If x ⪝ y holds, then the condition is satisfied.
- ⪝We use ⪝ to express similarity or a smaller value.
- ⪝The chart labels include ⪝ to show comparison rules.
- ⪝In the specification, “⪝” appears in the inequality section.
Variations
Ready to copy
Technical codes
| Unicode | U+2A9D | |
| HTML Entity | ⪝ | |
| HTML Code | ⪝ | |
| CSS | \2A9D |
FAQ
What does ⪝ mean?
⪝ is the “SIMILAR OR LESS-THAN” symbol. It represents a combined relation involving similarity and “less-than.”
What is the Unicode for ⪝?
The Unicode code point is U+2A9D.
How can I use ⪝ in HTML?
You can use the HTML entity: ⪝
How can I type ⪝ with CSS or JavaScript?
CSS escape: \\2A9D. JavaScript escape: \\u{2A9D}.