Symbol/Unicode | Beta/U+03B2 |
---|---|
Type of symbol | Greek letter |
Package (requirement) | No |
Argument | No |
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 :