CSS Unicode-Bibi Property

CSS 1

CSS 2

CSS 3

No Yes Unsure

Description

Allows text which flows left to right, to be mixed with text that flows right to left.

Syntax

unicode-bidi: [value]; direction: [value];

Possible values

  • normal
  • embed
  • bibi-override
  • inherit

Initial Value

normal

Applies To

All elements

Inherited

No

Media

Visual

Example

p {unicode-bidi: embed; direction: rtl;}


View All CSS Properties