unicode-range
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

unicode-range CI

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

Install

$ npm install --save unicode-range

Usage

import unicodeRange from "unicode-range";

unicodeRange("U+3071");
//=> 'Hiragana'

API

unicodeRange(input)

input

Required
Type: string

The unicode string you want to lookup

Auto-update Script

Run npm run update which will generate a sorted list of unicode ranges in the file called "sorted-unicode-ranges.js".

[!IMPORTANT] Remember to run the update script if/when you update the unicode-range-json depenendency.

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

3

Version

2.0.0

License

MIT

Unpacked Size

3.68 kB

Total Files

5

Last publish

Collaborators

  • radiovisual