DISQUS

Tech-Recipes: Copyright and Trademark Symbols in HTML | HTML | Tech-Recipes

  • misterhaan · 4 years ago
    note that these are not ascii codes. ascii only goes up to 127. the extended ascii characters for 169, 174, and 153 are ⌐, «, and Ö. the numbers are actually Unicode, which is why you get (C), (R), and (TM) instead of the extended ascii characters, which would have a completely different meaning.

    anyway, you're better off using © ® and ™
  • Anonymous · 4 years ago
    <ul id="quote"><h6>misterhaan wrote:</h6>note that these are not ascii codes. ascii only goes up to 127. the extended ascii characters for 169, 174, and 153 are ⌐, «, and Ö. the numbers are actually Unicode, which is why you get (C), (R), and (TM) instead of the extended ascii characters, which would have a completely different meaning.

    anyway, you're better off using © ® and ™</ul>


    It may be true that you can use those specific elements in place of the unicode, but one very nice thing about Unicode characters is that you can be assured that they will not change meaning over time, other than possible different interpretations of it by different languages/browsers.
  • Anonymous · 3 years ago
    #2

    so
  • Anonymous · 3 years ago
    In the text editor that comes with IE or Firefox, when i enter ® or ® or whatever i get ®
    How do i get the ® without the Â?
    Anyone know?
    Your help is appreciated!
    Andy
  • risherz · 3 years ago
    <ul id="quote"><h6>andygman wrote:</h6>In the text editor that comes with IE or Firefox, when i enter ® or ® or whatever i get ®
    How do i get the ® without the Â?
    Anyone know?
    Your help is appreciated!
    Andy</ul>
    You can try holding down Alt and typing in 0174 for ® and Alt + 0169 for © etc... just use the character map (Start > All Programs > Accessories > System Tools > Character map) and you should be able to view the code for the symbol at the bottom left corner of the window..
  • Alice · 1 year ago
    Thanks for the reminder
  • source47 · 6 months ago
    Thanks! This helps out a lot! I searched for "html trademark code" (without the quotes) and this blog entry was on the first page! Nice!
  • boscoparade · 4 months ago
  • prasad · 1 month ago
    Thanks for the info. I was looking for it.

    Regards
  • Sedasa Malthorne · 1 month ago
    Six years later, this info still comes in handy. Thanks!