package uucp

  1. Overview
  2. Docs

Emoji properties.

val is_emoji : Uchar.t -> bool

is_emoji u is true if u has the Emoji property.

val is_emoji_presentation : Uchar.t -> bool

is_emoji_presentation u is true if u has the Emoji_Presentation property.

val is_emoji_modifier : Uchar.t -> bool

is_emoji_modifier u is true if u has the Emoji_Modifier property.

val is_emoji_modifier_base : Uchar.t -> bool

is_emoji_modifier u is true if u has the Emoji_Modifier_Base property.

val is_emoji_component : Uchar.t -> bool

is_emoji_component u is true if u has the Emoji_Component property.

val is_extended_pictographic : Uchar.t -> bool

is_extended_pictographic u is true if u has the Extended_Pictographic property.