Editor Emoji Picker
The Broadcast and Template editors now include an emoji picker.
One of our engineers recently asked if we could add emojis to our emails built in our editors.

Since our editor is extensible, we were able to add an emoji picker to our Broadcast and Template email editors.
How to use
Type : followed by an emoji name to add any emoji from a searchable list.
Build your own email editor
We open sourced our React Email editor so you can build custom experiences in your own applications. Importantly, the editor includes a default core that is extensible via custom components.
We've used this same architecture to add our emoji extension.
The composable API exposes EmailNode so you can build any custom block your users need: uploading images to a CDN, embedding social posts, rendering charts inline in an email. Each custom node defines both its HTML representation and its React Email output via renderToReactEmail.
Fetched June 10, 2026
