How to use greater than or less than(≷) symbol in LaTeX?

Symbol/UnicodeGreater than or less than/U+2277
Type of symbolMathematical operator
Package (requirement)amssymb
ArgumentNo
Latex command\gtrless
Example\gtrless → ≷

You need to use the \gtrless command of the amssymb package to print the Greater than or less than symbol in a latex document.

\documentclass{article}
\usepackage{xcolor, amssymb}
\begin{document}
    \[ a+b \gtrless -5 \]
    \[ x+y \gtrless 8 \]
\end{document}

Output :

Use Greater than or less than symbol in latex

Leave a Comment

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

Scroll to Top