🇨🇳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)

CodeNameType
CN-11BeijingMunicipality
CN-12TianjinMunicipality
CN-13HebeiProvince
CN-14ShanxiProvince
CN-15Nei MongolAutonomous region
CN-21LiaoningProvince
CN-22JilinProvince
CN-23HeilongjiangProvince
CN-31ShanghaiMunicipality
CN-32JiangsuProvince
CN-33ZhejiangProvince
CN-34AnhuiProvince
CN-35FujianProvince
CN-36JiangxiProvince
CN-37ShandongProvince

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