scistag.emojistag.emoji_db.get_emoji_details

get_emoji_details(identifier)[source]

Returns details about am emoji

Parameters

identifier (EmojiIdentifierTypes) – The emoji identifier, either it’s name such as “deer”, it’s markdown name such as “:deer:”, a single unicode character like 🦌 or a combined character like 🇩🇪.

Return type

EmojiInfo | None

Returns

The Emoji info object if available providing all information about the emoji stored in our db.