No package is required to print the Frown symbol in a latex document. This symbol will be printed in the document as soon as you type the \frown
command.
Symbol/Unicode | Frown/U+22DF |
---|---|
Type of symbol | Arrows Pattern |
Package (requirement) | No |
Argument | No |
Latex command | \frown |
Example | \frown → ⌢ |
\documentclass{article}
\begin{document}
$$ \verb|\frown|\rightarrow \frown $$
\end{document}
Output :