555 Fictional Numbers
Numbers in the 555-0100 through 555-0199 range are commonly reserved for fictional use in film, television, and other media to avoid reaching real subscribers.
Dial Code: +1•Last updated: January 1, 2026
US phone numbers consist of 10 digits, typically formatted as (XXX) XXX-XXXX. The first 3 digits are the area code. Mobile and landline numbers share the same format.
To call a US phone number, the exact format depends on where the call starts. Most domestic calls use the full 10-digit number, while international calls to the US use the +1 country code.
2125550123+1 212 555 0123011 44 20 7946 0958Note: US national numbers usually contain a 3-digit area code and a 7-digit local number.
This table breaks down the example number shown for United States.
| Component | Digits | Example | Notes |
|---|---|---|---|
| Country Code | 1 | +1 | Shared across the North American Numbering Plan and omitted in standard domestic 10-digit dialing. |
| Area Code | 3 | 555 | Identifies the numbering plan area for the number. |
| Central Office Code | 3 | 123 | Also called the prefix or exchange; this is the middle block of a NANP number. |
| Line Number | 4 | 4567 | Identifies the individual subscriber line within the central office code. |
Some numbers and prefixes in United States have special rules or reserved uses.
Numbers in the 555-0100 through 555-0199 range are commonly reserved for fictional use in film, television, and other media to avoid reaching real subscribers.
911 is the nationwide emergency number in the United States. Regular telephone numbers are not assigned with 911 as a standard prefix in the way ordinary geographic numbers are structured.
These prefixes typically indicate toll-free services, which means callers in the US are generally not charged for the call under standard billing arrangements.
^\(\d{3}\) \d{3}-\d{4}$|^\d{10}$|^\+1\d{10}$Use this CSS mask to automatically format phone number inputs:
input[type="tel"] {
mask: (000) 000-0000;
mask-image: none; /* Fallback */
}