You are here : cssCSS 3unicode-bidi

unicode-bidi - CSS 3

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.


Syntax

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


Example

div
	{
	   
	direction: rtl;    unicode-bidi: bidi-override;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference