how to print a backquote in csh

A quick question.

Can anyone tell me how to print a backquote character to a file in csh.

e.g. I need to print the below line to a file in csh. How to do it. Thanks.

`uuencode something something`

echo \`uuencode something something\` > outfile