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