Font-size: A A A
This is the greater than or equal operator, which returns true if the first operand is greater than or equal to the second.
a >= 1 a >= 2 b >= a
These examples return true.