Hi madhav23,
I am using a font file named "C39HALF.TTF" for my bar-codes on a set of logistics reports.
You can make most text data appear in a bar-code as long as you have the "start-bit" and "stop-bit", which crystalreporting has refered to above as termination character).
I have successfully used the asterisk (*) character in my reports. To accomplish this you need to create a formula field which concatenates an asterisk before and after the data-value. Then when you insert this formula field, you set the field's font name to the "3 of 9 Barcode" font in your drop-down font listing (assuming you added the font file to your relevant systems' font folder earlier).
You may additionally play around with different font-size, character-spacing and alignment to get optimum results for your purpose. Also remember to check that your barcode-scanner can actually read the printed barcode.
HTH.
cheers,
DataLWalker