FormaTeX

\alpha\beta\gamma

LaTeX Greek Letters

Complete reference for all 24 lowercase and 11 uppercase Greek letters in LaTeX, plus variant forms like \varepsilon and \varphi. All commands work in math mode with the standard amsmath package.

\alpha\beta\gamma\delta\Sigma\Omega+18 more

\section{Lowercase Greek}

All 24 lowercase letters

All lowercase Greek letters are available in math mode without any extra packages. Use them inside $...$ or \[...\] delimiters.

SymCommandName
α
\alpha
alpha
β
\beta
beta
γ
\gamma
gamma
δ
\delta
delta
ε
\epsilon
epsilon
ζ
\zeta
zeta
η
\eta
eta
θ
\theta
theta
ι
\iota
iota
κ
\kappa
kappa
λ
\lambda
lambda
μ
\mu
mu
ν
\nu
nu
ξ
\xi
xi
ο
o(no macro)
omicron
π
\pi
pi
ρ
\rho
rho
σ
\sigma
sigma
τ
\tau
tau
υ
\upsilon
upsilon
φ
\phi
phi
χ
\chi
chi
ψ
\psi
psi
ω
\omega
omega

Omicron has no dedicated macro — it is identical to the Latin letter o in most fonts.

\section{Uppercase Greek}

Uppercase letters with LaTeX commands

Only 11 uppercase Greek letters have dedicated LaTeX commands — the other 13 are visually identical to their Latin counterparts (A, B, E, Z, H…) and are typed directly.

Uppercase letters with dedicated commands
Γ
\Gamma
Gamma
Δ
\Delta
Delta
Θ
\Theta
Theta
Λ
\Lambda
Lambda
Ξ
\Xi
Xi
Π
\Pi
Pi
Σ
\Sigma
Sigma
Υ
\Upsilon
Upsilon
Φ
\Phi
Phi
Ψ
\Psi
Psi
Ω
\Omega
Omega

These uppercase Greek letters are identical to Latin letters — no macro needed:

AAlpha
BBeta
EEpsilon
ZZeta
HEta
IIota
KKappa
MMu
NNu
OOmicron
PRho
TTau
XChi

\section{Variant Forms}

Variant forms — \var...

Several Greek letters have alternate typographic forms accessed with the \var prefix. These are meaningful distinctions in mathematical and scientific writing.

StandardVariantNotes
ε\epsilon
ε\varepsilon

Preferred in modern mathematics and physics

ϕ\phi
φ\varphi

\varphi is common in analysis and number theory

θ\theta
ϑ\vartheta

Cursive-style theta, used in some physics notation

π\pi
ϖ\varpi

Variant pi, appears in number theory contexts

ρ\rho
ϱ\varrho

Rounder variant; used to avoid confusion with p

σ\sigma
ς\varsigma

Final sigma form (end-of-word position in Greek)

κ\kappa
ϰ\varkappa

Requires amssymb or amsmath package

\section{Usage in Equations}

Greek letters in physics equations

The code below shows Greek letters in context — Schrödinger's equation, Maxwell's equations, and the Euler-Lagrange equation. Try it in the playground with the button above the code block.

Greek letters in equations
\documentclass{article}
\usepackage{amsmath}

\begin{document}

% Schrödinger equation — \psi, \hbar, \nabla
\[
  i\hbar \frac{\partial \psi(\mathbf{r},t)}{\partial t}
  = \left[ -\frac{\hbar^2}{2m} \nabla^2 + V(\mathbf{r},t) \right] \psi(\mathbf{r},t)
\]

% Maxwell (Gauss's law) — \varepsilon, \rho, \mu
\[
  \nabla \cdot \mathbf{E} = \frac{\rho}{\varepsilon_0}, \qquad
  \nabla \times \mathbf{B} = \mu_0 \mathbf{J}
\]

% Euler-Lagrange — \phi, \partial, \mathcal{L}
\[
  \frac{\partial \mathcal{L}}{\partial \phi}
  - \partial_\mu \frac{\partial \mathcal{L}}{\partial(\partial_\mu \phi)} = 0
\]

% Variant forms side by side
Variants: $\epsilon$ vs $\varepsilon$, \quad
$\phi$ vs $\varphi$, \quad
$\theta$ vs $\vartheta$

\end{document}

Quantum mechanics

\psi (wave function), \hbar, \Psi (state vector)

Electromagnetism

\varepsilon_0 (permittivity), \mu_0 (permeability), \omega (angular frequency)

Thermodynamics

\Delta T (temperature change), \Sigma (summation), \eta (efficiency)

Statistics

\mu (mean), \sigma (standard deviation), \lambda (rate), \alpha (significance level)

Geometry

\theta, \phi, \psi (angles), \pi (pi), \Gamma (gamma function)

Linear algebra

\lambda (eigenvalue), \Sigma (covariance matrix), \Delta (discriminant)

Live LaTeX rendering in your browser

Try Greek letters in the playground

Write equations with \alpha, \psi, \Sigma and compile to PDF instantly — no installation required.

Get started free

One quick thing

We track anonymous usage — page views, feature usage, compilation events — to understand what works and what doesn't. No ads, no personal data, no third-party sharing.

Cookie policy