/*
https://www.w3schools.com/tags/tag_bdo.asp
Default CSS Settings
Most browsers will display the <bdo> element with the following default values:
*/
bdo {
unicode-bidi: bidi-override;
}
<bdo> Text Direction : Left To Right </bdo>
<!-- This is to change the text direction.
https://javaconceptoftheday.com/html-cheat-sheet/
-->
<bdo dir="rtl">Text Direction : Right To Left</bdo>