Copyleft symbol

Evhz picture Evhz · May 7, 2016 · Viewed 10.8k times · Source

Is there any easy way to print the copyleft symbol?

enter image description here

https://en.wikipedia.org/wiki/Copyleft

For example as simple as:
© ©

It might be:
&anticopy &anticopy;

Answer

Marcos Pérez Gude picture Marcos Pérez Gude · May 7, 2016

What about some CSS ?

.copyleft {
  display:inline-block;
  transform: rotate(180deg);
}
<span class="copyleft">&copy;</span>