🇨🇳China (CN)
ISO 3166 country code - Asia / Eastern Asia
About China
China (CN) is located in Asia, Eastern Asia. The official currency is the Chinese Yuan (CNY). It has 34 administrative subdivisions defined in ISO 3166-2.
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 |
| CN-21 | Liaoning | Province |
| CN-22 | Jilin | Province |
| CN-23 | Heilongjiang | Province |
| CN-31 | Shanghai | Municipality |
| CN-32 | Jiangsu | Province |
| CN-33 | Zhejiang | Province |
| CN-34 | Anhui | Province |
| CN-35 | Fujian | Province |
| CN-36 | Jiangxi | Province |
| CN-37 | Shandong | Province |
Showing 15 of 34. 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 Articles
Related Countries
Use China data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries