These are always paired in the output. The first part has

  • U+2066 LEFT-TO-RIGHT ISOLATE,
  • U+2067 RIGHT-TO-LEFT ISOLATE, or
  • U+2068 FIRST STRONG ISOLATE

as its value, and an ending isolation part has U+2069 POP DIRECTIONAL ISOLATE as its value.

interface MessageBiDiIsolationPart {
    type: "bidiIsolation";
    value: "⁦" | "⁧" | "⁨" | "⁩";
}

Properties

Properties

type: "bidiIsolation"
value: "⁦" | "⁧" | "⁨" | "⁩"

LRI | RLI | FSI | PDI