# unicode

> unicode lookup table

Latest version **14.0.0** (published 2021-12-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install unicode
pnpm add unicode
yarn add unicode
bun add unicode
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 14.0.0 |
| Published | 2021-12-19 |
| First published | 2011-05-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.x |
| Dependencies | 0 |
| Unpacked size | 10.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | dodo |
| Maintainers | tdanecker |

## Links

- npm: https://www.npmjs.com/package/unicode
- Repository: https://github.com/tdanecker/node-unicodetable
- Homepage: http://github.com/tdanecker/node-unicodetable
- Issues: https://github.com/tdanecker/node-unicodetable/issues
- npm.io page: https://npm.io/package/unicode

## Recent versions

- 14.0.0 (latest) — 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
- … 26 more at https://npm.io/package/unicode/versions

## README

# unicode lookup table

provides data from https://unicode.org/Public/UNIDATA/UnicodeData.txt for [nodejs](http://nodejs.org).


## install

```bash
npm install unicode
```

## example

```bash
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: '♥' }
```

---
_Source: https://npm.io/package/unicode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
