free-symbols

Double-line Equal To Or Greater-than Symbol

⪚ means “double-line equal to or greater-than,” commonly used in mathematical comparisons.

U+2A9A

⪚ is a specialized math symbol used to express a “greater-than or equal-to” style relationship with a double-line form. It’s often seen in technical writing, notation, and typography where authors want a distinct comparison glyph. Use the copy codes below to insert it reliably in documents and code.

Double-line Equal To Or Greater-than Symbol Meaning

⪚ is the Unicode symbol named “DOUBLE-LINE EQUAL TO OR GREATER-THAN” (U+2A9A). It represents a comparison relation indicating that one quantity is equal to or greater than another, using a distinctive double-line glyph. While the exact styling can vary by font, the intent is still a “≥”-like relationship. Designers and technical writers use it when they want a more specific or visually differentiated comparison symbol than the common greater-than-or-equal-to sign. It’s primarily used in mathematical contexts, equations, and formal documentation where consistent Unicode symbols matter.

Common uses

  • Writing math notes or textbooks that use a distinct ≥-style symbol
  • Annotating charts or diagrams where a specific comparison glyph is required
  • Formatting technical documentation or specs with consistent Unicode notation
  • Creating educational materials that distinguish multiple comparison operators
  • Typing equations in tools that support Unicode math symbols directly

Examples

⪚ Double-Line Equal To Or Greater-Than

  • If x ⪚ 5, then the condition holds.
  • Let a ⪚ b denote that a is not less than b.
  • Choose n such that n ⪚ k.
  • We require the value v ⪚ threshold T.
  • The system is valid when score ⪚ minimum.

Variations

Ready to copy

Technical codes

UnicodeU+2A9A
HTML Entity⪚
HTML Code⪚
CSS\2A9A

FAQ

What does ⪚ mean?

⪚ is “double-line equal to or greater-than,” indicating a relation like “equal to or greater than” in mathematical comparisons.

What is the Unicode code point for ⪚?

The Unicode code point is U+2A9A.

How can I copy ⪚ in HTML?

Use the HTML entity: ⪚ (from the provided source: ⪚ corresponds to ⪚).

How do I use ⪚ in CSS or JavaScript?

CSS escape: \\2A9A. JavaScript escape: \\u{2A9A}.