-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Description
Tested on version 2.15.0:
import emoji
emoji.__version__
# Out[3]: '2.15.0'
emoji.is_emoji("☕️")
# Out[4]: False
emoji.is_emoji("☕️"[0])
# Out[5]: TrueParticularly there's a single unicode character emoji here (which is True) and a double character which is False.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels