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 :