Skip to content

radiovisual/unicode-range

Repository files navigation

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

About

Get the category range name of any Unicode value. U+3071 ➝ Hiragana

Resources

License

Stars

Watchers

Forks

Packages

No packages published