Communicator
On display
Home / Languages / Italian / Sounds

Italian: spelling → sound

Italian spelling is regular with two famous twists: c and g are soft (/t͡ʃ/, /d͡ʒ/) before e/i and hard before a/o/u — and an inserted silent i or h flips them (ciao, ghetto). Double consonants are genuinely held longer (pala/palla, ano/anno) and shorten the vowel before them. Every vowel is pronounced; e and o each have an open and a closed version (è/é, ò/ó) that the spelling only marks on the final syllable — the tracer shows the closed one by default. Stress usually falls on the second-to-last syllable.

Trace a word

Every box is one rule firing. Hover a box (or open the table) to see why. Rules are applied in order, first match wins — that order is the spelling system.

t͡ʃao
ci
t͡ʃ
a
a
o
o
Why each segment sounds like that
LettersSoundRule
cit͡ʃ c + i before a vowel: the i is only a softener
aa e/o: closed by default; open (ɛ/ɔ) is lexical
oo e/o: closed by default; open (ɛ/ɔ) is lexical

Consonants & glides

IPASpelledExample
pppane ˈpane
bread
bbbene ˈbɛne
well
tttavolo ˈtavolo
table
dddove ˈdove
where
kc, ch, qchiave ˈkjave
key — h after c/g = 'keep it hard'.
ɡg, ghgatto ˈɡatto
cat
mmmano ˈmano
hand
nnnaso ˈnazo
nose
ɲgngnocchi ˈɲɔkki
gnocchi
fffame ˈfame
hunger
vvvino ˈvino
wine
ss, sssole ˈsole
sun
zs (before voiced consonant, often between vowels)sbaglio ˈzbaʎʎo
mistake — Between vowels northern speakers say [z] (casa → kaza), Tuscany [s].
ʃsc(i), scepesce ˈpeʃʃe
fish
t͡ʃc(i), ceciao ˈt͡ʃao
hi/bye
d͡ʒg(i), gegiorno ˈd͡ʒorno
day
t͡sz, zzpizza ˈpit͡tsa
pizza — z is /t͡s/ or /d͡z/ — lexical. Default here: /t͡s/.
d͡zz, zzzero ˈd͡zɛro
zero
lllatte ˈlatte
milk
ʎgl(i)figlio ˈfiʎʎo
son — Like the 'lli' in million, but one palatal sound.
rr, rrRoma ˈroma
Rome — Rolled (trill); single r is often a tap [ɾ].
ji+vowelpiano ˈpjano
slowly / piano
wu+voweluomo ˈwɔmo
man

Vowels

IPASpelledExample
aacasa ˈkasa
house
ee, ésera ˈsera
evening
ɛe, èbello ˈbɛllo
beautiful
iivita ˈvita
life
oo, ósole ˈsole
sun
ɔo, òcosa ˈkɔza
thing
uuluna ˈluna
moon

The rules, in order

54 rules. The left column is a pattern (regular expression) matched at the current position of the word; (?=…) looks ahead, (?<=…) looks behind, $ is the end of the word.

#PatternSoundWhy
1sci(?=[aeou])ʃsc + i before a vowel: the i is only a softener
2sc(?=[eiéè])ʃsc before e/i = sh
3schskh keeps sc hard
4gli(?=[aeou])ʎgl + i before a vowel: the i is only a softener
5gliʎigli = palatal l + i
6gnɲ
7cchdouble c + h = long hard k
8cci(?=[aeou])t͡ʃː
9cc(?=[eiéè])t͡ʃːdouble c before e/i = long ch
10cc
11chkh keeps c hard
12ci(?=[aeou])t͡ʃc + i before a vowel: the i is only a softener
13c(?=[eiéè])t͡ʃc before e/i = ch
14ck
15ggi(?=[aeou])d͡ʒː
16gg(?=[eiéè])d͡ʒː
17ggɡː
18ghɡh keeps g hard
19gi(?=[aeou])d͡ʒg + i before a vowel: the i is only a softener
20g(?=[eiéè])d͡ʒg before e/i = j
21gɡ
22qukw
23hh is silent
24zzt͡sː
25zt͡sz = ts (sometimes dz — lexical)
26ss
27s(?=[bdgvlmnr])zs voices before a voiced consonant
28ss
29bb
30dd
31ff
32ll
33mm
34nn
35pp
36rr
37tt
38vv
39i(?=[aeouàèéòóù])ji before a vowel becomes a glide
40u(?=[aeioàèéìòó])wu before a vowel becomes a glide
41èɛ
42ée
43òɔ
44óo
45àa
46ìi
47ùu
48[aeiou]same lettere/o: closed by default; open (ɛ/ɔ) is lexical
49[pbtdfvlmnr]same letter
50kk
51ww
52jj
53xks
54yi