vote up 2 vote down star

Hello,

How do I write the CC logo in HTML, is there something like © which gives ©?

CC stands for Creative Commons.

Thanks.

flag

4 Answers

vote up 7 vote down check

As far as I know, there is no character for this, so you'll have to use a graphic.

There are some nice ones here. By the way, on this page, there's also a logo font you could use in HTML, but this won't show correctly for other users that don't have the font installed.

link|flag
thanks for the help ! hope it can be added tho – mir Nov 11 '08 at 21:30
vote up 1 vote down

HTML defines a standard entity: ©

http://htmlhelp.com/reference/html40/entities/

But be careful to test different browsers, because not all standard HTML entities are supported by all browsers.

You can also simply say it in text like, "Copyright 2008 YourNameHere."

You don't have to use the copyright symbol to make your copyright legitimate.

http://www.copyright.gov/help/faq/faq-definitions.html#notice

edit: Woops, I totally misunderstood the question. Anyway, the info above might be useful to someone.

link|flag
vote up 3 vote down

As @schnaader says, I don't think there's a HTML entity code for this, but perhaps you could take a look here

link|flag
Just saw that you linked to the press kit just a minute after me, so you get my vote up :) – schnaader Nov 11 '08 at 21:32
thanks ;-) great minds think alike. – toolkit Nov 11 '08 at 21:36
vote up 0 vote down

Just for the record, you don't need it to be an HTML entity, in theory you could use any unicode character, encoded as a character entity like &#nnnn; (decimal) or &#xhhhh; (hex).

So if there was a Creative Commons logo in unicode, you might be able to use it. But although there certainly are plenty of symbols, there isn't one for Creative Commons AFAIK.

Looks like it has been at least discussed in the unicode forums, so who knows what will happen in the future.

But for now a graphic is almost certainly the best way to go here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.