Hacker News new | past | comments | ask | show | jobs | submit login

It does look like HTML supports this via the <bdo> tag [0]:

  data:text/html,<bdo>&%23x202E;reversed</bdo>&nbsp;not reversed
So I guess this should be used to wrap any user-supplied text that allows arbitrary unicode.

Or using Unicode:

  data:text/html,&%23x2068;&%23x202E;reversed&%23x2069;&nbsp;not reversed
[0] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bd...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: