pub fn is_zwj(c: char) -> bool
Expand description
Checks whether this character is the U+200D ZERO WIDTH JOINER (ZWJ) character.
It can be used between the elements of a sequence of characters to indicate that a single glyph should be presented if available.