How to use pi(π) symbol in LaTeX?

Symbol/Unicode Pi/U+03C0
Type of symbol Greek small letter
Package (requirement) No
Argument No
Latex command \pi
Example \pi → π
\documentclass{article}
\begin{document}
   \[ \pi = 3.141\dots \]
   \[ C = 2\pi r \]
   \[ A = \pi r^2 \]
\end{document}

Output :

Use pi symbol in latex.

Related posts :

Leave a Comment

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

Scroll to Top