Utilities
Copy/paste Greek accents fast. Unicode points and instant copy buttons for ά, έ, ή, ί, ό, ύ, ώ plus dialytika variants ΐ, ΰ and capitals.
Characters & shortcuts
| Character | Name | Alt code | Unicode | Copy |
|---|---|---|---|---|
| ά | alpha with tonos | Unicode | U+03AC | |
| έ | epsilon with tonos | Unicode | U+03AD | |
| ή | eta with tonos | Unicode | U+03AE | |
| ί | iota with tonos | Unicode | U+03AF | |
| ό | omicron with tonos | Unicode | U+03CC | |
| ύ | upsilon with tonos | Unicode | U+03CD | |
| ώ | omega with tonos | Unicode | U+03CE | |
| ΐ | iota with dialytika + tonos | Unicode | U+0390 | |
| ΰ | upsilon with dialytika + tonos | Unicode | U+03B0 | |
| Ά | Alpha with tonos | Unicode | U+0386 | |
| Έ | Epsilon with tonos | Unicode | U+0388 | |
| Ή | Eta with tonos | Unicode | U+0389 | |
| Ί | Iota with tonos | Unicode | U+038A | |
| Ό | Omicron with tonos | Unicode | U+038C | |
| Ύ | Upsilon with tonos | Unicode | U+038E | |
| Ώ | Omega with tonos | Unicode | U+038F |
Reference
Modern Greek uses a single accent, the tonos, which marks the stressed syllable of any word of two or more syllables. This is the monotonic system, adopted officially in 1982, and it replaced the far more elaborate polytonic system of acute, grave, circumflex and two breathing marks that Greek had carried since antiquity. If you are writing modern Greek, one accent is all you need, and it goes on the stressed vowel: καλημέρα, Ελλάδα, άνθρωπος.
There is one trap in Unicode that catches almost everyone working with Greek text, and it is worth understanding before you debug anything else. The correct modern Greek accented vowels are the tonos characters at U+03AC and following — ά, έ, ή, ί, ό, ύ, ώ. There is a second, nearly identical set called the oxia, at U+1F71 and following, which belongs to the polytonic block. They render identically in most fonts and are completely different characters. Text mixing them will fail to match in search, fail to deduplicate, and sort inconsistently. Unicode normalisation form NFC maps oxia to tonos, so running Greek text through NFC normalisation resolves this, and it is the standard fix.
The dialytika, the two dots on ϊ and ϋ, does the same job as a diaeresis in French or Dutch: it splits a vowel pair that would otherwise be read as one sound. Παϊδάκια keeps the alpha and iota separate. When a vowel needs both the dialytika and the accent, Greek has dedicated precomposed characters, ΐ and ΰ, which are in the table above. Do not try to build them by stacking two marks — use the single character, or matching will break the same way it does with oxia.
Capitals follow a rule that surprises people: a capital letter at the start of a word keeps its accent when the word is in mixed case, so Άννα and Έλλη take the tonos, but a word set entirely in capitals drops accents altogether, so ΑΝΝΑ has none. The dialytika, however, is retained even in all-caps, because it carries information about pronunciation rather than stress. Headlines and signage in Greece follow this consistently.
On Windows, Alt codes for Greek are unreliable because they depend on the active codepage; the Greek keyboard layout is the practical choice, and it places the tonos on the semicolon key as a dead key, so pressing it then a vowel produces the accented form. Note that this same key produces the Greek question mark, which looks like a semicolon. On macOS, select the Greek input source and use Option+semicolon or the dead-key equivalent. On Linux, choose the Greek layout and the accent key behaves the same way. On mobile Greek keyboards, long-press the vowel to reach the accented form.
FAQ
Windows Alt codes for tonos/dialytika are inconsistent. Use Unicode/copy-paste or the online Greek keyboard for reliable input.
Open the Greek keyboard online and type with your physical keyboard; or copy from this table and paste anywhere.
Yes—click Copy in the table and paste anywhere. No installation needed.
Yes. Open the Greek keyboard online and type or paste them directly. Everything runs in your browser.
Greek has two near-identical accent sets: the modern tonos (U+03AC onward) and the polytonic oxia (U+1F71 onward). They render the same but are different characters. NFC normalisation maps oxia to tonos and fixes it.
In mixed case yes, as in Άννα. In all-caps text accents are dropped, so ΑΝΝΑ has none. The dialytika is kept even in all-caps.
It splits a vowel pair that would otherwise be read as a single sound, as in παϊδάκια. When a vowel needs both dialytika and accent, use the precomposed ΐ or ΰ.
Not for modern Greek. The monotonic system, official since 1982, uses one accent. Polytonic is needed only for ancient, ecclesiastical or deliberately traditional text.