Symbol/Unicode | Less-Than and Single-Line Not Equal To/U+2A87 |
---|---|
Type of symbol | Mathematics |
Package (requirement) | amssymb |
Argument | No |
Latex command | \lneq |
Example | \lneq → ⪇ |
You need to use the \lneq
command in the amssymb package to print the Less-Than and Single-Line Not Equal To symbols in a Latex document.
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$$ ABC \lneq 5 $$
$$ XYZ \lneq \frac{1}{2} $$
$$ ABC \lneq \frac{x+n}{n} $$
\end{document}
Output :