BuildQuill
Math Symbols

Greater Than or Equal To

U+2265

The greater-than-or-equal sign shows that a value is larger than or the same as another value.

Copy & encode

Character
Unicode codepoint
U+2265
HTML named entity
≥
HTML decimal entity
≥
HTML hex entity
≥
CSS escape
\2265
JavaScript escape
\u2265

Meaning and usage

It is used in inequalities and conditions such as age ≥ 18 meaning eighteen or older, and often appears in academic papers and reports.

Frequently Asked Questions

What is the HTML entity for greater than or equal?
Use ≥ or ≥.
How is ≥ typed in code?
Most programming languages use >= instead of the ≥ symbol.