CSS Unicode-bidi Property
Reference on how to use the Unicode-bidi property of CSS.
The CSS unicode-bidi property can be used to change the direction of the text, used in conjunction with direction.
Possible Values
- normal (Default)
- embed
- inherit
- bidi-override
body {
unicode-bidi: inherit;
}Inherited? NO!