Add copyright symbol © in Gimp as text

In gimp in order to add a copyright symbol © inside a text, you can use the following trick both for Windows as well as Linux.

Press Ctr-Shift-u then type a9 and press enter. It’s a weird way but it works!

Source

 Update: Those who are seeing boxed u’s in your image, do not worry its a gimp GUI bug, it isn’t really part of your image. You can safely save your changes and ignore the boxed u’s. You will notice they remain on the gimp screen even if you close the image. Just restarting Gimp will permanently remove it.

 

 

19 thoughts on “Add copyright symbol © in Gimp as text

  1. I looked it up. I googled “trademark symbol in hexadecimal unicode” and it showed shift+ctrl+u, then type 2122 and press enter!

    If anyone else is looking for a special character in GIMP, try looking it up in hexadecimal unicode!

    This is the only solution I’ve found online that works!

  2. When I originally commented I clicked the “Notify me when new comments are added” checkbox
    and now each time a comment is added I get several e-mails with the same comment.
    Is there any way you can remove me from that service?
    Appreciate it!

  3. Bobi, I think you were trying it in an editor not expecting special symbols. Use the Gimp text tool while editing an image to create a text box which is going to put some text in that image.

    Then, in Photoshop you could press Alt and type 0169 and the copyright symbol will appear in the line of text.

    In Gimp, once you have the text box open, press alt-shift-u. This sends a single character command in to the GIMP text box’s text handler. Ignore whatever (if anything appears). The text box is now expecting a numeric value in an unprintable range. You enter the desired value in hexadecimal notation, that is, powers of 16, using the letters a b c d e f to continue the single digits above 10 all the way to 15. Counting from 0 to 15 in hex goes like this: 1, 2, 3, … 7, 8, 9, a, b, c, d, e, f.

    So after pressing alt-shift-u, you key in a9 and then Enter. a9 in hex is 169 in decimal because the a in the 2nd position is 10×16 or 160 and the 9 in the 1st position is, well, 9. After you press Enter the copyright symbol appears.

    If you are not editing an image, then why are you using GIMP? Whatever editor, word processor or whatever you are using, its instructions will have to tell you how to get special symbols not on your keyboard into its text.

    It is amazing to me that the Adobe docs I have seen do not tell you how to do this for Photoshop; and the GIMP docs I have seen do not tell you how to do it in GIMP. Having two hex digits available means you can enter a two hex digit number, which can run from 0 to ff, that is, from 0 to 255, that is, from 0 to 16 squared minus 1.

    • HELP!!

      I think I have this figured out. But in the course of learning I have several ‘boxed u’s’ on my screen. How do I remove them?

      Michael

  4. I have tried several suggestions to make a copyright symbol. I get a “u” with a border. I’m creating a text box and type inside of it. This will be for print.

    I have also used the code 0169 with the same result. I thought of importing an image but it would have to be a transparent background which I haven’t found. I hope you can help. Thanks

Leave a Reply to Patty Cancel reply

Your email address will not be published. Required fields are marked *

*