http://www.perlmonks.org?node_id=844533

kalyanrajsista has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks

I'm trying to print a string in my PDF along with a Unicode character like below

use strict; # sample string to be printed in PDF my $string = 'Number' . ' N with degree above';

How can I achieve this task.

Many Thanks