Little Web Hut

CSS 2.1 Reference: unicode-bidi Property

CSS unicode-bidi Property
Syntax
selector {unicode-bidi: value;}
  • value is specified by using one of the following keywords: normal, embed, bidi-override, or inherit.
Usage

The unicode-bidi property is used with the direction property to manage the direction of bidirectional text. The unicode-bidi property allows embeddings and overrides to be specified.

This property is specified by using a keyword according to the syntax shown above.

Keywords
  • normal
  • embed
  • bidi-override
  • inherit - The inherit keyword is used to specify that the value for this property should be taken from the parent element. If inherit is used with the root element, then the initial value for this property will be used.
Applies To All elements
Inherited No
Initial Value normal