How to use greater than(>) symbol in LaTeX?

Symbol/UnicodeGreater than/U+003E
Type of symbolStrict inequality
Package (requirement)No
ArgumentNo
Latex command >
ExampleA > a → A > a

Greater than Symbol in Latex is very easy to use, you have to press the shift + > key on the keyboard.

\documentclass{article}
\begin{document}
   \[ a_1 > a_2 \]
   \[ 2x > x \]
   \[ 100 > 10 \]
\end{document}

Output :

Use greater than in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top