Turn numbers into Turkish ordinals
Ordinal numbers answer “which one in order” — first, second, third. In Turkish these are formed by adding a suffix to the cardinal number, and the exact suffix depends on vowel harmony. This tool takes any positive integer and produces the correct ordinal word, such as birinci, ikinci, altıncı, or üçüncü.
How it works
First the integer is converted to its cardinal Turkish form (for example 6 → altı). Then the ordinal suffix is chosen by looking at the last vowel of that word and applying four-way harmony:
- last vowel
aorı→-ıncı - last vowel
eori→-inci - last vowel
ooru→-uncu - last vowel
öorü→-üncü
If the cardinal stem ends in a vowel, that final vowel is dropped before the suffix attaches. In a multi-word number, only the last word becomes ordinal.
Example
1 -> birinci
2 -> ikinci
6 -> altıncı
3 -> üçüncü
21 -> yirmi birinci
Tips and notes
- Ordinals begin at 1; zero and negatives are not valid ordinals.
- The displayed cardinal helps you see how the suffix was derived from the last vowel.
- Everything is computed in your browser, so input stays private.