Get the unicode category range of any unicode value.
U+3071➝Hiragana
$ npm install --save unicode-range
import unicodeRange from "unicode-range";
unicodeRange("U+3071");
//=> 'Hiragana'Required
Type: string
The unicode string you want to lookup
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.
- unicode-range-json - A list of all the Unicode Range Names and their hex/decimal range numbers.
MIT © Michael Wuergler