Style Object
The unicodeBidi property is used with the direction property to set or return whether the text should be overridden to support multiple languages in the same document.
Set the unicodeBidi property:
Return the unicodeBidi property:
| Value | Description |
|---|---|
| normal | Does not use an additional level of embedding. This is default |
| embed | Creates an additional level of embedding |
| bidi-override | Creates an additional level of embedding. Reordering depends on the direction property |
| inherit | The value of the unicodeBidi property is inherited from parent element |
![]()
The unicodeBidi property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Override text:
Style Object
Your message has been sent to W3Schools.