Less than over not equal to(≨) symbol in LaTeX

Symbol/Unicode Less than over not equal to
Type of symbol Mathematical Operators
Package (requirement) amssymb
Argument No
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