brackets-3b-rtl-ref.html (397B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 4 <style> 5 body { font: 32px monospace; } 6 div { text-align: center; } 7 span { unicode-bidi: isolate; } 8 </style> 9 10 <body> 11 12 <!-- 13 http://unicode.org/reports/tr9/#N0, Example 3, LTR and RTL exchanged: 14 arabic BOOK(S) 15 --> 16 <div>(<span dir=rtl>كُتُب</span>)<span dir=rtl>كِتَاب</span> arabic</div>