'unicode-bidi' Example : unicode bidi « CSS « HTML / CSS






'unicode-bidi' Example

    
<html>
<body>
<p style="direction:ltr; unicode-bidi:bidi-override">
This is an English sample text.
</p>
</body>
</html>

    
      
      








Related examples in the same category