Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muan/unicode-mandarin-readings
:u7981: Chinese unicode and their corresponding mandarin readings.
https://github.com/muan/unicode-mandarin-readings
Last synced: 2 months ago
JSON representation
:u7981: Chinese unicode and their corresponding mandarin readings.
- Host: GitHub
- URL: https://github.com/muan/unicode-mandarin-readings
- Owner: muan
- Created: 2015-08-28T07:58:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T08:08:25.000Z (over 9 years ago)
- Last Synced: 2024-10-14T18:07:41.362Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 301 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Unicode Mandarin readings
This data was compiled from the Unicode Character Database.
```
Unicode Character Database
Copyright (c) 1991-2015 Unicode, Inc.
For terms of use, see http://www.unicode.org/terms_of_use.html
For documentation, see http://www.unicode.org/reports/tr44/
```### Installation
```
npm install unicode-mandarin-readings --save
```### Usage
```javascript
var data = require('unicode-mandarin-readings')
console.log(data["U+597D"])
console.log(data["U+9177"])
console.log(data["U+5594"])
```