Greater-Than or Equal To

U+2265

Quick Reference
Unicode
U+2265
HTML Entity
≥
HTML Numeric
≥
CSS
\2265
JavaScript
\u2265
How to Type
OSLayoutShortcut
Windows(you)UsAltGr + Shift + .
WindowsUkAltGr + .
WindowsGermanAltGr + >
macOSUsOption + .
macOSUkOption + .
macOSGermanOption + >
About Greater-Than or Equal To

Indicates that the value on the left is greater than or equal to the value on the right.

Usage

Used in mathematics, programming, and logic. Example: y ≥ 0. In code, typically written as >=.