The unicode-bidi property is used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document.
unicode-bidi: normal|embed|bidi-override|intitial|inherit;
div { direction: rtl; unicode-bidi: bidi-override; }