emoji-alphabet

A mapping of plain text characters to their pseudo-Emoji equivalents

Usage no npm install needed!

<script type="module">
  import emojiAlphabet from 'https://cdn.skypack.dev/emoji-alphabet';
</script>

README

Emoji Alphabet

A mapping from plain text characters to their pseudo-Emoji equivalents.

Usage

You can look up alphabet characters (including punctuation):

var alphabet = require('emoji-alphabet').alphabet;
var a = alphabet['A']; // Emoji "A" symbol

Or whole words (where available):

var compounds = require('emoji-alphabet').compounds;
var cool = alphabet['COOL']; // Emoji "COOL" symbol

Where multiple Emojis are available, the result will be an array with the options listed from most popular to least popular.

Alphabet

The alphabet looks something like this:

Alphabet Emoji Screenshot