Utilities

Greek Tonos & Dialytika - Alt Codes & Unicode

Copy/paste Greek accents fast. Unicode points and instant copy buttons for ά, έ, ή, ί, ό, ύ, ώ plus dialytika variants ΐ, ΰ and capitals.

Characters & shortcuts

Alt codes & Unicode table

CharacterNameAlt codeUnicodeCopy
άalpha with tonosUnicodeU+03AC
έepsilon with tonosUnicodeU+03AD
ήeta with tonosUnicodeU+03AE
ίiota with tonosUnicodeU+03AF
όomicron with tonosUnicodeU+03CC
ύupsilon with tonosUnicodeU+03CD
ώomega with tonosUnicodeU+03CE
ΐiota with dialytika + tonosUnicodeU+0390
ΰupsilon with dialytika + tonosUnicodeU+03B0
ΆAlpha with tonosUnicodeU+0386
ΈEpsilon with tonosUnicodeU+0388
ΉEta with tonosUnicodeU+0389
ΊIota with tonosUnicodeU+038A
ΌOmicron with tonosUnicodeU+038C
ΎUpsilon with tonosUnicodeU+038E
ΏOmega with tonosUnicodeU+038F

Reference

Greek Tonos, Dialytika and the Oxia Trap

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

Frequently Asked Questions

Do Alt codes work for Greek tonos letters?

Windows Alt codes for tonos/dialytika are inconsistent. Use Unicode/copy-paste or the online Greek keyboard for reliable input.

How do I type them quickly?

Open the Greek keyboard online and type with your physical keyboard; or copy from this table and paste anywhere.

Can I copy characters directly?

Yes—click Copy in the table and paste anywhere. No installation needed.

Do these work with the online Greek keyboard?

Yes. Open the Greek keyboard online and type or paste them directly. Everything runs in your browser.

Why do identical-looking Greek words not match in search?

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.

Do Greek capitals keep their accents?

In mixed case yes, as in Άννα. In all-caps text accents are dropped, so ΑΝΝΑ has none. The dialytika is kept even in all-caps.

What does the dialytika do?

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 ΰ.

Do I need the polytonic accents?

Not for modern Greek. The monotonic system, official since 1982, uses one accent. Polytonic is needed only for ancient, ecclesiastical or deliberately traditional text.