blob: 2065322c5107bb34f506927f373bdcb4485d5a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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>
|