Enum EmojiProperties
Binary Unicode emoji properties from UTS #51.
[Flags]
public enum EmojiProperties : byte
Fields
Emoji = 1The scalar has the Emoji property.
EmojiComponent = 16The scalar is used as a component in emoji sequences.
EmojiKeycapSequenceBase = 128The scalar can start an emoji keycap sequence.
EmojiModifier = 4The scalar is an emoji modifier.
EmojiModifierBase = 8The scalar can be followed by an emoji modifier.
EmojiPresentation = 2The scalar defaults to emoji presentation.
EmojiPresentationSequenceBase = 64The scalar can be followed by U+FE0F to request emoji presentation.
None = 0No emoji properties.
TextPresentationSequenceBase = 32The scalar can be followed by U+FE0E to request text presentation.