How to use beta(β) symbol in LaTeX?

Symbol/UnicodeBeta/U+03B2
Type of symbolGreek letter
Package (requirement)No
ArgumentNo
Latex command\beta
Example\beta → β

Writing the beta symbol in Latex is very easy so you don’t need any package. You can print the symbol in the document only by using the default command \beta.

\documentclass{article}
\begin{document}
   \[ \sin\beta \]
   \[ \beta(x-a) \]
   \[ \beta\left(\frac{1}{x}\right) \]
\end{document}

Output :

Using beta symbil in latex.
Scroll to Top