Unicode signs shown on development page, but not on actual page with same code

I have a strange Unicode problem with a WordPress page I am about to create:

(At least with Firefox and IE.)

Read More

On the development page http://natzet.kunden.fincha.com I can see the Unicode signs

(before the blue links and in the address field at the bottom)

but not on the actual page http://www.natzet.de, which has the same code.

Does anyone have an idea, how I could solve that – without replacing the signs by images?

Greetings from Leipzig…

Related posts

Leave a Reply

2 comments

  1. Try putting this in your <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    

    Also, try changing the de-DE in the <html> tag to

    <html lang="de" prefix="og: http://ogp.me/ns#">

    let me know if that works