CSS unicode-bidi attribute

Example

Rewrite text:

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


try it"


Browser support

The numbers in the table represent the first browser version that supports this attribute.

Attributes
unicode-bidi 2.0 5.5 1.0 1.3 9.2

Definition and usage

The unicode-bidi attribute   is used with the direction attribute to set or return whether text is rewritten to support multiple languages ​​in the same document.

default value: normal
inherit: yes
Can be animated: no. See  animatable .
Version: CSS2
JavaScript syntax:

Guess you like

Origin blog.csdn.net/shengyin714959/article/details/133573377