Req. code for adding copyright symbol

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Req. code for adding copyright symbol

    I've looked around the internet and can't find the code to enter in a copyright
    symbol. I've searched my 'symbol' font to no avail... Would anyone happen to
    know the code for this? It's the 'c' in the circle.

    Thanks for any avail. info.

    Saintly_too... aka. L. Brown

    Saintly_too Guest

  2. Similar Questions and Discussions

    1. (c) copyright symbol
      How is the (c) copyright symbol insterted into a text string in Photoshop? Best, Christopher
    2. Wher do you get a Copyright symbol?
      Where do you get the various symbols like the (R) and the (C) to use in Illustrator 10? Can they be downloaded or whatever? Many thanks.
    3. Copyright symbol
      You will probably find it is Microsoft knowing better again. You haven't hit the wrong key. If you go to 'Tools' "Autocorrect", you will notice...
    4. What font in PhotoShop has the copyright symbol??
      Hi... I'm doing a lot of digital photography now and I'm looking to attach the copyright symbol to my photo credit. Does anyone know what font in...
    5. adding copyright stamp
      x-no-archive: yes "Gulshan Atwal" <gulshanatwal@hotmail.com> wrote in message news:5_1Ka.8211$H9q1.5456@news04.bloor.is.net.cable.rogers.com... ...
  3. #2

    Default Re: Req. code for adding copyright symbol

    Mac or PC? Text or HTML?

    On the mac it is just Option-g to insert it in text (normal font such as
    Arial, Helvetica, etc.). In unicode it is 00A9, and in RTF-8 it is C2 A9
    (according to Apple's relatively miserable little font book program). In Symbol
    font it is Option-Shift-w. In HTML it is &copy;

    In Director when I'm dealing with odd things I will sometimes keep my odd
    characters in a text field by itself, and when building a string I just copy
    the text from that member and then put the entire string in the display member.
    You could then do a specific test on which member to copy based on platform if
    you needed to. Often helpful when dealing with math equations.

    ExploreLearning Guest

  4. #3

    Default Re: Req. code for adding copyright symbol

    the html version is & copy ; (without the spaces) Preview didn't seem to convert that, but after posting I see it did convert it and properly show the copyright symbol. Wonder what this one will do :)
    ExploreLearning Guest

  5. #4

    Default Re: Req. code for adding copyright symbol

    I'm currently working on a PC (Windows)... but can use a MAC at school... What
    will happen if I were to find out what the code is in Windows and then try to
    display on a MAC? Would there be any confusion?

    Thanks for the quick responses!!

    Lea

    Saintly_too Guest

  6. #5

    Default Re: Req. code for adding copyright symbol

    For most fonts things will look the same, but for a few things they get shifted
    between mac and pc's (I believe the <= symbol was one, but not positive). I've
    never had to deal with the copyright symbol, so not sure about it. The worst
    thing that can happen is the wrong character appears in that location.

    The best way to check it is to try it on both platforms early in development
    ;) Always suggested, rarely done.

    ExploreLearning Guest

  7. #6

    Default Re: Req. code for adding copyright symbol

    I know what I'll do to get around the cross-platform problem... I'll create an
    image and just add it in.... but, I'm still at a loss for the coding for a PC.
    I know it's something like this: "Alt + ###" but I can't remember the silly
    numbers... the things we choose to remember... and the things that fade with
    time. <sigh>

    Thanks,

    Lea

    Saintly_too Guest

  8. #7

    Default Re: Req. code for adding copyright symbol

    Using an image is often a good idea. I do the same thing with lots of
    math/physics stuff.

    If you want to take a look I put up a file you can download at
    [url]http://staff.explorelearning.com/pfaff/director/copyright_test.html[/url] (right
    click on filename to download)

    The first member in the cast is a copyright symbol. Good luck with your
    project.

    ExploreLearning Guest

  9. #8

    Default Re: Req. code for adding copyright symbol

    alt+0169



    "Saintly_too" <webforumsuser@macromedia.com> wrote in message
    news:c798gs$ol1$1@forums.macromedia.com...
    > I know what I'll do to get around the cross-platform problem... I'll
    create an
    > image and just add it in.... but, I'm still at a loss for the coding for a
    PC.
    > I know it's something like this: "Alt + ###" but I can't remember the
    silly
    > numbers... the things we choose to remember... and the things that fade
    with
    > time. <sigh>
    >
    > Thanks,
    >
    > Lea
    >

    cb Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139