unicode-chars

My awesome module.

Usage no npm install needed!

<script type="module">
  import unicodeChars from 'https://cdn.skypack.dev/unicode-chars';
</script>

README

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.