CSS unicode-bidi Property
CSS unicode-bidi Property
CSS unicode-bidi
property is used together with the direction property, determines how bidirectional text in a document is handled.
Example
Syntax
Using CSS
Using Javascript
Animatable
No, unicode-bidi property is not animatable. CSS Animatable Properties Reference.
Default Value
Default value for CSS unicode-bidi property is normal.
Property Value
The following table provides a list of values for CSS unicode-bidi
property.
Value | Explanation |
---|---|
normal | The element does not offer an additional level of embedding with respect to the bidirectional algorithm. |
embed | If the element is inline, this value opens an additional level of embedding with respect to the bidirectional algorithm. |
bidi-override | For inline elements this creates an override. For block container elements this creates an override for inline-level descendants not within another block container element. |
isolate | The element is isolated from its siblings. |
isolate-override | The element is isolated from its siblings and the override behavior of the bidi-override keyword to the inner content. |
plaintext | The elements directionality calculated without considering its parent bidirectional state or the value of the direction property. |
All in One
In the following example, we will demonstrate all values of CSS unicode-bidi
property.
Example
Using JavaScript
In the following example, we will demonstrate how to change the CSS unicode-bidi
property of an element using JavaScript.
Example
Reminder
Hi Developers, we almost covered 98.7% of CSS Tutorials with examples for quick and easy learning.
We are working to cover every Single Concept in CSS.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.