Look that your file is in UTF8 without BOM and that your webserver deliver your site in UTF-8
HTML:
in PHP:
header('Content-Type: text/html; charset=utf-8');
And if you work with a database look that your database is in UTF-8 if you read the text from your database.