CSS unicode-bidi property
Usage
Used with direction to set the text direction.
Values
- normal - default
- embed
- bidi-override
Example
Code:
.backwards {
direction: rtl;
unicode-bidi: bidi-override;
}
Used with direction to set the text direction.
.backwards {
direction: rtl;
unicode-bidi: bidi-override;
}