How to use right flattened parenthesis “⟯” symbol in LaTeX?

Symbol/UnicodeRight Flattened Parenthesis/U+27EF
Type of symbolMathematical operator
Package (requirement)mathabx
ArgumentNo
Latex command\rgroup
Example\rgroup → ⟯

You need to use the \rgroup command of the mathabx package to print the Right Flattened Parenthesis symbol in a latex document.

\documentclass{article}
\usepackage{mathabx}
\begin{document}
   \[ \lgroup a+b \rgroup \]
   \[ \lgroup 5+2 \rgroup = 7 \]
   \[ \lgroup x^2 +y^2 \rgroup  \]
\end{document}

Output :

Use Right Flattened Parenthesis in latex.

Leave a Comment

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

Scroll to Top