unicode

14.0.0 • Public • Published

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: '' }

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i unicode

    Weekly Downloads

    183,559

    Version

    14.0.0

    License

    MIT

    Unpacked Size

    11.5 MB

    Total Files

    36

    Last publish

    Collaborators

    • tdanecker