mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
16 lines
336 B
HTML
16 lines
336 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
|
||
|
|
<style>
|
||
|
|
body { font: 32px monospace; }
|
||
|
|
div { text-align: center; }
|
||
|
|
</style>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<!--
|
||
|
|
http://unicode.org/reports/tr9/#N0, Example 3, LTR and RTL exchanged:
|
||
|
|
arabic BOOK(S)
|
||
|
|
-->
|
||
|
|
<!-- LTR -->
|
||
|
|
<div>arabic كِتَاب(كُتُب)</div>
|