How do I run streamlit with emojis in the file name

I was trying to learn multiple pages and following the documentation until I came across this

I understand that you can use emojis in the filename, but how would I run the β€œ0_πŸ‘‹_Hello.py” in bash? It seems that all the emojis I type is replaced with an underscore

Rely on tab completion or create a simple run.sh file containing streamlit run 0_πŸ‘‹_Hello.py and run it with sh run.sh.

It’s hard to express how much I hate emojis in code. I’ve started using st-pages instead of the default multipages and emoji.emojize to use shortcodes everywhere.