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 + >
Insert Greater-Than or Equal To in Word, Excel & Google Docs
ApplicationHow to insert Greater-Than or Equal To
Microsoft WordType 2265, then press Alt+X
Excel / Google SheetsUse the formula =UNICHAR(8805)
Google DocsInsert → Special characters, then search "greater-than or equal to"
HTML≥ or ≥
CSS (content property)content: "\2265"
JavaScript"\u2265"
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 >=.