More #Perl6 #Unicode say "⁂".uniname; # It will print "ASTERISM" say "\c[SKULL]"; # It will print "💀" say "\x263a"; # ☺ prints Smiling Face