Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
jaywcjlove/chinese-numerals
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Lowercase Chinese numerals
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 100 | 1000 | 10000 | 108 | 1012 | 1016 | 1020 | 1024 | 1028 | 1032 | 1036 | 1040 | 1044 | 1048 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 〇 | 一 | 二 | 三 | 四 | 五 | 六 | 七 | 八 | 九 | 十 | 百 | 千 | 萬 | 億 | 兆 | 京 | 垓 | 秭 | 穰 | 溝 | 澗 | 正 | 載 | 極 |
Uppercase Chinese numerals
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 100 | 1000 | 10000 | 108 | 1012 | 1016 | 1020 | 1024 | 1028 | 1032 | 1036 | 1040 | 1044 | 1048 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 零 | 壹 | 貳 | 參 | 肆 | 伍 | 陸 | 柒 | 捌 | 玖 | 拾 | 佰 | 仟 | 萬 | 億 | 兆 | 京 | 垓 | 秭 | 穰 | 溝 | 澗 | 正 | 載 | 極 |
Heavenly Dry(天干地支)
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
|---|---|---|---|---|---|---|---|---|---|
| 甲 | 乙 | 丙 | 丁 | 戊 | 己 | 庚 | 辛 | 壬 | 癸 |
This package isESM only: Node 12+ is needed to use it and it must be import instead of require.
npm install @wcj/chinese-numerals
import{lowercase,uppercase,heavenlyDry}from"@wcj/chinese-numerals";console.log(lowercase)// => ['〇', '一', '二', '三', '四', ... ]console.log(lowercase[3])// => '三'console.log(uppercase)// => ['零', '壹', '貳', '參', '肆', ... ]console.log(uppercase[2])// => '貳'console.log(heavenlyDry)// => ['甲', '乙', '丙', '丁', '戊', '己', ... ]console.log(heavenlyDry[2-1])// => '乙'
importlowercasefrom"@wcj/chinese-numerals/lowercase.json";importuppercasefrom"@wcj/chinese-numerals/uppercase.json";importheavenlyDryfrom"@wcj/chinese-numerals/heavenly-dry.json";console.log(lowercase)// => ['〇', '一', '二', '三', '四', ... ]console.log(lowercase[3])// => '三'console.log(uppercase)// => ['零', '壹', '貳', '參', '肆', ... ]console.log(uppercase[2])// => '貳'console.log(heavenlyDry[2-1])// => '乙'
As always, thanks to our amazing contributors!
Made withcontributors.
Licensed under the MIT License.
About
Chinese Numerals
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.