alpha(α) symbol in LaTeX

Symbol/Unicode alpha/U+03B1
Type of symbol Greek small letter
Package (requirement) No
Argument No
Latex command \alpha
Example \alpha → α

You need to use the \alpha command to print the alpha symbol in a latex document.

\documentclass{article}
\begin{document}
   $$ \sqrt{\alpha^2 + \beta^2} $$
   $$ \alpha_i > \beta_i $$
   $$ \frac{1}{x^{2\alpha}} $$
\end{document}

Output :

Use alpha symbol in latex.

Leave a Comment

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

Scroll to Top