Does Not Succeed(⊁) symbol in LaTeX

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 :

Useing Does Not Succeed symbol in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top