Math Operator 218

Unicode
U+22DD
Category
Math
HTML Entity
⋝
CSS
\22DD
The ⋝ (Equal To Or Greater Than) symbol is a mathematical operator used to indicate that one value is equal to or greater than another. While functionally identical to the standard greater-than-or-equal-to sign (≥), this distinct variant places the equal sign on top to emphasize the equality condition. It frequently appears in advanced mathematical logic, formal algebraic systems, and academic typesetting.

How to Type

Windows
Alt+8925 or type 22DD then Alt+X in Word
macOS
Control+Command+Space then search "equal to or greater than"
Linux
Ctrl+Shift+U then 22DD
HTML
&eqgtr; or ⋝

In Programming

Most programming languages use the standard `>=` syntax for logical comparisons rather than the ⋝ symbol. This specific Unicode character is mainly reserved for rendering complex formulas in MathML or LaTeX (using the `\eqgtr` command).

Tags

HTML entity LaTeX math symbol U+22DD Unicode math operator \eqslantgtr advanced algebra comparison comparison operator eqslantgtr equal greater than equal or greater greater than or equal variant mathematics order relation ordering relation

Related Symbols