Succeeds(≻) symbol in LaTeX

Symbol/Unicode Succeeds/U+227B
Type of symbol Mathematical Operators
Package (requirement) No
Argument No
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