#Perl one-liner that converts unicode code points to characters: $ perl -CS -l ...

... -e 'print (map {chr int hex} @ARGV)' 3c0

π

$ perl -CS -l -e 'print (map {chr int hex} @ARGV)' 3c0 3c0 3c0

πππ


H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center