[@johanneslumpe/styled-props](../README.md) > ["utils/writing-modes/unicodeBidi"](../modules/_utils_writing_modes_unicodebidi_.md) > [UnicodeBidiProps](../interfaces/_utils_writing_modes_unicodebidi_.unicodebidiprops.md)

# Interface: UnicodeBidiProps

## Type parameters
#### T 
## Hierarchy

**UnicodeBidiProps**

## Index

### Properties

* [style$UnicodeBidi](_utils_writing_modes_unicodebidi_.unicodebidiprops.md#style_unicodebidi)

---

## Properties

<a id="style_unicodebidi"></a>

###  style$UnicodeBidi

**● style$UnicodeBidi**: *`T`*

*Defined in [utils/writing-modes/unicodeBidi.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/writing-modes/unicodeBidi.ts#L12)*

The **`unicode-bidi`** CSS property, together with the `direction` property, determines how bidirectional text in a document is handled. For example, if a block of content contains both left-to-right and right-to-left text, the user-agent uses a complex Unicode algorithm to decide how to display the text. The `unicode-bidi` property overrides this algorithm and allows the developer to control the text embedding.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/unicode-bidi](https://developer.mozilla.org/docs/Web/CSS/unicode-bidi)

___

