Generate HTML BDO (Bi-Directional Override) tags for controlling text direction
Normal LTR text:
Hello World 123
BDO RTL override:
Hello World 123
Normal text:
English العربية Hebrew
BDO RTL override:
English العربية Hebrew
The HTML <bdo> (Bi-Directional Override) tag is used to override the current text direction. It forces text to be displayed in a specific direction, regardless of the natural direction of the characters.
dir attribute. BDO forces the direction regardless of character types, while dir sets the base direction for the bidirectional algorithm.