Greater Than or Equal To Sign (≥) — Copy & Paste

The greater-than-or-equal-to sign for bounds and constraints.

What does ≥ mean?

The ≥ sign means “greater than or equal to”: the value on the left is greater than, or the same as, the value on the right. For example, n ≥ 1.

How ≥ differs from > and >=: ≥ allows equality, while > means strictly greater than. In plain-text code, >= is a two-character operator rather than the Unicode ≥ sign.

Technical reference

Tap the icon beside any value to place it on your clipboard.

Greater than or equal

Character
≥
Unicode
U+2265
HTML named
≥
HTML decimal
≥
LaTeX
\ge

Common uses

Bounds & constraints

Used for n ≥ 1 style constraints in math and algorithms.

More math symbols

Looking for Greek letters? See the greek symbol table or the alphabet chart.