Symbol/Unicode | Greater than/U+003E |
---|---|
Type of symbol | Strict inequality |
Package (requirement) | No |
Argument | No |
Latex command | > |
Example | A > 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 :