bdi

The <bdi> isolates text from other content for the text directionality. The browser determines the directionality automatically.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title> 
    </head> 
<body> 
    <bdi>Adam</bdi>
</body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: