CSS unicode-bidi Property


The unicode-bidi property is used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document.

The unicode-bidi CSS property along with the direction property relates to the handling of bidirectional text in a document. For example, if a block of text contains both left-to-right and right-to-left text then the user-agent applies a complex algorithm defined by the Unicode standard to determining the proper directionality of text. The direction and unicode-bidi properties allow developers to control the embedding levels and overrides for this algorithm.

CSS Syntax

unicode-bidi: normal|embed|bidi-override|initial|inherit;

Example -