It means there is a glitch in the matrix - agents are coming!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ perl -le 'print "\x{2603}"'; | |
Wide character in print at -e line 1. | |
☃ | |
$ perl -CSDL -le 'print "\x{2603}"'; | |
☃ |