Forum Moderators: open

Message Too Old, No Replies

Special characters

Something i need

         

Gero_Master

7:56 pm on Mar 5, 2005 (gmt 0)

10+ Year Member



I have seen lots of different & funny special characters. Like ♠

I have been looking for code to "camera". I have codes for "note"= ♫

Do you know any good websites with lots of those special characters.

Specially with those "special" special chars.

tedster

8:27 pm on Mar 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here's one reference:

[htmlhelp.com...]

There are three linked pages here, for:
Latin-1 Entities
Symbols and Greek Letters (includes your spades example)
Other Special Characters

You may find most of these to be a lot less novel than ♠ - it's a very practical set.

Gero_Master

6:09 am on Mar 7, 2005 (gmt 0)

10+ Year Member



I couldnt get unicode characters displayed properly. It showed up wrong letter.

What do i need to do to display those correctly

adb64

8:50 am on Mar 7, 2005 (gmt 0)

10+ Year Member



Check whether the font you use, supports the characters you want to display and/or include the following line between the <HEAD> </HEAD> tags of your pages:

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

regards,
Arjan

Gero_Master

6:23 pm on Mar 8, 2005 (gmt 0)

10+ Year Member



If i change that charset, i could still use Tahoma on where i want it.

Gero_Master

6:28 pm on Mar 8, 2005 (gmt 0)

10+ Year Member



How could i make it display this font in the URL

[unicode.org...]

Gero_Master

4:24 pm on Mar 9, 2005 (gmt 0)

10+ Year Member



I need heeeelp

GoofyDawg

4:55 pm on Mar 9, 2005 (gmt 0)

10+ Year Member



In order to use any non-standard font in a web page, you have to embed the font. This involves converting the font file on your computer into a special file format. Microsoft has a site devoted to font embedding and typography.

[microsoft.com...]

Under the Tools and Utilities section, you'll see a tool (MS WEFT) for embedding fonts. It's not very difficult, but there are legal implications to embedding fonts. The WEFT tool will indicate whether or not you can embed a font in your page.

Hope this helps!

GoofyDawg

Emperor

6:17 am on Mar 11, 2005 (gmt 0)

10+ Year Member



Hi,

Maybe he means characters like these:

§ ¨ ª « × Ø Ù

Those are easy to make.

Emperor

PS - can you see them?

GoofyDawg

4:42 pm on Mar 11, 2005 (gmt 0)

10+ Year Member



Could be... then in that case, this link has every single ASCII Code imaginable:

[ascii.cl...]

It's a great reference for the codes. I've found that some browsers have problems with &amp; &copy;, etc., but the numerical equivalents almost never fail.

Gero_Master

6:57 pm on Mar 11, 2005 (gmt 0)

10+ Year Member



Now this is getting to sound interesting. Thank you all.