package uucp

  1. Overview
  2. Docs

Module Uucp.EmojiSource

Emoji properties.

Sourceval is_emoji : Uchar.t -> bool

is_emoji u is true if u has the Emoji property.

Sourceval is_emoji_presentation : Uchar.t -> bool

is_emoji_presentation u is true if u has the Emoji_Presentation property.

Sourceval is_emoji_modifier : Uchar.t -> bool

is_emoji_modifier u is true if u has the Emoji_Modifier property.

Sourceval is_emoji_modifier_base : Uchar.t -> bool

is_emoji_modifier u is true if u has the Emoji_Modifier_Base property.

Sourceval is_emoji_component : Uchar.t -> bool

is_emoji_component u is true if u has the Emoji_Component property.

Sourceval is_extended_pictographic : Uchar.t -> bool

is_extended_pictographic u is true if u has the Extended_Pictographic property.