This is a bit a silly question, but I stumbled upon this strange “character” today ı̸̸̸̸̸̸̸̸̸̸̸̸̸̸̸̸̸̸̨̨̨̨̨̨̨̨ Try to copy it in a text editor, you will see that you have to press backspace several times in order to erase it => I suppose there are actually several caracters, but I have no idea how to analyze it further.
Any ideas?
Thanks
Use a hex editor for viewing the raw character data. Your example includes three multibyte characters with special meanings. Here you go:
I found this out using a hex editor and an program for displaying a character map. Probably you could have done it yourself. The first two are overlay characters and that’s why you have to hit backspace several times (they don’t generate a space in the text; they are modifying the previous character’s appearance).
What the characters are doing in your text nobody here can tell you. You have to find it out yourself. (Maybe random binary data in a text file?)