About vi editor

How can ` character be printed on vi editor ?

empl_id=`echo $line | awk ' { print $1; } '`

What? Don't understand what you're looking for.

If you're in vi, just press the ` key. If you're talking about printing it to the screen with echo, try escaping it like this:

echo "\`"