<html>
<body>
<p>Left to right</p>
<bdo dir=rtl>Right to left</bdo>
</body>
</html>
The bdo element is used to override the current direction of text.
bdo = bidirectional override.
A live example:
Left to right
Right to left
N of