Emoji
Emoji Dataset #
Emoji Data by iamcal is the most complete source I've found. Unicode Emoji JSON is also good but doesn't have as much data.
If you need to convert from unified
code into the native emoji in javascript:
const unicodes = e.unified.split('-')
const codePoints = unicodes.map((u) => `0x${u}`)
const nativeEmoji = String.fromCodePoint(...codePoints)
Links #
- 📙 Emojipedia — 😃 Home of Emoji Meanings 💁👌🎍😍
- missive/emoji-mart: One component to pick them all 👊🏼
- Emoji ZWJ Sequences: Three Letters, Many Possibilities
- Rocket – the best emoji app for Mac
- jeeftor/EmojiTaco: Alfred Emoji Script with Taco and other unicode 9 emoji
- What About the Afghanistan Flag Emoji?
- Emoji to Scale
- Emojinator
- Noto Emoji - Google Fonts
- petpet