Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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"])
```