Richienb / unicode-chars

An array of all unicode characters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicode Chars Travis CI Build Status

An array of all unicode characters.

NPM Badge

Install

npm install unicode-chars

Usage

const unicodeChars = require("unicode-chars");

unicodeChars();
//=> [ ' ', '!', '"', '#', '$', '%', '&',  "'", '(', ... ]

API

unicodeChars(options?)

options

Type: object

categories or omitCategories

Type: string[]

Include or omit specific categories.

pickedProperty

Type: string
Default: symbol

The property to extract for each character.

About

An array of all unicode characters.

License:MIT License


Languages

Language:JavaScript 100.0%