Actual character - ã
when I echo the above character, it is shown as '?' in mozilla and in chrome it is showed as ã.
Then I made the command like below
echo utf8_encode(ã);
The above one displays correctly in mozilla and in chrome it is showing as ã.
any solution ?

