emoji-alphabet

v1.0.3
A mapping of plain text characters to their pseudo-Emoji equivalents
emoji alphabet ransom

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

npm i emoji-alphabet

Metadata

  • MIT
  • Whatever
  • Andrew Ray
  • released 7/27/2016

Downloads

Maintainers