U+202E - RIGHT-TO-LEFT OVERRIDE
Written by Stefan Judis
- Published at
- Updated at
- Reading time
- 1min
This post is part of my Today I learned series in which I share all my web development learnings.
Thanks to a tweet by @FakeUnicode, I came across the unicode character U+202E
today. This character changes all subsequent text to be right-to-left. In short – this invisible character leads to not understandable behavior in any environment. A quick Google search also revealed that this character is used to disguise malicious files.
You can use it in HTML (‮
), in JavaScript strings (\u202E
), and it's also working in Google Docs. :D
If you enjoyed this article...
Join 5.5k readers and learn something new every week with Web Weekly.
Reply to this post and share your thoughts via good old email.