HTML Tag: bdo
Bidirectional override — explicitly sets the directionality of text. Used when left-to-right reading languages are mixed with right-to-left reading languages.
Optional Attributes
Example
<p>The output of this <bdo dir="rtl">word</bdo> will actually be "drow".</p>