/emoji-unicode-map

:round_pushpin: Unicode to name emoji mapping.

Primary LanguageJavaScriptMIT LicenseMIT

emoji-unicode-map

PayPal AMA Version Downloads Get help on Codementor

Unicode to name emoji mapping.

☁️ Installation

$ npm i --save emoji-unicode-map

πŸ“‹ Example

const unicode = require("emoji-unicode-map");

console.log(unicode.get("😍"));
// heart_eyes

console.log(unicode.emoji);
// { 'πŸ’―': '100',
//   'πŸ”’': '1234',
//   'πŸ˜€': 'grinning',
//   '😬': 'grimacing',
//   '😁': 'grin',
//   'πŸ˜‚': 'joy',
//   ...
// }

πŸ“ Documentation

get(char)

Gets the emoji name, by providing the character.

Params

  • String char: The emoji character.

Return

  • String The emoji name.

πŸ˜‹ How to contribute

Have an idea? Found a bug? See how to contribute.

πŸ“œ License

MIT © Ionică Bizău