Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Comments on Fonts That Support the Creative Commons Unicode Symbols

Parent

Fonts That Support the Creative Commons Unicode Symbols

+1
−0

As of Unicode 13.0 (released in March 2020), the character set has included glyphs representing Creative Commons licenses.

  • 1F16D - The Creative Commons logo (đź…­)
  • 1F10D - CC0, the public domain dedication (đź„Ť)
  • 1F16F - Attribution (đź…Ż)
  • 1F10E - Share-Alike (â­´)
  • 1F10F - Non-Commercial (â­µ)

The No-Derivatives symbol uses the preexisting 229C (⊜), Circled Equals.

Most people can probably already see the problem/question. After four years, I can't find any fonts that have the five glyphs at those code-points. Chances are, everybody sees the CC logo as a box containing "1F16D," for example, instead of CC in a circle.

While I understand (and share) the reluctance to add trademarks to the Unicode standard, I do use and refer to Creative Commons licenses enough that I would like to use the now-standard symbols when I refer to a work released under a CC BY-SA license. However, I can't find any fonts that do this.

Plenty of icon fonts exist, such as Font Awesome, but they use Private Use Areas for those glyphs rather than the standardized code-points, and that would also require changing fonts to insert them into a document, since they don't have alphabetic characters. And at that point, we might as well insert inline images into the text, since that doesn't require carrying around a massive font.

Therefore, getting to the actual question in the title, does anybody know of fonts (ideally OFL or similarly licensed) that cover these symbols in their proper locations? Related, do we not have these symbols everywhere in a quiet act of protest against Unicode's inclusion of the symbols, like the griping about certain newer emoji?

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+1
−0

Therefore, getting to the actual question in the title, does anybody know of fonts (ideally OFL or similarly licensed) that cover these symbols in their proper locations?

There’s a font named CC Symbols by Daniel Aleksandersen that contains the glyphs for the six Creative Commons–specific characters at their proper locations. It also contains a glyph for U+0229C CIRCLED EQUALS in order to help make sure that all of the CC-related symbols look consistent together. The CC Symbols font only contains glyphs for those seven characters, so you’ll have to pair it with at least one other font.

The CC Symbols font is not available under the OFL or a similar license. Instead the author dedicated it to the public domain:

The symbols in the font a based on the Unicode Standard reference symbols. I waive all copyright to the font and release it into the đź…® public domain.

Additionally, that blog post contains example CSS for how you could use the CC Symbols font on a Web site. That example CSS is CC0’d:

Unless otherwise stated, source code printed in this article is licensed under a CC0 1.0 License.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.

1 comment thread

I probably meant to exclude that, since it *only* has those symbols, but the silliness and usefulness... (1 comment)
I probably meant to exclude that, since it *only* has those symbols, but the silliness and usefulness...
John C‭ wrote 8 days ago

I probably meant to exclude that, since it only has those symbols, but the silliness and usefulness of unicode-range makes me too giddy to care about my oversight, and it definitely solves the problem...