Right Flattened Parenthesis “⟯” symbol in LaTeX

Symbol/Unicode Right Flattened Parenthesis/U+27EF
Type of symbol Mathematical operator
Package (requirement) mathabx
Argument No
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