pentest-distro-builder/filesystem/root/.vscode/extensions/ms-python.python-2018.8.0/node_modules/unicode
2018-10-17 15:35:13 -06:00
..
category Parrot preseed changes 2018-10-17 15:35:13 -06:00
.npmignore Parrot preseed changes 2018-10-17 15:35:13 -06:00
.travis.yml Parrot preseed changes 2018-10-17 15:35:13 -06:00
generate.js Parrot preseed changes 2018-10-17 15:35:13 -06:00
LICENSE Parrot preseed changes 2018-10-17 15:35:13 -06:00
package.json Parrot preseed changes 2018-10-17 15:35:13 -06:00
README.md Parrot preseed changes 2018-10-17 15:35:13 -06:00
test.js Parrot preseed changes 2018-10-17 15:35:13 -06:00

unicode lookup table

provides data from https://unicode.org/Public/UNIDATA/UnicodeData.txt for nodejs.

install

npm install unicode

example

master//node-unicodetable » node
> require('unicode/category/So')["♥".charCodeAt(0)]
{ value: '2665',
  name: 'BLACK HEART SUIT',
  category: 'So',
  class: '0',
  bidirectional_category: 'ON',
  mapping: '',
  decimal_digit_value: '',
  digit_value: '',
  numeric_value: '',
  mirrored: 'N',
  unicode_name: '',
  comment: '',
  uppercase_mapping: '',
  lowercase_mapping: '',
  titlecase_mapping: '',
  symbol: '♥' }