Symbol/Unicode | Does Not Precede or Equal/U+22E0 |
---|---|
Type of symbol | Mathematical operator |
Package (requirement) | amssymb |
Argument | No |
Latex command | \npreceq |
Example | \npreceq → ⋠ |
You need to use the \npreceq
command in the amssymb package to write the Does Not Precede or Equal symbol in Latex.
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$$ ABC \npreceq 123 $$
$$ XYZ \npreceq 456 $$
$$ KLK \npreceq 123 $$
\end{document}
Output :