U+2265
| OS | Layout | Shortcut |
|---|---|---|
| Windows(you) | Us | AltGr + Shift + . |
| Windows | Uk | AltGr + . |
| Windows | German | AltGr + > |
| macOS | Us | Option + . |
| macOS | Uk | Option + . |
| macOS | German | Option + > |
| Application | How to insert Greater-Than or Equal To |
|---|---|
| Microsoft Word | Type 2265, then press Alt+X |
| Excel / Google Sheets | Use the formula =UNICHAR(8805) |
| Google Docs | Insert → Special characters, then search "greater-than or equal to" |
| HTML | ≥ or ≥ |
| CSS (content property) | content: "\2265" |
| JavaScript | "\u2265" |
Indicates that the value on the left is greater than or equal to the value on the right.
Used in mathematics, programming, and logic. Example: y ≥ 0. In code, typically written as >=.