emoji-unicode-range

1.0.1 • Public • Published

emoji-unicode-range

unicode-range CSS fragment with list of Unicode emoji codepoint ranges

Emoji are fun! But sometimes when you add an emoji font to your font-family CSS you run into a problem where the emoji font is used for every character. That's not fun!

You can specify which range of Unicode characters your font should support with a cool CSS property called unicode-range, but it's hard to come up with a Unicode range that accurately describes every emoji character.

Usage

const emojiUnicodeRange = require('emoji-unicode-range')
console.log(emojiUnicodeRange)

See css-fragment.txt for output. 🙃

Installation

With npm:

npm install emoji-unicode-range

With yarn:

yarn add emoji-unicode-range

License

ISC

/emoji-unicode-range/

    Package Sidebar

    Install

    npm i emoji-unicode-range

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    10.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • christianbundy