My code contains a word or string that ends with Arabic ketter and then a number. But for some reasons, the number appear before the Arabic as if it's treated as an Arabic number even in the editor.
<!DOCTYPE html>
<html>
<body>
<p>Englishالعربية 1English</p>
</body>
I can't even separate the arabic text because the word is "Englishالعربية" and not just Arabic. How can I make the number appear after arabic but not by actually writing it after English and before Arabic, because this would ruin the word itself for visualization.
I can't even show the code properly, because even the browser and the editor shows the number before the arabic text. But the steps to reproduce this problem is as follows:
- Write Englishالعربية English first.
- Put 1 just before the second E.
Then you will see that the 1 automatically moves somewhere else.