Skip to content
Theme

Hugging Face Easter Egg

John · John D. Cook | Applied Mathematics Consulting · September 3, 2026

1 min read Original article ↗

Posted on 3 September 2026 by John

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 == 0x1F917
True
>>> unicodedata.name(chr(0x1F917))
'HUGGING FACE'

Hugging Face emoji

Related posts

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

Post navigation

Previous PostNew RSA number factored

Next PostComputing a lower bound on matrix rank