🇨🇳China (CN)
ISO 3166 country code - Asia / Eastern Asia
Alpha-2CN
Alpha-3CHN
Numeric156
Currency
¥ CNY - Chinese Yuan
Code Example
import { country } from '@koshmoney/countries';
// Look up China by alpha-2 code
const cn = country.getCountry('CN');
// => { name: 'China', alpha2: 'CN', alpha3: 'CHN', numeric: '156' }
// Look up by alpha-3 code
country.getCountryByAlpha3('CHN');
// Look up by numeric code
country.getCountryByNumeric('156');Subdivisions (34)
| Code | Name | Type |
|---|---|---|
| CN-11 | Beijing | Municipality |
| CN-12 | Tianjin | Municipality |
| CN-13 | Hebei | Province |
| CN-14 | Shanxi | Province |
| CN-15 | Nei Mongol | Autonomous region |
...and 29 more. View all 34 subdivisions →
FAQ
- What is the ISO code for China?
- China has three ISO 3166-1 codes: Alpha-2 "CN", Alpha-3 "CHN", and Numeric "156".
- How many subdivisions does China have?
- China has 34 subdivisions defined in ISO 3166-2, including Beijing, Tianjin, Hebei, and more.
- How to look up China in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('CN') to get all ISO codes, or subdivision.getByCountry('CN') for subdivisions.
Related Countries
Use China data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries