CSS Property:
unicode-bidi:

Result:
Override text direction.
CSS Code:
div {
    
    direction:rtl;
    unicode-bidi:normal;
      }
Click the property values above to see the result
W3Schools.com - Play it