How to use less than over not equal to(≨) symbol in LaTeX?

Symbol/UnicodeLess than over not equal to
Type of symbolMathematical Operators
Package (requirement)amssymb
ArgumentNo
Latex command\lvertneqq
Example\lvertneqq → ≨

You need to use the \lvertneqq command of the amssymb package to print the Less than over not equal to symbol in a Latex document.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
     \[ ABC \lvertneqq 8 \]
     \[ XYZ \lvertneqq \frac{1}{2} \]
     \[ ABC \lvertneqq \frac{a+b}{c} \]
\end{document}

Output :

Use Less than over not equal to symbol in latex.

Leave a Comment

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

Scroll to Top