To insert a copyright symbol in HTML, there is no key in the keyboard that can insert the symbol directly.
So you need to use HTML entity © or manually code it in HTML.
Copyright symbol code: ©
Example:
<h6>Using HTML entity: ©<h6>
<h6>Using HTML code: ©<h6>