free-symbols
⩿

Less-than Or Slanted Equal To With Dot Inside Symbol

⩿ is a specialized comparison symbol meaning “less than or slanted equal to” with a dot inside.

U+2A7F

⩿ is a Unicode math character used to express a specific form of “less-than or equal” comparison. It’s commonly found in typography and math notation where a distinct symbol is preferred. You can copy it directly or use its Unicode code point.

Less-than Or Slanted Equal To With Dot Inside Symbol Meaning

The symbol ⩿ has the Unicode name “LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE” (U+2A7F). In mathematical contexts, it denotes a relationship of the form “less-than or slanted equal to,” where the dot inside gives the character a distinct visual meaning from other less-than-or-equal variants. Compared with ordinary ≤, it’s a more specific comparison glyph often used in specialized notation sets, educational materials, or typesetting systems that support extended comparison symbols. If you need a precise symbol rather than a generic ≤, ⩿ helps maintain correctness and visual consistency.

Common uses

  • Mathematical typesetting where a distinct less-than-or-equal glyph is required
  • Preparing worksheet or textbook markup that must match a specific Unicode character
  • Labeling constraints in technical diagrams or formal specifications
  • Designing math symbols for UI components in math editors
  • Typography and font testing for Unicode math characters

Examples

⩿ Less-Than Or Slanted Equal To With Dot Inside

  • ⩿x ⩿ y
  • ⩿a ⩿ b implies a is not greater than b (with this specific glyph)
  • ⩿n ⩿ m in the inequality constraint set
  • ⩿t ⩿ t₀ defines an allowed range boundary
  • ⩿Use ⩿ in your equation to match the intended notation

Variations

Ready to copy

Technical codes

UnicodeU+2A7F
HTML Entity⩿
HTML Code⩿
CSS\2A7F

FAQ

What does the Less-than Or Slanted Equal To With Dot Inside symbol mean?

The symbol ⩿ has the Unicode name “LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE” (U+2A7F). In mathematical contexts, it denotes a relationship of the form “less-than or slanted equal to,” where the dot inside gives the character a distinct visual meaning from other less-than-or-equal variants. Compared with ordinary ≤, it’s a more specific comparison glyph often used in specialized notation sets, educational materials, or typesetting systems that support extended comparison symbols. If you need a precise symbol rather than a generic ≤, ⩿ helps maintain correctness and visual consistency.

What Unicode character is ⩿?

⩿ is Unicode U+2A7F, named “LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE”.

How do I copy ⩿ into my document?

Copy the character directly from this page. You can also paste it into editors that accept Unicode math symbols.

Is ⩿ the same as the standard ≤ symbol?

Not exactly. ⩿ is a distinct extended comparison glyph (with a dot inside) and may be preferred when a specific notation standard is required.

How can developers type ⩿ in code?

Use the Unicode escapes: CSS \\2A7F, JavaScript \\u{2A7F}. The HTML entity is ⩿.