Emergency Numbers
Brazil uses separate short emergency numbers instead of a single universal code. 190 is for police, 192 is for mobile emergency medical care (SAMU), and 193 is for fire and rescue services.
Dial Code: +55•Last updated: January 1, 2026
Brazilian mobile numbers are 11 digits: (XX) 9XXXX-XXXX. The first 2 digits are the DDD area code, followed by 9 and 8 more digits. Landlines are 10 digits without the 9.
To call a Brazil phone number, the exact format depends on where the call starts. Domestic mobile calls usually use the area code and national number, while international calls to Brazil use the +55 country code.
(11) 91234-5678+55 (11) 91234-567800 21 1 212 555 0123Note: Brazilian mobile numbers commonly include a 2-digit area code, and some long-distance or international calls may require a carrier selection code.
This table breaks down the example number shown for Brazil.
| Component | Digits | Example | Notes |
|---|---|---|---|
| Country Code | 2 | +55 | Used in international format for calls into Brazil. |
| DDD Area Code | 2 | 11 | The DDD code identifies the geographic calling area, such as Sao Paulo in this example. |
| Mobile Indicator | 1 | 9 | Brazilian mobile numbers include a leading 9 after the area code. |
| Subscriber Number | 8 | 12345678 | The remaining digits identify the individual mobile subscriber. |
Some numbers and prefixes in Brazil have special rules or reserved uses.
Brazil uses separate short emergency numbers instead of a single universal code. 190 is for police, 192 is for mobile emergency medical care (SAMU), and 193 is for fire and rescue services.
Anatel defines the 0800 series as a non-geographic code for companies and institutions that pay for the telecommunications service, making the call free of charge for the originating consumer in the standard case.
The 0300 series is a non-geographic range where call charges are shared between the caller and the receiving party. It is used for regulated service access rather than for ordinary personal subscriber numbers.
^\+55\d{2}\d{8,9}$|^\(\d{2}\) ?9\d{4}-\d{4}$Use this CSS mask to automatically format phone number inputs:
input[type="tel"] {
mask: (00) 00000-0000;
mask-image: none; /* Fallback */
}