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 :