Home الرمز البريدي Tunisia
Tunisia الرمز البريدي validator
How the الرمز البريدي format works
- Format
- 4 digits
- Example
- 1000
Things to watch for
- Format-only check — does not confirm the الرمز البريدي actually exists
- Always exactly 4 digits with no separators
- The first two digits mark the governorate and the last two the delivery office; Tunisian addresses write the code before the city name, e.g. 1000 Tunis
^[0-9]{4}$A Tunisian الرمز البريدي (postal code) is the 4-digit code La Poste Tunisienne uses to route mail — for example 1000 for central Tunis. It’s a compact two-part structure: governorate first, delivery office second, which keeps Tunisia’s codes shorter than the 5-digit systems used by several of its regional neighbors. Anyone validating a Tunisian shipping address, checkout form, or spreadsheet of customer records needs the postal code to be the right length and shape before it’s trusted.
Because the code is a bare 4-digit run with no separator, it’s easy to confuse with a truncated version of a 5-digit foreign postcode, or to pad it by one digit when copying from a form built for a different country.
How this validator works
This tool checks that the input is exactly 4 digits with no letters, spaces, or hyphens, entirely in your browser — nothing is sent to a server, and there’s no signup.
What a pass doesn’t tell you
الرمز البريدي carries no check digit, so matching the 4-digit shape is the most a client-side tool can confirm — not that it’s been assigned to a real delivery office. Confirming that requires Tunisia’s own postal code lookup.
Scope: this page and tool cover postal code format validation only — not address lookup, governorate matching, or confirming a code is currently in use.
الرمز البريدي FAQ
Where does the postal code go in a Tunisian address?
Before the city name, not after it — an address is written as 1000 Tunis rather than Tunis 1000, following the same left-of-locality convention used across much of North Africa and Europe.
What do the digits of a Tunisian postal code encode?
The first two digits mark the governorate and the last two identify the delivery office — central Tunis addresses cluster in the 1000–1030 range.
Does a correctly formatted الرمز البريدي mean it actually exists?
No. This tool only confirms the string is 4 digits — it doesn't check it against Tunisia's actual postal assignment list. Confirming a code is real requires La Poste Tunisienne's own lookup.