Expand description
§UNIC — Unicode Emoji — Emoji Character Properties
A component of unic
: Unicode and Internationalization Crates for Rust.
Structs§
- Emoji
- Represents values of the Unicode character property
Emoji
. - Emoji
Component - Represents values of the Unicode character property
Emoji_Component
. - Emoji
Modifier - Represents values of the Unicode character property
Emoji_Modifier
. - Emoji
Modifier Base - Represents values of the Unicode character property
Emoji_Modifier_Base
. - Emoji
Presentation - Represents values of the Unicode character property
Emoji_Presentation
. - Unicode
Version - Represents a Unicode Version type.
Constants§
- EMOJI_
VERSION - The [Emoji Version] of character property data.
- PKG_
DESCRIPTION - UNIC component description.
- PKG_
NAME - UNIC component name.
- PKG_
VERSION - UNIC component version.
Functions§
- is_
emoji - The value is
true
for characters that are emoji. - is_
emoji_ component - The value is
true
for characters that normally do not appear on emoji keyboards as separate choices, such as Keycap base characters, Regional_Indicators, …,false
otherwise. - is_
emoji_ modifier - The value is
true
for characters that have emoji presentation by default. - is_
emoji_ modifier_ base - The value is
true
for characters that are emoji modifiers. - is_
emoji_ presentation - The value is
true
for characters that have emoji presentation by default.