How use angle(∠) symbol in LaTeX?

Symbol/UnicodeAngle/U+2220
Type of symbolMathematics
Package (requirement)No
ArgumentNo
Latex command\angle
Example\angle → ∠

You do not need to use any package to print the angle symbol in a latex document. If you use \angle, the default command of latex, the symbol will be printed in the document.

\documentclass{article}
\begin{document}
   \[ \angle ABC \]
   \[ \angle XYZ \]
   \[ \angle PQR \]
\end{document}

Output :

Useing angle symbol in latex.

Leave a Comment

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

Scroll to Top