This is a combination of two special characters “ ͠͠ “ which is two \u360
The word “special” on first line is OK because it was written before that character
But this sentence uses multiple formatting which all are wrong.
Now we make it two: “ ͠͠ “
This sentence shows how the formatting is moved by two characters now.
The word “special” on first line is OK because it was written before that character
But this sentence uses multiple formatting which all are wrong.
Now we make it two: “ ͠͠ “
This sentence shows how the formatting is moved by two characters now.
Card with the explanation of the issue: https://bugs.telegram.org/c/17647
Bugs and Suggestions
Markdown is incorrectly rendered in messages longer than 200 characters containing special characters
When you send a message longer than 200 characters, formatted with markdown, it will be incorrectly rendered and won't be correctly shown, if in the text there are more than one characters in the range of \u0300-\u036f in a row. Steps to reproduce Write a…