blob: fd4ff9a74c71da441cde6e2236126a4707dcbc2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE HTML>
<html>
<head>
<title>unicode bidi isolate characters</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
</head>
<body>
<p>اتع +1-416-848-3114 abc</p>
<p>اتع <bdi>+1-416-848-3114</bdi> abc</p>
<p>اتع <bdi>+1-416-848-3114a</bdi> abc</p>
<p>اتع <bdi>+1-416-848-3114ش</bdi> abc</p>
<p>اتع <bdi dir="ltr">+1-416-848-3114</bdi> abc</p>
<p>اتع <bdi dir="ltr">+1-416-848-3114a</bdi> abc</p>
<p>اتع <bdi dir="ltr">+1-416-848-3114ش</bdi> abc</p>
<p>اتع <bdi dir="rtl">+1-416-848-3114</bdi> abc</p>
<p>اتع <bdi dir="rtl">+1-416-848-3114a</bdi> abc</p>
<p>اتع <bdi dir="rtl">+1-416-848-3114ش</bdi> abc</p>
</body>
</html>
|