746987-1.html 299 B

12345678910111213141516
  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">:-) &#x05d0;</span>]: 100</div>
  14. </body>
  15. </html>