\text{\textgreater}
The \text{\textgreater} command in LaTeX is used to represent the greater-than symbol in text mode. It is often used in mathematical expressions or comparisons to indicate that one quantity is larger than another.
Comparison indicating x is greater than y
x \text{\textgreater} y
Numerical comparison showing 5 is greater than 3
5 \text{\textgreater} 3
Chained comparison indicating a is greater than b, and b is greater than c
a \text{\textgreater} b \text{\textgreater} c