# Insert Copyright symbol

**URL:** https://meta.discourse.org/t/insert-copyright-symbol/297493
**Category:** Support
**Created:** [March 1, 2024, 4:36pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493 "2024-03-01T16:36:09Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![fbpbdmin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fbpbdmin/32/300893_2.png) [@fbpbdmin](https://meta.discourse.org/u/fbpbdmin)
#### Post date: [March 1, 2024, 4:36pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/1 "2024-03-01T16:36:09Z")

</div>

if type `(TM)`, it is rendered as ™  
how to insert the © ?  
is there a list of these symbol shortcuts ? thanks

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [March 1, 2024, 4:50pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/2 "2024-03-01T16:50:11Z")

</div>

You can find what symbols are rendered here:

[https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse-markdown-it/src/features/custom-typographer-replacements.js#L1-L15](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse-markdown-it/src/features/custom-typographer-replacements.js#L1-L15)

The copyright and section sign symbols have been explicitly disabled; see here:  
[https://github.com/discourse/discourse/pull/12417](https://github.com/discourse/discourse/pull/12417)

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [March 1, 2024, 5:54pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/3 "2024-03-01T17:54:39Z")

</div>

As an alternative: On your keyboard, Compose+o+c gives you ©.

If you have a Compose key. It’s a shame it didn’t make it to mainstream keyboards, really.

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [March 1, 2024, 5:59pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/4 "2024-03-01T17:59:10Z")

</div>

This #Customization > Theme component might be of interest

> [@Discourse Icon](https://meta.discourse.org/t/discourse-icon/143374):
>
> discourse2Summary Discourse Icon allows you to use icons from your SVG icon subset in a post.eyeglassesPreview [Preview on Discourse Theme Creator](https://discourse.theme-creator.io/theme/Discourse/discourse-icon)hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-icon](https://github.com/discourse/discourse-icon)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Features Usage: [wrap=icon id=square][/wrap] Example: This is the icon and the icon. This is the [wrap=icon id=far-square][/wr…

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [March 1, 2024, 6:19pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/5 "2024-03-01T18:19:41Z")

</div>

> [@supermathie](#):
>
> It’s a shame it didn’t make it to mainstream keyboards

More shame can be founded when there isn’t physical keyboard at all.

That’s why missing (c) did hurt. Well, we have this © but is not same, not even close.

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [March 1, 2024, 6:45pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/6 "2024-03-01T18:45:39Z")

</div>

> [@Jagster](#):
>
> More shame can be founded when there isn’t physical keyboard at all.

Not sure about iOS, but there’s ©,®, and ™ symbols on the 3rd page in Gboard on Android.

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [March 1, 2024, 6:53pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/7 "2024-03-01T18:53:16Z")

</div>

If I overdrive that earlier disabling (c) doing something like this:

```plaintext
<script type="text/discourse-plugin" version="0.8">
document.addEventListener('DOMContentLoaded', function() {
  document.body.addEventListener('input', function(e) {
    if (e.target.tagName === 'TEXTAREA' || e.target.tagName === 'INPUT') {
      e.target.value = e.target.value.replace(/\(c\)/gi, '©');
    }
  });
});
</script>

```

Will I start harmageddon, or at least break my forum?

I want underline that I don’t know what I’m doing and why that was disabled back then.

> [@Firepup650](#):
>
> there’s ©,®, and ™ symbols on the 3rd page in Gboard on Android

Good for you 😂

Apple isn’t known to make things easier, but willing to sell way overpriced keyboard. Mobiles designed to creation and work are actually designed for passive consumption. I can’t even get sign of micro (SI uses it, one of greek alphabets) from virtual keyboard of iPad without 3rd party app.

And yes, I know very well that beeing an iPad user I’m part of very very very small minority.

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [March 1, 2024, 7:35pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/8 "2024-03-01T19:35:36Z")

</div>

> [@Jagster](#):
>
> If I overdrive that earlier disabling (c) doing something like this:
> 
> ```plaintext
> <script type="text/discourse-plugin" version="0.8">
> document.addEventListener('DOMContentLoaded', function() {
> document.body.addEventListener('input', function(e) {
> if (e.target.tagName === 'TEXTAREA' || e.target.tagName === 'INPUT') {
> e.target.value = e.target.value.replace(/\(c\)/gi, '©');
> }
> });
> });
> </script>
> 
> ```
> 
> Will I start harmageddon, or at least break my forum?

Might I ask, if you want to add it back, why not use:

> [@Watched Words Reference Guide](https://meta.discourse.org/t/watched-words-reference-guide/241735/1):
>
> ### Replace
> 
> Replaces words in posts with other words. Cannot be used to replace words with links.
> 
> If no Replacement word is selected when adding a word to this action, the word will be removed from the post, but no word replacement will take it’s place - the word will disappear from the post, and the post will be allowed to be submitted _(Not Recommended)_.
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/c/5/7/c578ea44543286a83b6607123e50b154ed55d83c.png)

Seems safer to me 🙃

As for

> [@Jagster](#):
>
> why that was disabled back then

See:

> [@Smart Punctuation without IP Symbols](https://meta.discourse.org/t/smart-punctuation-without-ip-symbols/182423):
>
> Might it be possible to tweak the current configuration settings around Markdown typographer (also known as “smart punctuation”) to enable Unicode punctuation marks, like quotation marks and dashes, but disable (c), ™, and potentially other specialized glyphs of the kind? I’m a lawyer. I advise on trademarks and copyrights all the time, including on Discourse forums. I have yet to advise anyone to revise a post to add a copyright or trademark symbol, and non-lawyers tend to massively overestima…

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [March 1, 2024, 7:42pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/9 "2024-03-01T19:42:59Z")

</div>

You may ask 🤣 But I don’t have good answers.

I didn’t remember that option first. Mainly because it is not very easygoing solution for finns, because structure of language is different and we don’t use prepositions, for example. Regex could be answer but with my skills it is synonym for hell.

Secondly, I struggled with it earlier when I tried to get micro sign, and for some reason it didn’t work too well.

And the third, the strongest point is GPT told that to me 🤣

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [March 1, 2024, 7:46pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/10 "2024-03-01T19:46:03Z")

</div>

> [@Firepup650](#):
>
> See:

Basically it was removed because how legal documents are using lists in the States. Nice.

Well, I don’t have that kind of issue, ever.

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [March 2, 2024, 6:16am UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/11 "2024-03-02T06:16:37Z")

</div>

> [@Jagster](#):
>
> > [@Firepup650](#):
> >
> > there’s ©,®, and ™ symbols on the 3rd page in Gboard on Android
> 
> Good for you 😂
> 
> Apple isn’t known to make things easier, but willing to sell way overpriced keyboard

Does Apple give you an option to save premade messages that are inserts le like a canned reply?

I used this long ago in Android to copy an emoji not available on my emoji set.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [March 2, 2024, 6:52am UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/12 "2024-03-02T06:52:46Z")

</div>

this symbol is copyright ©️

> **iphone emoji works, in light mode at least**
>
> ![The image shows a screenshot of a text editor within a web browser on a mobile device, with a portion of text highlighted by a red arrow pointing to a corresponding copyright symbol in an emoji selection panel. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/5/a/2/5a2dfa2da9a9ab83864ac18c4884fd880894bd93.jpeg)

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [March 2, 2024, 8:54am UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/13 "2024-03-02T08:54:37Z")

</div>

> [@Jagster](#):
>
> Well, we have this © but is not same, not even close

😏

Sure. If one would use emoji-type sign it can be done that way. But it is ugly and, excuse me, looks very… amateurish, even childish (sure, it is used that way quite often, that is true too).

But for me that question is more academic now because

- we don’t use US-style paragraps like (a) ever-never, we know numbers 🤣 like 1.1. Or even 1.1.1
- no one said my AI-generated script will break things

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [March 2, 2024, 1:57pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/14 "2024-03-02T13:57:11Z")

</div>

> [@Arkshine](#):
>
> The copyright and section sign symbols have been explicitly disabled;

Maybe the description of `enable markdown typographer` should be changed then. (c) is still mentioned there.

 ![The image shows a software or web interface option labeled "enable markdown typographer," which is checked to "Use typography rules to improve readability of text: replace straight quotes with curly quotes, (c) (tm) with symbols, -- with emdash," etc. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/c/2/3/c2328b0545c93595f9226d889751790a98e53ea3.jpeg)

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [March 2, 2024, 1:58pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/15 "2024-03-02T13:58:35Z")

</div>

Good catch 👍

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [March 2, 2024, 5:03pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/21 "2024-03-02T17:03:04Z")

</div>

btw, the html `&copy;` © seems to work just fine.

I think for most symbols [the html number or entity syntax](https://www.w3schools.com/html/html_symbols.asp) works…

for example for © you can also do both `&copy;` and `&#169;`

you can do things like:  
π `&pi;` ⚽ `&#9917;`☯ `&#9775;` ♬ `&#9836;` ♫ `&#9835;`  
❌ `&#10060;` ⛳ `&#9971;`

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [March 2, 2024, 6:01pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/22 "2024-03-02T18:01:52Z")

</div>

That makes life much easier. But I’m totally sure (meaning I’m quite sure, or at least resonable sure, or almost, it didn’t work earlier at some point but was cleaned away and that’s why I did not use it).

Edit:

And now I remeber why I didn’t want to us it. I can use those µ as a micro sign, but my users can’t. And if I put (c) as watched word that should replace by `&copy;` I don’t get © but… `&copy;` and that comes how watched words works, I was told.

But sure. That is one solution.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [March 3, 2024, 11:48am UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/23 "2024-03-03T11:48:29Z")

</div>

Yes, nice catch. 🙂 I just merged a PR to remove the (c) from the setting description.

[https://github.com/discourse/discourse/pull/25996](https://github.com/discourse/discourse/pull/25996)

---

<div class="post-metadata">

### Author: ![fbpbdmin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fbpbdmin/32/300893_2.png) [@fbpbdmin](https://meta.discourse.org/u/fbpbdmin)
#### Post date: [March 3, 2024, 9:48pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/24 "2024-03-03T21:48:50Z")

</div>

> [@Lilly](#):
>
> btw, the html `&copy;` © seems to work just fine.

Thanks @Lilly

How to make the copyright symbol elevated to the upper corner, as ™ , if possible…

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [March 3, 2024, 9:50pm UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/25 "2024-03-03T21:50:45Z")

</div>

like this - copyright ©

`copyright <sup>&copy;</sup>`

[Next page](https://meta.discourse.org/t/insert-copyright-symbol/297493.md?page=2)
