|
In the old days you used bdi (Bi-Directional Isolation) tags surrounding just the Hebrew char. Or try a span with dir="rtl" around just the Hebrew char, or maybe both.
The presence of the Hebrew char without those is confusing the reader to change the whole paragraph to rtl.
|