强制阿拉伯字符遵循从左到右的顺序

force arabic character to follow left to right order

我有一个包含金额和货币符号(unicode 字符)的页面。我需要符号始终位于金额的左侧。我已经尝试了很多东西,无论右边出现什么符号。有什么想法吗?

<span dir="ltr">&#x62f;&#x2e;&#x625;12.11</span>

请不要回答类似 "if the currency symbol is in Arabic it should be right to left" 的问题。这是我收到的业务要求,没有商量余地。

嗯,这个怎么样?

<span dir="ltr">&#x62f;&#x2e;&#x625; <span dir="ltr">12.11</span></span>