Quick answer
Copy a Greek letter from the table below for plain text. In LaTeX, use commands such as \alpha, \beta, \theta, and \Omega inside math mode.
Greek uppercase and lowercase letters are different Unicode characters. They may also have different mathematical meanings, so select the exact case and variant used by your source.
Greek alphabet copy and LaTeX table
| Name | Uppercase | Lowercase | LaTeX lowercase | LaTeX uppercase |
|---|---|---|---|---|
| Alpha | Α | α | \alpha | Latin A is normally used |
| Beta | Β | β | \beta | Latin B is normally used |
| Gamma | Γ | γ | \gamma | \Gamma |
| Delta | Δ | δ | \delta | \Delta |
| Epsilon | Ε | ε | \epsilon | Latin E is normally used |
| Zeta | Ζ | ζ | \zeta | Latin Z is normally used |
| Eta | Η | η | \eta | Latin H is normally used |
| Theta | Θ | θ | \theta | \Theta |
| Iota | Ι | ι | \iota | Latin I is normally used |
| Kappa | Κ | κ | \kappa | Latin K is normally used |
| Lambda | Λ | λ | \lambda | \Lambda |
| Mu | Μ | μ | \mu | Latin M is normally used |
| Nu | Ν | ν | \nu | Latin N is normally used |
| Xi | Ξ | ξ | \xi | \Xi |
| Omicron | Ο | ο | lowercase resembles Latin o | uppercase resembles Latin O |
| Pi | Π | π | \pi | \Pi |
| Rho | Ρ | ρ | \rho | uppercase resembles Latin P |
| Sigma | Σ | σ | \sigma | \Sigma |
| Tau | Τ | τ | \tau | uppercase resembles Latin T |
| Upsilon | Υ | υ | \upsilon | \Upsilon |
| Phi | Φ | φ | \phi | \Phi |
| Chi | Χ | χ | \chi | uppercase resembles Latin X |
| Psi | Ψ | ψ | \psi | \Psi |
| Omega | Ω | ω | \omega | \Omega |
Some uppercase Greek letters look identical to Latin capitals. Standard LaTeX therefore uses the Latin character directly for those shapes rather than defining a separate common math command.
Type Greek letters on Windows
Copy and paste
Copy the exact Unicode character from the table. This is the fastest method for a single letter in normal text.
Microsoft Word equations
Insert an equation, enter a command such as \theta, and press Space. Use the correct capitalization: \omega produces ω, while \Omega produces Ω.
Character Map
Open Character Map and search within a font that contains Greek and Coptic characters. Character Map is useful when you need to inspect the character name rather than choosing only by appearance.
Word Unicode conversion
In compatible Word text, type a hexadecimal code point and press Alt+X. For example, 03B1 followed by Alt+X becomes α. This is a Word feature, not a universal Windows shortcut.
Type Greek letters on Mac
Press Control+Command+Space to open Character Viewer. Search for the letter name, such as theta or omega, and inspect the result before inserting it.
For frequent plain-text input, create text replacements for unique shortcuts. For equations, prefer the application’s equation editor or LaTeX input so the letter remains part of a structured expression.
Greek letters in HTML
Literal UTF-8 Greek characters are valid in modern HTML:
α β γ Δ θ λ π Σ φ Ω
Named entities exist for many common Greek letters, such as α, θ, and Ω. Numeric references also work, but a literal character is often easier to review in UTF-8 source.
Greek letters in LaTeX
Use Greek commands in math mode:
\alpha + \beta = \gamma
\Delta x = v\Delta t
\sum_{i=1}^{n} x_i
Check whether your renderer supports variant commands. Common examples include \varepsilon, \vartheta, \varpi, \varrho, \varsigma, and \varphi. The preferred visual form can differ by field, publisher, and font.
Troubleshoot and common look-alike problems
- Greek
νcan resemble Latinv. - Greek
ρcan resemble Latinp. - Greek
χcan resemble Latinx. - Greek
οandΟcan resemble LatinoandO. - Greek
Α,Β,Ε,Ζ,Η,Ι,Κ,Μ,Ν,Ο,Ρ,Τ,Χ, andΥmay resemble Latin capitals.
A visual match is not an encoding match. Mixed-script identifiers can break search, code, copy-paste, and accessibility. When identity matters, inspect the Unicode name or code point.
Choose uppercase, lowercase, or a variant
The correct form comes from the notation convention, not from appearance alone. For example:
Δoften represents change, whileδmay represent a small variation;Σis commonly used for summation, whileσmay represent standard deviation;Ωcan represent ohms or a sample space, whileωoften represents angular frequency;Πmay be a product-related symbol, whileπcommonly represents the circle constant.
Define the symbol when the audience may not know which convention you are using.
Final check
After inserting a Greek letter, verify its case, Unicode identity, mathematical meaning, and behavior in the final export. Use Unicode for plain text and LaTeX or a native equation object for structured mathematics.
Choose the input method for this task
For how to type greek letters, first decide whether the destination needs one searchable Unicode character or a structured equation. Copy the Unicode character for prose, labels, filenames, and search fields. Use the documented LaTeX command or a native equation object when scripts, fractions, limits, or scalable delimiters are part of the expression.
Verify the exact character
- Paste the result into the real destination, not only a preview field.
- Inspect the Unicode code point or equation source so a look-alike cannot pass unnoticed.
- Reopen the exported document and test selection, search, and copy-and-paste behavior.
- When the symbol has several field-specific meanings, define the intended meaning beside its first use.
Troubleshoot a failed input
If the shortcut remains literal text, confirm that the cursor is inside the correct equation mode. If a missing-glyph box appears, switch to a font with the required character. If export changes the character, compare the source before and after export and use the Unicode value or structured equation source as the reference.
How this guide was checked
Review method: Intent alignment review, notation/source verification, worked-example check, cross-format rendering review, and duplicate-content comparison for How to Type Greek Letters
Verified against: Official standards, primary documentation, and the page-specific sources listed below
What changed: Removed repeated sitewide boilerplate and added content-type-specific decision, verification, and applicability guidance for this exact task.
Page purpose: how to type greek letters — Find and enter Greek alphabet characters in text or equations
Automated quality check: Passed critical indexing checks.
Verification references
These primary standards and official documentation pages were used to check character identity, syntax, or platform behavior described above.
- The Unicode StandardUnicode Consortium — Character identity, encoding, names, and conformance.
- Unicode Character Code ChartsUnicode Consortium — Code points and official character charts.
- Unicode Technical Report #25: Unicode Support for MathematicsUnicode Consortium — Mathematical character usage, variants, and notation support.
- LaTeX Project DocumentationThe LaTeX Project — LaTeX syntax, authoring model, and official documentation links.