I have Hebrew text stored in a database. When I extract and display it in UIWebview after applying some css (setting the background color and margin for the page), the text is fine, but the problem is that if I align the content in the web view correctly, then the Hebrew content will be right-aligned. but in reality it’s not as it should be. I want to say what the RTL text should look like. A full stop is displayed on the right side of the text , as shown in the figure below. I know that proper text alignment will not show how RTL text should be
Its not a duplicate , and I went through the steps mentioned, but still I don’t go.

I hope someone can help me show the text correctly. If necessary, I can add a CSS fragment. Please comment if any supporting code or image is required.
source
share