unicode-range

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i unicode-range

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • radiovisual