A fun quirk of modern languages is variable names aren’t restricted to ASCII. Most compilers won’t let you use emojis as identifiers in C++, but we *can* be pretty funny (notice cout). A legitimate use case is replicating scientific paper notation in code.
See Tweet