<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> body { font-size:2em; text-align:left; } .test { border: medium solid gray; padding: 10px; margin: 20px; } .plaintext { unicode-bidi: -webkit-plaintext; } </style> </head> <body> <div class="test"> <span class="plaintext"><span class="plaintext">א-></span> == == ==></span> <span class="plaintext"><span>ב-></span> == == ==></span> </div> </body> </html>