na tag html é melhor fazer assim:
<html lang="fa">
na meta tag use isto:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
e, neste caso, por exemplo, usei tablee depois RTL(da direita para a esquerda) no diratributo:
<table dir="rtl" border="1" width="100%">
<tbody>
<tr>
<td bgcolor="#A2F0BE">قیمت</td>
</tr>
<tr>
<td>4,840,000 ﷼</td>
</tr>
</tbody>
</table>
e também verifique isso, por exemplo:
HTML Entity (Decimal) ﷼
<p dir=rtl> 1000 ﷼</p>
HTML Entity (Hexadecimal) ﷼
<p dir="rtl">1000 ﷼</p>