We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8431b9c commit bd41740Copy full SHA for bd41740
src/textual/_slug.py
@@ -34,10 +34,10 @@
34
r"\U000024C2-\U0001F251"
35
r"\U00002702-\U000027B0"
36
r"\U0001F1E0-\U0001F1FF"
37
- r"\U0001F300-\U0001F5FF"
38
- r"\U0001F600-\U0001F64F"
39
- r"\U0001F680-\U0001F6FF"
40
- r"\U0001F900-\U0001f9FF"
+ r"\U0001F300-\U0001F5FF" # Miscellaneous Symbols And Pictographs
+ r"\U0001F600-\U0001F64F" # Emoticons
+ r"\U0001F680-\U0001F6FF" # Transport and Map Symbols
+ r"\U0001F900-\U0001F9FF" # Supplemental Symbols and Pictographs
41
r"\u200D"
42
r"\u2640-\u2642"
43
)
0 commit comments