18.unicode-bidiプロパティは、Unicodeの文字表記の方向を上書きを指示します。


※★CSS
p {
	direction: rtl;
	unicode-bidi: bidi-override;
	background-color:#ffccff;
}


※★HTML
<p>テキスト出力を右から左へ。</p>

テキスト出力を右から左へ。