Succeeds Or Equal To Symbol
≽ means “succeeds or equal to” and is used to express ≥ with a more symbolic look.
U+227D
The symbol “≽” is a math operator meaning “succeeds or equal to.” It is commonly used when you want to compare values while emphasizing inequality with a specific notation. Use it in equations, documents, and code with the provided escapes.
Succeeds Or Equal To Symbol Meaning
“≽” is the Unicode symbol named “SUCCEEDS OR EQUAL TO” (U+227D). In math and formal writing, it indicates that one quantity is greater than or equal to another, similar in intent to “≥”. The symbol is often chosen for stylistic or typographic reasons in textbooks, notes, and typeset documents. You’ll see it in inequality constraints, optimization problems, and condition statements where “at least” relationships are expressed clearly. When writing in plain text, you can copy/paste the character or use the Unicode escapes in your preferred programming language or markup.
Common uses
- •Writing inequality constraints like “x ≽ 0” in math notes or proofs
- •Expressing “at least” relationships in optimization and programming documentation
- •Typing formulas in word processors, slide decks, and design mockups
- •Formatting conditions in technical writing and engineering specifications
- •Using Unicode in code comments, config files, or datasets that store formulas
Examples
≽ Succeeds or equal to symbol
- ≽x ≽ 0
- ≽A ≽ B
- ≽f(x) ≽ g(x)
- ≽S ≽ T
- ≽score ≽ target
Variations
Ready to copy
Technical codes
| Unicode | U+227D | |
| HTML Entity | ≽ | |
| HTML Code | ≽ | |
| CSS | \227D |
FAQ
What does ≽ mean?
≽ means “succeeds or equal to,” and it’s used to indicate a greater-than-or-equal-to relationship (similar to ≥).
Is ≽ the same as the ≥ symbol?
They represent comparable meanings (greater than or equal to), but ≽ is a specific Unicode character with its own typographic style.
How can I copy and paste ≽?
Copy the character “≽” directly from this page, or use the code escapes: HTML “≽” or CSS “\\227D” or JavaScript “\\u{227D}”.
Where can I use ≽ in code or documents?
You can use it in math text, Word/Docs, design tools, and programming contexts that support Unicode, using the provided HTML/CSS/JavaScript escapes.