func scalar_is_extended_pictographic(scalar: Int) -> BoolReturns whether the scalar has the Unicode extended pictographic property.
View Source
pub func scalar_is_extended_pictographic(scalar: Int) -> Bool {
_grapheme_category(scalar: scalar) == _GC_EXT_PICT
}