back

Unicode-Bidi

This is used along with direction to handle bio-directional text in a webpage.

Its options are:
(1) None, there are no additional levels of embedding.
(2) Embed, a new embedded layer is created, this allows bio-directional text in an element.
(3) Bidi-Override, the text flow is changed according to the 'direction' property.
(4) Inherit, the value will be inherited from its parent element.

Example