Greek Alphabet: Type All 24 Letters (Windows, Mac, HTML)

Igor R.

July 29, 2026

Short answer: Tap any letter below to copy it. To type Greek: on Windows hold Alt and type the letter’s code on the numeric keypad (Alt + 945 = α), or add the Greek keyboard; on Mac add the Greek input source or use the Character Viewer; in HTML use αω; in LaTeX use \alpha\omega.

Need the Windows, Mac, Word and HTML method for one specific letter? The Alt Code Finder has every Greek letter by name.

The Greek alphabet has 24 letters, each with an uppercase and lowercase form, and it’s everywhere in maths, science, engineering, statistics and the classics — from π and Σ to Δ and Ω. Here’s the full set, then exactly how to type them on every platform.

The full Greek alphabet

NameUpperLowerAlt (upper)Alt (lower)HTMLLaTeX
AlphaΑα913945α\alpha
BetaΒβ914946β\beta
GammaΓγ915947γ\gamma
DeltaΔδ916948δ\delta
EpsilonΕε917949ε\epsilon
ZetaΖζ918950ζ\zeta
EtaΗη919951η\eta
ThetaΘθ920952θ\theta
IotaΙι921953ι\iota
KappaΚκ922954κ\kappa
LambdaΛλ923955λ\lambda
MuΜμ924956μ\mu
NuΝν925957ν\nu
XiΞξ926958ξ\xi
OmicronΟο927959οo
PiΠπ928960π\pi
RhoΡρ929961ρ\rho
SigmaΣσ / ς931963 / 962σ\sigma
TauΤτ932964τ\tau
UpsilonΥυ933965υ\upsilon
PhiΦφ934966φ\phi
ChiΧχ935967χ\chi
PsiΨψ936968ψ\psi
OmegaΩω937969ω\omega

Two notes: sigma has a second lowercase form, ς (final sigma, Alt + 962), used at the end of a word; and for HTML/LaTeX, uppercase uses the capitalised form — Α / \Gamma, \Delta, \Theta, \Lambda, \Xi, \Pi, \Sigma, \Phi, \Psi, \Omega (the other capitals are just the Latin letter).

Type Greek letters on Windows

Two good options:

  1. Alt codes (occasional use). Hold Alt, type the decimal code from the table on the numeric keypad (Num Lock on), release — Alt + 945 = α, Alt + 937 = Ω. These need a numpad and a Unicode-aware app (Word, browsers, email).
  2. The Greek keyboard (lots of Greek). Settings → Time & language → Language & region → add Greek, then switch with Windows + Space (or Alt + Shift). Keys map by sound — A→α, B→β — and Shift gives capitals.

For a one-off, the Win + . emoji/symbol picker and Character Map also work.

Adding the Greek keyboard layout to type Greek letters

Type Greek letters on Mac

Macs have no Alt codes. Best options:

  • Greek input source (lots of Greek). System Settings → Keyboard → Text Input → Input Sources → + → Greek. Switch from the menu bar or the Globe key; keys map by sound (a→α, b→β).
  • Character Viewer (occasional). Press Control + Command + Space, search the letter’s name, double-click to insert.
  • Handy one-offs on the US layout: Option + Z = Ω, Option + P = π, Option + M = µ. For the rest, use the input source or Viewer.

Type Greek letters in Microsoft Word

  • Hex + Alt + X: type the hex code point and press Alt + X03B1 then Alt + X becomes α, 0394 then Alt + X becomes Δ.
  • Equation mode: press Alt + = for an equation box, then type \alpha, \beta, \Omega followed by Space — Word formats them as proper maths symbols. (Great for formulas, less so for body text.)
  • Insert → Symbol → More Symbols with a font like Cambria Math also lists the full Greek set.

Type Greek letters in Google Docs

  • Insert → Special characters, then search a name like “greek small letter alpha” and click to insert.
  • Or Insert → Equation and type \alpha, \beta, \Delta followed by Space.

Greek letters in HTML & CSS

In HTML, every letter has a named entity plus numeric fallbacks — all three render identically:

  • Named: α → α, Ω → Ω
  • Decimal: α → α
  • Hex: α → α

In CSS content (for pseudo-elements), use the escaped hex code point: content: "\03B1"; for α. Numeric references are the safest for less common letters.

Greek letters in LaTeX

In math mode ($ … $ or \( … \)), use \alpha, \beta, \gamma, … For uppercase, capitalise the command where the letter differs from Latin — \Gamma \Delta \Theta \Lambda \Xi \Pi \Sigma \Upsilon \Phi \Psi \Omega; the remaining uppercase letters are typed as ordinary Latin capitals (A, B, E, Z, H, I, K, M, N, O, P, T, X). Variant forms like \varepsilon (ε) and \varphi (φ) are also available.

Type Greek letters on Linux

  • Ctrl + Shift + U, then the hex code (3b1) and Enter → α.
  • Or add the Greek layout (Settings → Keyboard) and toggle with Super + Space.

On a phone

Long-press isn’t enough for Greek — add a Greek keyboard (iPhone: Settings → General → Keyboard → Keyboards → Add; Android: Gboard → Languages → add Greek) and switch with the globe key, or simply copy the letters from the tool above.

What the letters are used for

A few you’ll meet constantly: π (pi, circles), Δ / δ (delta — change, difference), Σ / σ (sigma — sum, standard deviation), Ω / ω (omega — ohms, angular frequency), θ (theta — angles), λ (lambda — wavelength, eigenvalues), μ (mu — micro, mean), φ (phi — golden ratio), α β γ (alpha, beta, gamma — first variables, particle types). Each of the most common has its own in-depth guide linked from the Greek hub.

Troubleshooting

ProblemFix
Alt code gives the wrong characterUse the numeric keypad with Num Lock on, in a Unicode-aware app (Word/browser); basic editors may not support codes ≥256.
Letter shows as a box ▯Your font lacks the glyph — switch to a Unicode font like Segoe UI, Arial or Cambria Math. See symbol showing as a box.
Need lots of GreekAdd the Greek keyboard layout instead of typing codes one by one.
Final vs normal sigmaUse ς (Alt + 962) only at the end of a word; σ elsewhere.
Copy/paste loses the letterThe target field blocks non-Latin text — try a plain-text paste (Ctrl + Shift + V).

Recap

  • Occasional letter → copy it above, or Alt code / Character Viewer.
  • Lots of Greek → add the Greek keyboard layout (Windows/Mac/Linux/phone).
  • Word → hex + Alt + X, or \alpha in equation mode.
  • Web → αω. LaTeX → \alpha\Omega.

Frequently asked questions

How many letters are in the Greek alphabet?

The Greek alphabet has 24 letters, from alpha (α) to omega (ω), each with an uppercase and a lowercase form. Lowercase sigma has two shapes — σ in general and ς at the end of a word — so you’ll sometimes see 25 lowercase forms listed.

How do I type Greek letters on Windows?

For the odd letter, hold Alt and type the code on the numeric keypad (Alt + 945 = α, Alt + 937 = Ω) in a Unicode-aware app. For lots of Greek, add the Greek keyboard layout under Settings → Time & language and switch with Windows + Space, where keys map by sound.

How do I type Greek letters on a Mac?

Macs have no Alt codes. Add the Greek input source under System Settings → Keyboard → Input Sources and switch with the Globe key, or open the Character Viewer with Control + Command + Space and search the letter’s name. A few have Option shortcuts too — Option + Z is Ω, Option + P is π.

How do I write Greek letters in HTML?

Use named entities like α for α and Ω for Ω, or numeric references such as α (decimal) or α (hex). All render the same; numeric references are the safest for less common letters.

How do I type Greek letters in Word or LaTeX?

In Word, type the hex code and press Alt + X (03B1 → α), or press Alt + = and type \alpha in an equation. In LaTeX math mode, use \alpha, \beta, and capitalise for uppercase where it differs — \Delta, \Sigma, \Omega.

Why does a Greek letter show as a box?

The character is valid Unicode; your font simply has no glyph for it, so it shows a “tofu” box. Switch to a font that includes Greek, such as Segoe UI, Arial or Cambria Math, and it will appear.

Written by Igor R.. Tested on Windows 11, macOS, Word, Google Docs and LaTeX. Symbol code points follow the Unicode Standard. Last updated July 2026.

Leave a Comment