🇹🇳Tunisia (TN)
ISO 3166 country code - Africa / Northern Africa
About Tunisia
Tunisia (TN) is located in Africa, Northern Africa. The official currency is the Tunisian Dinar (TND). It has 24 administrative subdivisions defined in ISO 3166-2.
Alpha-2TN
Alpha-3TUN
Numeric788
Currency
د.ت TND - Tunisian Dinar
Code Example
import { country } from '@koshmoney/countries';
// Look up Tunisia by alpha-2 code
const tn = country.getCountry('TN');
// => { name: 'Tunisia', alpha2: 'TN', alpha3: 'TUN', numeric: '788' }
// Look up by alpha-3 code
country.getCountryByAlpha3('TUN');
// Look up by numeric code
country.getCountryByNumeric('788');Subdivisions (24)
| Code | Name | Type |
|---|---|---|
| TN-11 | Tunis | Governorate |
| TN-12 | Ariana | Governorate |
| TN-13 | Ben Arous | Governorate |
| TN-14 | La Manouba | Governorate |
| TN-21 | Nabeul | Governorate |
| TN-22 | Zaghouan | Governorate |
| TN-23 | Bizerte | Governorate |
| TN-31 | Béja | Governorate |
| TN-32 | Jendouba | Governorate |
| TN-33 | Le Kef | Governorate |
| TN-34 | Siliana | Governorate |
| TN-41 | Kairouan | Governorate |
| TN-42 | Kasserine | Governorate |
| TN-43 | Sidi Bouzid | Governorate |
| TN-51 | Sousse | Governorate |
Showing 15 of 24. View all 24 subdivisions →
FAQ
- What is the ISO code for Tunisia?
- Tunisia has three ISO 3166-1 codes: Alpha-2 "TN", Alpha-3 "TUN", and Numeric "788".
- How many subdivisions does Tunisia have?
- Tunisia has 24 subdivisions defined in ISO 3166-2, including Tunis, Ariana, Ben Arous, and more.
- How to look up Tunisia in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('TN') to get all ISO codes, or subdivision.getByCountry('TN') for subdivisions.
Related Countries
Use Tunisia data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries