unicode
v14.0.0
Published
unicode lookup table
Downloads
314,477
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: '♥' }