unicode

unicode lookup table

MIT 41 个版本
安装
npm install unicode
yarn add unicode
pnpm add unicode
bun add unicode
README

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: '♥' }
版本列表
14.0.0 2021-12-19
13.0.0 2021-01-25
12.1.0 2019-09-03
11.0.1 2018-06-25
11.0.0 2018-06-25
10.0.0 2017-09-01
9.0.1 2017-04-05
9.0.0 2017-04-04
0.6.1 2015-04-18
0.6.0 2014-03-08
0.5.3 2014-02-19
0.5.2 2014-01-18
0.5.1 2014-01-17
0.5.0 2014-01-01
0.4.9 2013-11-19
0.4.8 2013-11-19
0.4.7 2013-11-19
0.4.6 2013-11-18
0.4.5 2013-10-09
0.4.4 2013-06-22
0.4.3 2012-06-27
0.4.2 2012-06-27
0.4.1 2012-06-27
0.4.0 2012-06-27
0.3.1 2012-01-13
0.3.0 2012-01-05
0.2.1 2011-11-29
0.2.0 2011-08-24
0.1.4 2011-05-30
0.1.3-7 2011-05-29
0.1.3-6 2011-05-29
0.1.3-5 2011-05-29
0.1.3-4 2011-05-29
0.1.3-3 2011-05-29
0.1.3-2 2011-05-29
0.1.3-1 2011-05-29
0.1.3 2011-05-25
0.1.2 2011-05-24
0.1.1 2011-05-22
0.1.0 2011-05-22
0.0.1 2011-05-18