Hacker News new | ask | show | jobs
by geekodour 683 days ago
last line unclear ⬛ an example would be great!
2 comments

I read that as the puppy emoji escapes itself as two characters print a single character, similar to \ in python strings using \\ to print \
Think backlashes in shell. \$ is just $, \\$ is literal ‘\$’