Bugfix/remove emojis from print (#42091)
* Removed initial batch of emojis from strings and print statements.
* Removed many of the emojis that are printed to the client.
* Removed the Hugging Face emoji from the arg-parse help descriptions.
* Removed even more emojis.
* Used cursor to do a pass on top of my manual pass to remove run-time emojis. I did a manual verification of the results.
* Reverting some changes that were not necessary.
* Used ruff to format files.