Easy Tutorial
❮ Prop Video Startdate Jsref Tostring Array ❯

Style unicodeBidi Property


Definition and Usage

The unicodeBidi property is used together with the direction property to set or return whether the text should be overridden to support multiple languages within the same document.

Syntax

Setting the unicodeBidi property:

Returning the unicodeBidi property:

Value Description
normal Default. No additional embedding level is used.
embed Creates an additional embedding level.
bidi-override Creates an additional embedding level. Reordering depends on the direction property.
inherit The value of the unicodeBidi property is inherited from the parent element.

Browser Support

All major browsers support the unicodeBidi property.

Note: IE7 and earlier versions do not support the "inherit" value. IE8 only supports "inherit" if the !DOCTYPE is specified. IE9 supports "inherit".


Example

Example

Overriding text:


❮ Prop Video Startdate Jsref Tostring Array ❯