How to use frown(⌢) symbol in LaTeX?

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/UnicodeFrown/U+22DF
Type of symbolArrows Pattern
Package (requirement)No
ArgumentNo
Latex command\frown
Example\frown →  ⌢
\documentclass{article}
\begin{document}
  \[ \verb|\frown|\rightarrow \frown \]
\end{document}

Output :

frown symbol in latex.

Leave a Comment

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

Scroll to Top