On my web app I have characters like 'Å' and I have the meta tag <meta charset="utf-8" > but these characters are not shown in the browsers. They are shown like question mark '?' .
<meta charset="utf-8" >
I am using Ionic framework ? What am I missing ?