746987-1.html (299B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style> 6 .plaintext { 7 unicode-bidi: plaintext; 8 } 9 </style> 10 <title>unicode-bidi:plaintext on inline</title> 11 </head> 12 <body> 13 <div>[<span class="plaintext">:-) א</span>]: 100</div> 14 </body> 15 </html>