Using Named Unicode Chars
AUTHOR
stmuk
#!/usr/bin/env raku
use v6;
say "\c[REGISTERED SIGN]";
# POUTING CAT FACE
"\x1f63E".say;
"\x1f63E".uniname.say;
# vim: expandtab shiftwidth=4 ft=perl6
stmuk
#!/usr/bin/env raku
use v6;
say "\c[REGISTERED SIGN]";
# POUTING CAT FACE
"\x1f63E".say;
"\x1f63E".uniname.say;
# vim: expandtab shiftwidth=4 ft=perl6
The Camelia image is copyright 2009 by Larry Wall. "Raku" is a trademark of the Yet Another Society. All rights reserved.
Built with Podlite ā the markup and publishing tools behind this site.