Skip to main content
← Back to Blog

LaTeX Greek Letters and Common Math Symbols (Cheat Sheet)

α β π Σ and friends, plus sum, integral, and inequality commands. Use as a cheat sheet—or click symbols in the editor and compare.

Greek letters and a few operators show up constantly. Pattern: backslash + English name—\alpha, \beta, \pi, \Sigma. Look them up; don’t grind memorization.

Lowercase (common picks)

LetterCommandLetterCommand
α\alphaθ\theta
β\betaλ\lambda
γ\gammaμ\mu
δ\deltaπ\pi
ε\epsilonσ\sigma
φ\phiω\omega

Uppercase you’ll see often: \Gamma, \Delta, \Theta, \Lambda, \Pi, \Sigma, \Phi, \Omega.

Ops and relations

  • Sum / product / integral: \sum, \prod, \int
  • Limit: \lim_{x \to 0}
  • Inequalities / approx: \neq, \leq, \geq, \approx
  • Infinity: \infty

If a command won’t stick, click the symbol in the formula editor toolbar and read the LaTeX bar. Cheat sheet here; practice there.