Hugging Face Easter Egg
by John from John D. Cook on (#785GG)
NVIDIA has offered to buy Hugging Face for $12,930,300,000.
129303 is the Unicode code point for the Hugging Face emoj (U+1F917), which you can verify with the following Python code.
>>> import unicodedata>>> 129303 == 0x1F917True>>> unicodedata.name(chr(0x1F917))'HUGGING FACE'

- Prevent characters from displaying as emoji
- Unicode, Tolkien, and Privacy
- Unicode surrogates
- Making flags in Unicode