Inserting the copyright symbol

Printer-friendly version

Author: 

Taxonomy upgrade extras: 

The Copyright Symbol ©

Inserting the copyright symbol

by Puddin'

While it's possible to simulate a proper copyright symbol like this: (c)

It looks a little more elegant to use the authentic character: ©

It's not hard. All you have to do is type what's called an entity in the HTML/Web world, either a named (or mnemonic) entity using alphabetic characters or a numeric entity using assigned numbers, either option surrounded by "escape" characters that let your Web browser know that it should do something "special" with the mnemonic characters or assigned numbers. The escape characters are the ampersand (&) and the semicolon (;)

The numeric entity that will be turned into the copyright symbol is:

&​#169;

The mnemonic entity that will be turned into the copyright symbol is:

©

If you want to display an actual code in the screen text, as I do here to show you how to do it, you will have to "escape" the leading ampersand like this:

©

although Big Closet sometimes ignores the "escaped" escape ampersand character, especially with numeric codes. Test it before you commit your edit. Luckily, there are few reasons to do this, other than to be absolutely certain that an intended ampersand will be properly displayed, so Big Closet's odd behaviour isn't usually a problem.

There are a raft of others which can be found here:

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

if you want to "spice up" your text with authentic accented characters (É), most common Greek letters (Ψ), and whatnot ().

It's important to use the actual escape character, and not some clever symbol inserted by your word processor, because different computers use different symbol sets, and if you use a character that's not in the user's character set, it will look something like this: ’ or this Â, when you meant something else entirely.

The default character set for the Internet is essentially the characters you can see on your keyboard. If the character you want isn't there, you have to "escape it" with an "entity" as shown above.

While not a "character," a lot of authors have good and sufficient reason to want to use indented text. Whilst there are a number of kludges floating about using non-breaking spaces and the like, the most reliable way to generate indented text is with HTML <blockquote> tags, which should be used in pairs like this:

<blockquote>
Stuff to be indented.
</blockquote>

Pay particular attention to the stroke (or forward slash) in the last "blockquote" tag since, if you don't close the tag pair properly, your text will start wandering to the right.

All of the above indented text was generated in just this manner.

An easy way to generate a pair of these tags online is to use the Q button at the top of the Big Closet editing screen.

You can then cut and paste them anywhere, or insert them at the point where you want the text indented and than cut and copy the closing tag and move it to where you want the indentation to stop.

Have fun!

Click Like or Love to appropriately show your appreciation for this post: