Module emoji

Source
Expand description

Query the emoji character properties of a character.

Enums§

EmojiStatus
The emoji character properties of a character.

Traits§

UnicodeEmoji
Query the emoji character properties of a character.

Functions§

is_emoji_presentation_selector
Checks whether this character is the U+FE0F VARIATION SELECTOR-16 (VS16) character, used to request an emoji presentation for an emoji character.
is_regional_indicator
Checks whether this character is one of the Regional Indicator characters.
is_tag_character
Checks whether this character is one of the Tag Characters.
is_text_presentation_selector
Checks whether this character is the U+FE0E VARIATION SELECTOR-15 (VS15) character, used to request a text presentation for an emoji character.
is_zwj
Checks whether this character is the U+200D ZERO WIDTH JOINER (ZWJ) character.