# extract-unicode

> Extract all unicode codepoints for a given symbol

Latest version **1.0.1** (published 2022-11-22) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-11-22 |
| First published | 2022-11-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Exerra |
| Maintainers | exerra |

## Links

- npm: https://www.npmjs.com/package/extract-unicode
- npm.io page: https://npm.io/package/extract-unicode

## Recent versions

- 1.0.1 (latest) — 2022-11-22

## README

# extract-unicode

Extract all unicode codepoints for a given symbol. Useful for custom emoji libraries like Twemoji.

## Usage
```js
const ExtractUnicode = require("extract-unicode") // CommonJS
import ExtractUnicode from "extract-uncide" // ES6 & Typescript

ExtractUnicode("👨‍🦰") // [ '1f468', '200d', '1f9b0' ]
```

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