I don't know a lot of unicode, but here's an example:
Code:
<div id="logo-area">
<h1 id="sitetitle"><a href="http://example.com">[unicode here]</a></h1>
</div>
Will display a double quote, an emdash, and a single quote ("—') in the large title font that links to example.com. Put in your unicode, in the same format, and it should work.
Edit: Every time I try to enter unicode it converts it. I'll space it out here and see it if displays, just remove the spaces.
"—' in unicode =
Code:
& # 34 ; & # 8212 ; & # 39 ;