How to use succeeds(≻) symbol in LaTeX?

Symbol/UnicodeSucceeds/U+227B
Type of symbolMathematical Operators
Package (requirement)No
ArgumentNo
Latex command\succ
Example\succ → ≻

You need to use the \succ command to print the Succeeds symbol in a latex document.

\documentclass{article}
\begin{document}
    \[ \prec a,b \succ \]
    \[ \prec q_1 ,..., q_n \succ \]
    \[ \prec \frac{V}{q_1} ,..., \frac{V}{q_n} \succ \]
\end{document}

Output :

Use Succeeds symbol in latex.

Leave a Comment

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

Scroll to Top