Bidirectional Class - Left To Right Isolate
Left To Right Isolate is a bidirectional text control character that tells rendering engines to treat the following text as an independent left-to-right segment, shielding it from the surrounding text’s directional rules. It begins an isolated run, meaning any embedded right-to-left characters within that run are resolved internally without affecting the outer context, and the isolate also prevents adjacent neutral characters from being influenced by the isolated content. The run ends when a matching Pop Directional Isolate is encountered. This is commonly used in mixed-language text, such as embedding an English phrase or URL inside Arabic or Hebrew sentences, ensuring the embedded text displays in its natural left-to-right order while keeping the overall paragraph’s direction intact.