1234567891011121314151617 |
- <!DOCTYPE html>
- <!-- Tests bidi class of U+070F SYRIAC ABBREVIATION MARK -->
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- </head>
- <style type="text/css">
- body {
- font-family: serif;
- font-size: 24px;
- }
- </style
- <body>
- <p dir="rtl">٢١،܏ܟܥ</p>
- </body>
- </html>
|