Emoji picker
Search emoji and copy the character, code point or HTML entity.
Loading tool…
About the emoji picker
Search nearly two thousand emoji by name or category and copy the character, its code points, HTML entity, CSS escape, JavaScript escape or shortcode. Clicking a symbol copies it and reveals all the encoded forms.
Frequently asked questions
Why does one emoji have several code points?
Many are sequences. Flags are two regional indicators, skin tones add a modifier, and family emoji join several characters with zero-width joiners. The parts are what actually gets stored.
Can I store emoji in a database?
Yes, with genuine four-byte UTF-8. MySQL's utf8 charset only holds three bytes and truncates emoji — you need utf8mb4 on the column, table and connection.