in reply to Adding Copyright (C) symbol to an image using Image::Magick
perl -e "$text=chr(0xa9); print $text" [download]
perl -e "$text=chr(hex(0xa9)); print $text" [download]