unicode-utilities
v3.0.3
Published
Command line utilities to help you with Unicode/font stuff.
Downloads
4
Maintainers
Readme
Unicode Utilities
Command line utilities to help you with Unicode/font stuff.
c2n
(Character to number) prints the code points of the given characters. It can also do the opposite, and it can work with hex numbers too. See the help menu for usage and examples.ur2n
, (Unicode range to number) prints the code points for the given Unicode ranges. See the help menu for usage and examples.printchars
. Prints the code points for the given font files. See the help menu for usage.ff
, (Find fonts) prints the fonts that support a Unicode range. See the help menu for usage and examples.
Installation
npm install -g unicode-utilities
printchars
and ff
also need python3.9 and the pip packages fonttools
and Brotli
.
Run
Run one of the utilities in your command line:
c2n --help
ur2n --help
printchars --help
ff --help
Usage
See the help menu below for each utility.