How to use does not succeed(⊁) symbol in LaTeX?

Symbol/UnicodeDoes Not Succeed/U+2281
Type of symbolMathematical Operator
Package (requirement)amssymb
ArgumentNo
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