Symbol/Unicode | Does Not Succeed/U+2281 |
---|---|
Type of symbol | Mathematical Operator |
Package (requirement) | amssymb |
Argument | No |
Latex command | \nsucc |
Example | \nsucc → ⊁ |
You need to use the \nsucc
command of the amssymb package to write the Symbol Does Not Succeed in Latex.
\documentclass{article}
\usepackage{amssymb}
\begin{document}
$$ x+y \nsucc 5 $$
$$ a+b \nsucc \frac{1}{2} $$
$$ a+b \nsucc \frac{a+b}{c} $$
\end{document}
Output :