1.0.0 • Published 7 years ago

unicode-range v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

unicode-range

Get the unicode category range of any unicode value. U+3071Hiragana

Build Status

Install

$ npm install --save unicode-range

Usage

const unicodeRange = require('unicode-range');

unicodeRange('U+0462');
//=> 'Cyrillic'

API

unicodeRange(input)

input

Required
Type: string

The unicode string you want to lookup

Related

  • unicode-range-json - A list of all the Unicode Range Names and their hex/decimal range numbers.

License

MIT © Michael Wuergler