+33 test data

🇫🇷 Random French phone number generator for testing

Generate France phone number examples for development, QA, input masks and documentation. Results are not live subscriber lines.

Generate an example

International display+33639981234
Do not call or text generated values. The domestic trunk zero is removed internationally. Generated examples use a fictional audiovisual range.

France format reference

Calling code+33
National pattern06 xx xx xx xx
E.164 example+33639981234
Typical length9 national digits after +33

Convert a France number to E.164

1. Clean the input

Remove spaces, parentheses and hyphens while preserving the digits and country context.

2. Apply the trunk rule

Remove the leading domestic 0 before adding +33.

3. Store one canonical value

Use +33639981234 for machine storage and format it for display at the edge of your application.

France phone test cases

CaseFixtureExpected test behavior
National display06 xx xx xx xxAccept punctuation, then normalize.
Valid E.164 structure+33639981234Accept for format testing; do not infer reachability.
Invalid length+3363998123Reject before storing or sending to an API.

Manually reviewed country notes

What makes France phone input different

French national display uses a leading 0, while international storage removes that trunk digit and adds +33. This page uses a mobile-shaped 06 example and does not claim that every 06 or 07 value is assigned or reachable.

The fixture is reviewed against Arcep numbering material, but it is not a guaranteed fictional subscriber line. Keep it out of messaging, calling and account-verification workflows.

Check 1

Remove the domestic zero before adding +33.

Check 2

Keep nine national digits after +33.

Check 3

Treat format, current allocation and reachability as separate claims.

Reviewed France normalization cases

These cases document the fixture contract used by GetPhoneNum. They test parsing and normalization only; they never prove that a subscriber exists.

InputExpected resultReason
06 39 98 12 34+33639981234Remove the domestic trunk zero
+33 6 39 98 12 34+33639981234Normalize an international input
0033 6 39 98 12 34+33639981234Convert an international access prefix
06 39 98 12 3RejectOne digit short
+33639981234Structure onlyDo not infer assignment or consent

Reviewed by GetPhoneNum Editorial Team · Last reviewed August 11, 2026

Frontend checks

Test empty input, pasted punctuation, a missing country code, one digit too few and one digit too many. Avoid using a single global regex for every country.

Test a JavaScript regex

Production validation

Numbering plans change. Use a maintained numbering library and treat carrier, line type and reachability as separate checks.

Browse calling-code references

Related generators and tools

Continue testing international phone formats

France phone number FAQ

Are these France phone numbers real?

They are generated test fixtures, not verified subscriber lines. Even a structurally valid value may coincide with an assigned number unless it comes from an officially reserved fictional range.

What does the +33 calling code mean?

+33 is the international country calling code for France. In E.164 format it appears after the leading plus sign and before the national number.

Can generated numbers receive calls, SMS or verification codes?

No capability is provided or verified. Do not call, text or use generated values for account verification.

Official numbering reference

Numbering rules can change. Check the Arcep national numbering plan before enforcing production rules.

Need repeatable France fixtures?

Create up to 100 local fixtures in the browser, download the open dataset, or use the API design reference to define a deterministic contract for automated test suites.

Advertisement