Comparison symbol
Greater Than or Equal To Symbol (≥)
≥ includes both possibilities: the left side may be greater than the right side, or the two sides may be equal.
≥Greater-Than or Equal To
U+2265x ≥ 0Code reference
Copy ≥ in the format you need
Unicode
U+2265HTML decimal
≥HTML hexadecimal
≥HTML named
≥CSS
\2265JavaScript
\u2265LaTeX
\geCharacter names and code points checked against The Unicode Consortium. Last verified 2026-08-12.
01
Read the symbol
Read x ≥ 0 as “x is greater than or equal to zero.” The wide side faces the potentially larger value.
02
In plain-text code
Many programming languages use >= because keyboards do not provide a dedicated ≥ key. In mathematical prose, use the Unicode symbol.
Keep exploring