Unicode Chars 
An array of all unicode characters.
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.