Constant ZWNJ
pub const ZWNJ: char = '\u{200c}';Available on crate features
__ecma and __utils only.Expand description
U+200C ZERO WIDTH NON-JOINER, abbreviated in the spec as <ZWNJ>.
Specially permitted in identifiers.