Get the unicode category range of any unicode value. U+3071 ➝ Hiragana
npm install unicode-range> Get the unicode category range of any unicode value. U+3071 ➝ Hiragana
```
$ npm install --save unicode-range
`js
import unicodeRange from "unicode-range";
unicodeRange("U+3071");
//=> 'Hiragana'
`
#### input
_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