Tiny-Talk Core Constants The 50 emojis that make universal communication possible.
# === PEOPLE ===
'PERSON': 'π€', # Generic person
'MAN': 'π¨', # Male
'WOMAN': 'π©', # Female
'CHILD': 'πΆ', # Child/baby
'GROUP': 'π₯', # Multiple people
# === ACTIONS ===
'GO': 'β‘οΈ', # Move forward
'COME': 'β¬
οΈ', # Move toward
'UP': 'β¬οΈ', # Increase/ascend
'DOWN': 'β¬οΈ', # Decrease/descend
'TURN': 'π', # Change/transform
# === OBJECTS ===
'THING': 'π¦', # Generic object
'HOME': 'π ', # House/building
'VEHICLE': 'π', # Car/transport
'BOOK': 'π', # Knowledge/document
'TOOL': 'π§', # Tool/make/do
# === NATURE ===
'SUN': 'βοΈ', # Sun/day
'MOON': 'π', # Moon/night
'EARTH': 'π', # World/ground
'TREE': 'π³', # Plant/growth
'WATER': 'π§', # Water/liquid
'FIRE': 'π₯', # Fire/heat
# === CONCEPTS ===
'HEART': 'β€οΈ', # Love/emotion
'EYE': 'ποΈ', # See/observe
'HAND': 'β', # Take/give/touch
'BRAIN': 'π§ ', # Think/know
'MOUTH': 'π£οΈ', # Speak/say
# === SYMBOLS ===
'YES': 'β
', # Positive/true
'NO': 'β', # Negative/false
'QUESTION': 'β', # Ask/inquire
'IMPORTANT': 'β',# Emphasis
'AND': 'β', # Addition/also
'LESS': 'β', # Subtraction
'EQUAL': 'π°', # Same/is
'TARGET': 'π―', # For/purpose
'PLACE': 'π', # Location/at
'TIME': 'β°', # Time/when
'IDEA': 'π‘', # Thought/light
'VICTORY': 'π', # Win/success
# === MODIFIERS ===
'NAME': 'β¨', # Proper name marker
'INTENSE': 'βΌοΈ', # Very/much
'PAST': 'βͺ', # Before/was
'FUTURE': 'β©', # Will/soon
'NOW': 'β±οΈ', # Current/present
'REPEAT': 'π', # Again/also
'DIFFERENT': 'π',# Other/change
# === SPECIAL ===
'GREET': 'π', # Hello/goodbye
'CELEBRATE': 'π',# Happy/party
'SAD': 'π', # Sad/broken
'HELP': 'π', # Need/assist
'DANGER': 'β οΈ', # Warning/danger
'steven': ['π', 'β¨'], # Crown
'stephen': ['π', 'β¨'], # Crown
'steve': ['π'], # Crown (short)
'david': ['β€οΈ', 'β¨'], # Beloved
'john': ['π', 'β¨'], # God is gracious
'michael': ['πΌ', 'β¨'], # Who is like God?
'sarah': ['πΈ', 'β¨'], # Princess
'mary': ['πΉ', 'β¨'], # Bitter/sea of sorrow
'james': ['β', 'β¨'], # Supplanter
'robert': ['π', 'π'], # Bright fame
'jennifer': ['π', 'β¨'], # Fair one
'william': ['π‘οΈ', 'β¨'], # Resolute protector
'elizabeth': ['π€²', 'β¨'], # God is my oath
'london': ['π', 'π'], # Bridge + river
'paris': ['πΌ', 'β€οΈ'], # Tower + love
# Concrete nouns
'man': 'π¨',
'woman': 'π©',
'child': 'πΆ',
'house': 'π ',
'car': 'π',
'book': 'π',
'water': 'π§',
'fire': 'π₯',
'sun': 'βοΈ',
'moon': 'π',
'tree': 'π³',
# Verbs
'see': 'ποΈβ‘οΈ',
'go': 'β‘οΈ',
'come': 'β¬
οΈ',
'eat': 'ππ',
'drink': 'ππ§',
'love': 'β€οΈβ¨',
'think': 'π§ π',
'know': 'π§ β
',
# Function words
'the': '',
'a': '',
'and': 'β',
'but': 'π',
'or': 'π€',
'for': 'π―',
# Pronouns
'i': 'π',
'you': 'π',
'he': 'π¨',
'she': 'π©',
'we': 'π₯',
# Question words
'what': 'β',
'who': 'π€β',
'where': 'πβ',
# Greetings
'hello': 'π',
'hi': 'π',
'thank': 'π',