mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 04:31:26 +00:00
17 lines
425 B
HTML
17 lines
425 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
|
|
<style>
|
|
body { font: 32px monospace; }
|
|
div { text-align: center; }
|
|
span { unicode-bidi: -moz-isolate; unicode-bidi: isolate; }
|
|
</style>
|
|
|
|
<body>
|
|
|
|
<!--
|
|
http://unicode.org/reports/tr9/#N0, Example 3, LTR and RTL exchanged:
|
|
arabic BOOK(S)
|
|
-->
|
|
<div>arabic (<span dir=rtl>كُتُب</span>)<span dir=rtl>كِتَاب</span></div>
|