Computation Emoji Combos

Copy & Paste Computation Emojis & Symbols C ++💻⚙️</> | 𝞹✖️➗➕➖🟰ℼ | 👨🏾‍💻🖥⌨️🖱️💻🎧🖥️🎮

Related Text & Emojis

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⣀⣀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⣀⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⣀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⣠⣾⣿⡿⠟⠋⠁⣀⣤⣤⣤⣤⣀⠈⠙⠻⢿⣿⣷⣄⠀⠀⠀⠀ ⠀⠀⢠⣾⣿⡿⠋⠀⠀⢀⣾⣿⡿⠿⠿⢿⣿⣷⡀⠀⠀⠙⢿⣿⣷⡄⠀⠀ ⠀⢠⣿⣿⠏⠀⠀⠀⠀⣿⣿⡟⠀⠀⠀⠀⢻⣿⣿⠀⠀⠀⠀⠹⣿⣿⡄⠀ ⢠⣿⣿⠏⠀⠀⠀⠀⠀⠛⠛⠃⠀⠀⠀⠀⠘⠛⠛⠀⠀⠀⠀⠀⠹⣿⣿⡄ ⢸⣿⣿⠀⠀⠀⢠⣶⢶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⡄⠀⠀⠀⣿⣿⡇ ⢸⣿⣿⠀⠀⠀⢸⡇⠀⣿⣿⣿⠋⠀⠀⠙⣿⣿⣿⣿⣿⡇⠀⠀⠀⣿⣿⡇ ⢸⣿⣿⠀⠀⠀⢸⡇⠀⣿⣿⣿⡀⠀⠀⢀⣿⣿⣿⣿⣿⡇⠀⠀⠀⣿⣿⡇ ⠘⣿⣿⣆⠀⠀⢸⡇⠀⣿⣿⣿⡇⠀⠀⢸⣿⣿⣿⣿⣿⡇⠀⠀⣰⣿⣿⠃ ⠀⠘⣿⣿⣆⠀⢸⣧⣠⣿⣿⣿⣿⣄⣠⣿⣿⣿⣿⣿⣿⡇⠀⣰⣿⣿⠃⠀ ⠀⠀⠘⢿⣿⣷⣄⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⣠⣾⣿⡿⠃⠀⠀ ⠀⠀⠀⠀⠙⢿⣿⣷⣦⣄⡀⠀⠀⠀⠀⠀⠀⢀⣠⣴⣾⣿⡿⠋⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠉⠛⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⠉⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠉⠉⠉⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
😁😁😁😁
deeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee #include <stdio.h> /* Function to remove a word from a sentence */ char *remove_word(char *s1, const char *s2) { if (*s2 != '\0') { char *dst, *src, *p; const char *q; dst = src = s1; while (*src != '\0') { for (p = src, q = s2; *q != '\0' && *p == *q; p++, q++) continue; if (*q == '\0') { src = p; /* the word was found, skip it */ } else { *dst++ = *src++; /* otherwise, copy this character */ } } *dst = '\0'; /* put the null terminator if the string was shortened */ } return s1; } char *input(char buf[], size_t size) { size_t i; if (!fgets(buf, size, stdin)) return NULL; for (i = 0; buf[i]; i++) { if (buf[i] == '\n') { buf[i] = '\0'; break; } } return buf; }
⚛✴°。🕮⋆⸜✮
🧑‍💻🤖
➕ ✖️️ ➖ ➗👨‍🏫📐🧪👨🏼‍💻🧑🏿‍🔬👨🏻‍🔬☣☀️
(BIG filled circle and filled rectangle that stacked) (alphabet) A ●▬  B ▬●●●  C ▬●▬●  D ▬●●  E ●  F ●●▬●  G ▬▬●  H ●●●●  I ●●  J ●▬▬▬  K ▬●▬  L ●▬●●  M ▬▬  N ▬●  O ▬▬▬  P ●▬▬●  Q ▬▬●▬  R ●▬●  S ●●●  T ▬  U ●●▬  V ●●●▬  W ●▬▬  X ▬●●▬  Y ▬●▬▬  Z ▬▬●●  (Numbers) 1 ●▬▬▬▬  2 ●●▬▬▬  3 ●●●▬▬  4 ●●●●▬  5 ●●●●●  6 ▬●●●●  7 ▬▬●●●  8 ▬▬▬●●  9 ▬▬▬▬●  0 ▬▬▬▬▬  (punctuation) (comma] , ▬▬●●▬▬  [question mark] ? ●●▬▬●●  [exclamation mark] ! ▬●▬●▬▬  [full stop],[period],[dot] . ●▬●▬●▬  [apostrophe] ' ●●▬▬●●  [semicolon] ; ▬●▬●▬●  [colon] : ▬▬▬●●●  [multiplication] x ▬●●▬  [plus] + ●▬●▬●  [hyphen minus/dash] - ▬●●●●▬  [slash] / ▬●●▬●  [equal] = ▬●●●▬  [at] @ ●▬▬●▬●  [dollar] $ ●●●▬●▬● [under score] _ ●●▬▬●▬  [ampersand] & ●▬●●●  [open parenthesis] ( ▬●▬▬●  [close parenthesis] ) ▬●▬▬●▬  [quotation] ❝/❞/❜/❛/‘/’/‛/″/′/ˊ/`/“/”/" ●▬●●▬●  (Prosigns) end of work ●●●▬●▬  error ●●●●●●●●  invitation to transmit ▬●▬  staring signal ▬●▬●▬  new page ●▬●▬●  understood ●●●▬●  wait ●▬●●●  (Filled circle and filled rectangle that doesn't stack) (alphabet) A ⬤▰  B ▰⬤⬤⬤  C ▰⬤▰⬤  D ▰⬤⬤  E ⬤  F ⬤⬤▰⬤  G ▰▰⬤  H ⬤⬤⬤⬤  I ⬤⬤  J ⬤▰▰▰  K ▰⬤▰  L ⬤▰⬤⬤  M ▰▰  N ▰⬤  O ▰▰▰  P ⬤▰▰⬤  Q ▰▰⬤▰  R ⬤▰⬤  S ⬤⬤⬤  T ▰  U ⬤⬤▰  V ⬤⬤⬤▰  W ⬤▰▰  X ▰⬤⬤▰  Y ▰⬤▰▰  Z ▰▰⬤⬤  (Numbers) 1 ⬤▰▰▰▰  2 ⬤⬤▰▰▰  3 ⬤⬤⬤▰▰  4 ⬤⬤⬤⬤▰  5 ⬤⬤⬤⬤⬤  6 ▰⬤⬤⬤⬤  7 ▰▰⬤⬤⬤  8 ▰▰▰⬤⬤  9 ▰▰▰▰⬤  0 ▰▰▰▰▰  (punctuation) (comma] , ▰▰⬤⬤▰▰  [question mark] ? ⬤⬤▰▰⬤⬤  [exclamation mark] ! ▰⬤▰⬤▰▰  [full stop],[period] . ⬤▰⬤▰⬤▰  [apostrophe] ' ⬤⬤▰▰⬤⬤  [semicolon] ; ▰⬤▰⬤▰⬤  [colon] : ▰▰▰⬤⬤⬤  [multiplication] x ▰⬤⬤▰  [plus] + ⬤▰⬤▰⬤  [minus/dash] - ▰⬤⬤⬤⬤▰  [slash] / ▰⬤⬤▰⬤  [equal] = ▰⬤⬤⬤▰  [at] @ ⬤▰▰⬤▰⬤  [dollar] $ ⬤⬤⬤▰⬤▰⬤ [under score] _ ⬤⬤▰▰⬤▰  [ampersand] & ⬤▰⬤⬤⬤  [open parenthesis] ( ▰⬤▰▰⬤  [close parenthesis] ) ▰⬤▰▰⬤▰  [quotation] ❝/❞/❜/❛/‘/’/‛/″/′/ˊ/`/“/”/" ⬤▰⬤⬤▰⬤  (Prosigns) end of work ⬤⬤⬤▰⬤▰  error ⬤⬤⬤⬤⬤⬤⬤⬤  invitation to transmit ▰⬤▰  staring signal ▰⬤▰⬤▰  new page ⬤▰⬤▰⬤  understood ⬤⬤⬤▰⬤  wait ⬤▰⬤⬤⬤  (Tiny filled circle and rectangle) (alphabet) A •–  B –•••  C –•–•  D –••  E •  F ••–•  G ––•  H ••••  I ••  J •–––  K –•–  L •–••  M ––  N –•  O –––  P •––•  Q ––•–  R •–•  S •••  T –  U ••–  V •••–  W •––  X –••–  Y –•––  Z ––••  (Numbers) 1 •––––  2 ••–––  3 •••––  4 ••••–  5 •••••  6 –••••  7 ––•••  8 –––••  9 ––––•  0 –––––  (punctuation) (comma] , ––••––  [question mark] ? ••––••  [exclamation mark] ! –•–•––  [full stop],[period] . •–•–•–  [apostrophe] ' ••––••  [semicolon] ; –•–•–•  [colon] : –––•••  [multiplication] x –••–  [plus] + •–•–•  [hyphen minus/dash] - –••••–  [slash] / –••–•  [equal] = –•••–  [at] @ •––•–•  [dollar] $ •••–•–• [under score] _ ••––•–  [ampersand] & •–•••  [open parenthesis] ( –•––•  [close parenthesis] ) –•––•–  [quotation] ❝/❞/❜/❛/‘/’/‛/″/′/ˊ/`/“/”/" •–••–•  (Prosigns) end of work •••–•–  error ••••••••  invitation to transmit –•–  staring signal –•–•–  new page •–•–•  understood •••–•  wait •–•••  (Tiny filled circle but rectangle is little bit long) (alphabet) A •─  B ─•••  C ─•─•  D ─••  E •  F ••─•  G ──•  H ••••  I ••  J •───  K ─•─  L •─••  M ──  N ─•  O ───  P •──•  Q ──•─  R •─•  S •••  T ─  U ••─  V •••─  W •──  X ─••─  Y ─•──  Z ──••  (Numbers) 1 •────  2 ••───  3 •••──  4 ••••─  5 •••••  6 ─••••  7 ──•••  8 ───••  9 ────•  0 ─────  (punctuation) (comma] , ──••──  [question mark] ? ••──••  [exclamation mark] ! ─•─•──  [full stop],[period] . •─•─•─  [apostrophe] ' ••──••  [semicolon] ; ─•─•─•  [colon] : ───•••  [multiplication] x ─••─  [plus] + •─•─•  [hyphen minus/dash] - ─••••─  [slash] / ─••─•  [equal] = ─•••─  [at] @ •──•─•  [dollar] $ •••─•─• [under score] _ ••──•─  [ampersand] & •─•••  [open parenthesis] ( ─•──•  [close parenthesis] ) ─•──•─  [quotation] ❝/❞/❜/❛/‘/’/‛/″/′/ˊ/`/“/”/" •─••─•  (Prosigns) end of work •••─•─  error ••••••••  invitation to transmit ─•─  staring signal ─•─•─  new page •─•─•  understood •••─•  wait •─•••  (Tiny filled circle but rectangle is very long) (Alphabets) A •⸻  B ⸻•••  C ⸻•⸻•  D ⸻••  E •  F ••⸻•  G ⸻⸻•  H ••••  I ••  J •⸻⸻⸻  K ⸻•⸻  L •⸻••  M ⸻⸻  N ⸻•  O ⸻⸻⸻  P •⸻⸻•  Q ⸻⸻•⸻  R •⸻•  S •••  T ⸻  U ••⸻  V •••⸻  W •⸻⸻  X ⸻••⸻  Y ⸻•⸻⸻  Z ⸻⸻••  (Numbers) 1 •⸻⸻⸻⸻  2 ••⸻⸻⸻  3 •••⸻⸻  4 ••••⸻  5 •••••  6 ⸻••••  7 ⸻⸻•••  8 ⸻⸻⸻••  9 ⸻⸻⸻⸻•  0 ⸻⸻⸻⸻⸻  (Special symbols) ? ••⸻⸻••  ! ⸻•⸻•⸻⸻  • or . •⸻•⸻•⸻  ' ⸻⸻••⸻⸻  ; ⸻•⸻•⸻•  : ⸻⸻⸻••  + •⸻•⸻•  - ⸻••••⸻  / ⸻••⸻•  = ⸻•••⸻  (emoji circle and rectangle) (alphabet) A ⚫️➖  B ➖⚫️⚫️⚫️  C ➖⚫️➖⚫️  D ➖⚫️⚫️  E ⚫️  F ⚫️⚫️➖⚫️  G ➖➖⚫️  H ⚫️⚫️⚫️⚫️  I ⚫️⚫️  J ⚫️➖➖➖  K ➖⚫️➖  L ⚫️➖⚫️⚫️  M ➖➖  N ➖⚫️  O ➖➖➖  P ⚫️➖➖⚫️  Q ➖➖⚫️➖  R ⚫️➖⚫️  S ⚫️⚫️⚫️  T ➖  U ⚫️⚫️➖  V ⚫️⚫️⚫️➖  W ⚫️➖➖  X ➖⚫️⚫️➖  Y ➖⚫️➖➖  Z ➖➖⚫️⚫️  (Numbers) 1 ⚫️➖➖➖➖  2 ⚫️⚫️➖➖➖  3 ⚫️⚫️⚫️➖➖  4 ⚫️⚫️⚫️⚫️➖  5 ⚫️⚫️⚫️⚫️⚫️  6 ➖⚫️⚫️⚫️⚫️  7 ➖➖⚫️⚫️⚫️  8 ➖➖➖⚫️⚫️  9 ➖➖➖➖⚫️  0 ➖➖➖➖➖  (punctuation) (comma] , ➖➖⚫️⚫️➖➖  [question mark] ? ⚫️⚫️➖➖⚫️⚫️  [exclamation mark] ! ➖⚫️➖⚫️➖➖  [full stop],[period] . ⚫️➖⚫️➖⚫️➖  [apostrophe] ' ⚫️⚫️➖➖⚫️⚫️  [semicolon] ; ➖⚫️➖⚫️➖⚫️  [colon] : ➖➖➖⚫️⚫️⚫️  [multiplication] x ➖⚫️⚫️➖  [plus] + ⚫️➖⚫️➖⚫️  [hyphen minus/dash] - ➖⚫️⚫️⚫️⚫️➖  [slash] / ➖⚫️⚫️➖⚫️  [equal] = ➖⚫️⚫️⚫️➖  [at] @ ⚫️➖➖⚫️➖⚫️  [dollar] $ ⚫️⚫️⚫️➖⚫️➖⚫️ [under score] _ ⚫️⚫️➖➖⚫️➖  [ampersand] & ⚫️➖⚫️⚫️⚫️  [open parenthesis] ( ➖⚫️➖➖⚫️  [close parenthesis] ) ➖⚫️➖➖⚫️➖  [quotation] ❝/❞/❜/❛/‘/’/‛/″/′/ˊ/`/“/”/" ⚫️➖⚫️⚫️➖⚫️  (Prosigns) end of work ⚫️⚫️⚫️➖⚫️➖  error ⚫️⚫️⚫️⚫️⚫️⚫️⚫️⚫️  invitation to transmit ➖⚫️➖  staring signal ➖⚫️➖⚫️➖  new page ⚫️➖⚫️➖⚫️  understood ⚫️⚫️⚫️➖⚫️  wait ⚫️➖⚫️⚫️⚫️  (Basic Morse code that almost everyone use) (alphabet) A .-  B -...  C -.-.  D -..  E .  F ..-.  G --.  H ....  I ..  J .---  K -.-  L .-..  M --  N -.  O ---  P .--.  Q --.-  R .-.  S ...  T -  U ..-  V ...-  W .--  X -..-  Y -.--  Z --..  (Numbers) 1 .----  2 ..---  3 ...--  4 ....-  5 .....  6 -....  7 --...  8 ---..  9 ----.  0 -----  (punctuation) (comma] , --..--  [question mark] ? ..--..  [exclamation mark] ! -.-.--  [full stop],[period] . .-.-.-  [apostrophe] ' ..--..  [semicolon] ; -.-.-.  [colon] : ---...  [multiplication] x -..-  [plus] + .-.-.  [hyphen minus/dash] - -....-  [slash] / -..-.  [equal] = -...-  [at] @ .--.-.  [dollar] $ ...-.-. [under score] _ ..--.-  [ampersand] & .-...  [open parenthesis] ( -.--.  [close parenthesis] ) -.--.-  [quotation] ❝/❞/❜/❛/‘/’/‛/″/′/ˊ/`/“/”/" .-..-.  (Prosigns) end of work ...-.-  error ........  invitation to transmit -.-  staring signal -.-.-  new page .-.-.  understood ...-.  wait .-...  here is other dot and dash ●◍◌○◙◯⚇⚆⚈⚉⚫⚬⚪⦿⨀⬤▁▂▃▔▬─═_–— Morse code is basically for people who like to put mystery message how to i use Morse? if ur using g board go to settings and find dictionary and and press + now put ur mode code for example let try a(⬤▰) on "put ur text box" put (⬤▰) same with "optional shortcut" put (a) and now if u type a in middle box u will see ⬤▰ now press it and now congratulations 1 word down 69 sextillion more to go. / in Morse mean space let try "I'm gay" ⬤⬤ ⬤⬤▰▰⬤⬤ ▰▰ / ▰▰⬤ ⬤▰ ▰⬤▰▰ but / in Morse code is different let try https://emojicombos.com/morse code ⬤⬤⬤⬤ ▰ ▰ ⬤▰▰⬤ ⬤⬤⬤ ▰▰▰⬤⬤⬤ ▰⬤⬤▰⬤ ▰⬤⬤▰⬤ ⬤ ▰▰ ▰▰▰ ⬤▰▰▰ ⬤⬤ ▰⬤▰⬤ ▰▰▰ ▰▰ ▰⬤⬤⬤ ▰▰▰ ⬤⬤⬤ ●▬●▬●▬ ▰⬤▰⬤ ▰▰▰ ▰▰ ▰⬤⬤▰⬤ ▰▰ ▰▰▰ ⬤▰⬤ ⬤⬤⬤ ⬤ / ▰⬤▰⬤ ▰▰▰ ▰⬤⬤ ⬤ normal / mean space and morse / (▰⬤⬤▰⬤) is different. if this shit doesn't help idk what to do anymore That all shit i can fucking think of get ur own fucking morse code style well ya? If I'm wrong that was not my problem is was ur job to fix it dumbass
⋆ ˚。⋆୨୧˚✎
Δ🔺𝚫𝜟𝛥🜂∆⧍△⧊ᐃⵠ▵⧋⨺ᐞ◬⍙⚠◮◭⨹Ⲇ⍋ꕔꙘ𝚲⟁
math༘⋆₊ ⊹★🔭๋࣭ ⭑⋆。˚
࿔‧ ֶָ֢˚˖𐦍˖˚ֶָ֢ ‧࿔⌬⌬⌬⌬⌬⌬
〔🅰️ ➕ 🇧〕² 🟰 🅰️² ➕ 𝟮 ✖ 🅰️🇧 ➕ 🇧²
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿ ⣿⣏⠉⠉⠉⠉⠉⢹⣉⣉⣸⣀⡊⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⠉⠉⢹⣿⣿⠿⢿⣉⣙⣍⣈⣁⣨⢹⡌⠛⠻⠙⠋⠁⠀⠀⠀⠀⠀⠀⠀⣿⣿⠿⠿⢿⠿⡿⣏⠟⠻ ⣿⣿⠀⠀⠀⠀⠀⠸⡏⠉⣹⠛⠇⢀⣠⣶⣦⣶⣤⣷⣶⣤⡙⠀⠀⢸⣿⣿⣾⣾⡿⡿⡟⢻⣿⣿⠆⠿⣿⣦⣀⡆⠀⠀⠀⠀⠀⠀⠀⠀⣿⣿⡇⡇⠢⠄⡇⣽⠀⠀ ⣿⣿⠀⠀⠀⠀⠀⢸⠓⢠⢻⡀⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣄⢸⣿⣿⣿⣿⣿⣿⠋⣸⣿⠫⣷⣽⣿⣿⣿⣿⣿⡀⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⠻⢦⣿⢿⢾⣰⡤ ⣯⠉⠀⠀⠀⠀⠀⢨⢦⣜⣸⠀⣼⣿⣿⣿⣿⣿⣿⣷⠀⠉⢻⣿⣿⣿⣿⣿⣿⡀⢹⣺⣿⣷⣿⠿⣟⠉⠛⣿⣿⡿⡇⠀⠀⠀⠀⠀⠀⠀⣿⣿⠟⠀⠈⢹⢾⣿⢿⣿ ⠾⠂⠀⠀⠀⠀⠀⢸⠈⠉⣽⢿⣿⣿⡟⢙⠙⢟⠏⠁⠀⠤⡄⣿⣿⣿⣿⣿⣿⣿⣿⡿⣏⣥⣄⠀⠙⠻⣴⠮⢾⣿⡇⠀⡀⠀⠀⠀⠀⠀⣿⣿⣿⡿⢲⡶⠈⠠⠄⢸ ⣤⡀⢸⡄⠀⠀⠀⢸⠈⠀⣿⠈⣿⣿⡿⡈⠃⠀⠀⠀⠀⠛⠈⢿⣿⣿⣿⣿⣿⣿⣿⡇⡟⠀⠛⠀⠀⠀⠃⠼⢢⣿⣿⡌⠀⢂⠀⠀⠀⠀⣿⠛⠀⠀⠈⠑⢀⢀⠤⠀ ⠟⢠⢻⣇⣀⠀⠀⢸⡝⣦⣏⠲⢿⡿⠃⠀⢡⢂⠀⢀⠀⣤⣵⣼⣿⣿⡍⢿⠛⠿⠿⠟⠃⡗⠳⠀⠀⠀⠀⡽⠃⢹⢿⠁⠀⢀⡠⠆⠅⢀⠃⠀⠀⠀⠀⠀⠀⠊⠀⠀ ⠀⠈⠉⠁⢹⡆⠀⢸⣧⡇⠈⠆⢀⡇⠀⠀⠸⣿⣦⣗⣸⢩⠜⣿⣿⣿⣷⢸⠀⠀⠀⠠⡠⠽⡍⠑⠀⠀⠀⢽⢀⠎⣾⢴⠚⠡⠀⢀⠀⠈⠠⠀⠀⢀⣀⡀⠄⢢⡄⢀ ⠀⠀⣀⡀⠘⣀⠤⠊⠀⠀⠀⠀⢄⠺⡀⠀⠀⠦⣻⣿⣿⣾⠀⠻⣿⣿⣿⣾⡆⠀⣂⠜⠙⠳⣴⣶⣶⣴⣦⡄⠚⡸⠁⡘⠓⠊⠀⠀⡄⠆⠀⠀⠀⡓⠒⠀⠈⡸⠑⠀ ⠀⠀⠀⠀⢰⣷⣭⣻⣦⡀⣀⣴⣾⣷⣴⣤⠀⢀⣽⣁⢙⣷⣦⡤⠼⢍⠝⢃⠀⢀⡊⠀⠀⠀⠈⠳⣿⣣⡼⠀⢰⢃⡤⠃⠀⠀⠀⢸⠀⠀⢀⠀⠀⠀⠀⢀⣀⠇⠀⠀ ⠀⠤⠶⠖⣿⣿⣿⣿⣿⣿⣎⣿⣿⣿⣿⣾⡟⢹⣿⣿⣿⣿⣷⡇⢀⢒⡩⠬⡢⣤⢁⠀⠀⠀⠀⠀⢈⠿⣆⠀⡿⠹⠁⠀⠀⠀⠀⠊⠀⢀⠋⠀⠂⠀⠙⠿⡛⡀⠀⠀ ⠄⡐⠲⢴⣿⣿⣿⣿⣿⣿⣿⡄⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⣧⢔⠴⠒⠚⠊⣷⡉⠆⠀⠀⠀⠀⠀⠠⠈⢳⠀⠇⠀⠀⢠⢺⣆⠰⡀⠀⠀⢀⠤⠐⣀⠀⠈⠃⠀⠀ ⠁⠙⠀⠙⣿⣿⣿⣿⣿⣿⡷⣱⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⠉⠉⢠⣿⣿⠤⠄⠀⠀⠀⠀⠀⠑⠘⣇⢰⠀⠀⠈⠀⢂⠀⢧⣴⠞⠂⠈⠁⠀⠄⡂⠀⠀⠀ ⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣯⠓⣲⣿⣷⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⣏⢞⡆⠀⠀⠀⠀⠀⠘⣷⠄⠀⢀⢴⠞⠈⡀⠀⠀⠀ ⠀⠀⠀⠀⣿⣿⣿⣿⣷⣒⣉⡛⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⠳⣿⣿⣿⣷⣦⣄⡀⠀⠀⠀⠀⠈⠀⠁⠀⠀⠀⠀⠀⠀⢹⡄⡴⡷⠁⠀⡔⢈⢢⠀⠀ ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
🌐✴📀☢️ReboundCheats.org
────୨ৎ──── 𝐉ⱺ𝗂𐓣 ꭑ𝗒 ᑯ𝗂𝗌𝖼ⱺ𝗋ᑯ 𝗌𝖾𝗋𝗏𝖾𝗋! :3; https://discord.gg/gC9wyYYFxQ ᡣ𐭩 •。ꪆৎ ˚⋅ ╱|、 (˚ˎ 。7 |、˜〵 !! じしˍ,)ノ✨
▌│█║▌║▌║
HELP I- 😭 I WORE A PENCIL SKIRT TODAY AND ALL THE BOYS SCREAMED "WOW HOURGLASS" AND THEN I INTRODUCED MYSELF (i have a mommy voice btw)AND THEY ALL HAD NOSEBLEEDS
coq🪼⋆.ೃ࿔*:⋆。‧˚ʚ🧸ɞ˚‧。⋆
✖️➗➕➖🟰
🌐☢️👁️
ˎˊ˗⋆。°✩📄༘⋆₊ ⊹★🔭๋࣭ ⭑⋆。˚
hey guys jannah here so uh pls give me tips to study math integers its hard asf ik it might be easy for yall cuz maybe ur all NOT in the same grade as me. so if you have an idea pls put the tag: easyway2studyintegers
E=mc2📚📐📏✎
⋆˖⁺‧₊☽◯☾₊‧⁺˖⋆ֶָ֢⊹𐙚☼
⤿ ₊⊹ En los cuentos de hadas uno hace lo que quiere, y en la realidad uno hace lo que puede.。𖦹°‧
a+b)^n=∑_(k=0)^n ▒(n¦k)a^k b^(n-k)1/2π ∫_0^2π ▒ⅆθ/(a+b sin θ)=1/√(a^2-b^2)lim_(n→∞)⁡〖(1+1/n)^n〗=ex=(-b±√(b^2-4ac))/2a
MATH ∞︎︎+ ∞︎︎= ??π-ˋˏ✄┈┈┈┈ 𐙚 𐙚 ᰔ 💗 ⚕
❤️⃤ ⃤⃤⃤⃤⃤⃤⃤⃤⃤⃤⃤
➕➖🟰➗✖️🎸👨‍🦰🧸
₊ ⊹ . ݁˖ . ݁ <𝟑.𖥔 ݁ ˖
⠀⠀⠀⠀⠀⠐⠀⠂⠀⠀⠀⠀⠀⠀⢀⠀⡀⠀⠀⢀⠔⢮⣙⣗⣄⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⢘⠮⠘⠻⠖⣔⢇⣼⠻⣿⣆⢋⢵⡀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠌⠹⠀⠀⠀⠥⠄⠅⢢⠦⣟⠗⠠⣾⣇⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠗⣁⣄⡀⣀⠤⠪⣠⣟⡎⠩⢸⣻⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢳⣄⣲⢾⣹⢚⡴⣵⣿⡿⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡤⣖⣿⢿⢟⢛⡼⣛⣾⣵⣿⠇⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⢺⣭⡗⢭⣈⣵⠫⠅⣭⡏⢸⠙⣿⡀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⢴⢳⢻⢶⣾⡫⢏⣫⡷⣿⢣⡼⢓⣦⡨⢻⣆⠀⠀ ⡠⡪⠍⢨⠷⢤⡤⢐⠤⠚⣫⣷⣿⡙⢓⡸⣻⣋⣯⣤⣾⣉⣴⣿⡟⠻⡿⠟⣢⣄ ⠻⣄⡀⣀⣀⣠⡅⠃⡀⢀⠀⠐⠉⠙⠑⢲⣶⢿⠫⠖⢶⢶⣿⡋⠁⠈⠉⠈⠐⠛ ⠀⠀⠙⠋⠉⢉⣿⢿⢿⡶⠾⣷⠽⣠⠁⣈⣿⣶⣷⣧⡔⣁⣠⣉⡄⠀⠀⠀⠀⠀ ⠀⠀⣀⢀⡤⣾⢗⠕⠁⣐⠤⠉⡴⢚⡯⡻⠙⠉⠉⠸⠁⣀⣹⠟⠀⠀⠀⠀⠀⠀ ⠀⣰⡓⠑⢯⣼⢲⣖⡫⣵⠧⠾⠾⠛⠋⠀⠀⠀⡠⠇⠸⡿⡗⣀⠀⠀⠀⠀⠀⠀ ⠀⠘⠛⠋⠛⠂⠉⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠘⠓⠺⣤⠛⢺⣿⠅⠀⠀⠀⠀⠀
• 「📝」. . ┆ ησяα ιѕ тєα¢нιηg !┆ . . 『☕』• :: . .ˊ ѕнє'∂ `. . :: • . .
👨‍💻💻🤖🎓🧠👾
⬛⬛⬛⬛⬛⬛⬛⬜⬜⬜⬛⬜⬜⬛⬛⬛⬛⬜⬛⬛⬛⬛⬛⬛⬛ ⬛⬜⬜⬜⬜⬜⬛⬜⬜⬛⬛⬛⬛⬜⬛⬜⬛⬜⬛⬜⬜⬜⬜⬜⬛ ⬛⬜⬛⬛⬛⬜⬛⬜⬛⬛⬛⬜⬛⬛⬜⬜⬛⬜⬛⬜⬛⬛⬛⬜⬛ ⬛⬜⬛⬛⬛⬜⬛⬜⬛⬛⬛⬜⬜⬛⬜⬛⬛⬜⬛⬜⬛⬛⬛⬜⬛ ⬛⬜⬛⬛⬛⬜⬛⬜⬜⬜⬜⬛⬛⬜⬜⬜⬛⬜⬛⬜⬛⬛⬛⬜⬛ ⬛⬜⬜⬜⬜⬜⬛⬜⬜⬜⬛⬜⬛⬛⬜⬜⬛⬜⬛⬜⬜⬜⬜⬜⬛ ⬛⬛⬛⬛⬛⬛⬛⬜⬛⬜⬛⬜⬛⬜⬛⬜⬛⬜⬛⬛⬛⬛⬛⬛⬛ ⬜⬜⬜⬜⬜⬜⬜⬜⬜⬛⬜⬛⬜⬜⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜ ⬜⬜⬜⬛⬜⬜⬛⬜⬜⬜⬛⬜⬜⬜⬜⬛⬛⬜⬜⬜⬜⬛⬛⬜⬜ ⬜⬛⬜⬜⬜⬛⬜⬛⬜⬜⬛⬛⬛⬛⬜⬜⬜⬜⬜⬛⬛⬜⬛⬜⬜ ⬛⬜⬛⬛⬜⬛⬛⬛⬛⬛⬛⬛⬜⬛⬜⬜⬛⬛⬛⬜⬜⬜⬜⬜⬛ ⬛⬜⬛⬜⬜⬛⬜⬛⬛⬜⬛⬜⬜⬛⬛⬜⬜⬜⬜⬛⬛⬛⬛⬛⬛ ⬛⬜⬛⬛⬜⬜⬛⬜⬜⬜⬛⬛⬜⬛⬛⬜⬜⬜⬛⬛⬜⬛⬜⬛⬜ ⬛⬜⬜⬜⬛⬛⬜⬜⬛⬜⬛⬛⬛⬛⬜⬜⬜⬜⬜⬛⬛⬛⬛⬜⬜ ⬛⬛⬜⬜⬜⬛⬛⬜⬛⬛⬜⬛⬜⬜⬛⬛⬜⬛⬜⬛⬛⬜⬛⬛⬛ ⬛⬜⬜⬛⬜⬜⬜⬛⬜⬛⬜⬛⬛⬜⬛⬜⬛⬛⬜⬜⬛⬛⬛⬜⬛ ⬛⬜⬜⬛⬛⬛⬛⬛⬜⬜⬛⬛⬛⬜⬛⬛⬛⬛⬛⬛⬛⬜⬛⬛⬜ ⬜⬜⬜⬜⬜⬜⬜⬜⬛⬛⬛⬜⬜⬜⬛⬜⬛⬜⬜⬜⬛⬜⬛⬜⬜ ⬛⬛⬛⬛⬛⬛⬛⬜⬛⬛⬜⬜⬛⬜⬜⬛⬛⬜⬛⬜⬛⬜⬜⬜⬛ ⬛⬜⬜⬜⬜⬜⬛⬜⬜⬛⬜⬜⬜⬜⬛⬛⬛⬜⬜⬜⬛⬛⬜⬜⬛ ⬛⬜⬛⬛⬛⬜⬛⬜⬛⬛⬛⬛⬛⬜⬜⬜⬛⬛⬛⬛⬛⬜⬜⬛⬜ ⬛⬜⬛⬛⬛⬜⬛⬜⬛⬜⬜⬛⬜⬛⬜⬜⬜⬛⬛⬛⬜⬛⬛⬜⬛ ⬛⬜⬛⬛⬛⬜⬛⬜⬜⬛⬜⬜⬛⬜⬜⬜⬛⬛⬜⬛⬛⬛⬜⬛⬛ ⬛⬜⬜⬜⬜⬜⬛⬜⬜⬜⬜⬜⬜⬛⬛⬜⬛⬜⬜⬛⬜⬛⬛⬛⬛ ⬛⬛⬛⬛⬛⬛⬛⬜⬜⬛⬜⬛⬜⬜⬜⬛⬛⬜⬛⬜⬛⬛⬜⬜⬛
instagram 𓆩♡𓆪✈𓃠
👨🏾‍💻 👨‍💻
₊˚⊹♡➿🍟₊˚⊹♡
👨‍🏫🧮📈✖️➗➕➖💡✏️🔢🔣📚
➕➗👨🏻‍💻👨‍🏫👩🏻‍🏫😑📏
𝓜𝓪𝓽𝓱 𝓲𝓼 𝓼𝓸 𝓱𝓪𝓻𝓭, 𝓽𝓱𝓮𝔂 𝓪𝓵𝔀𝓪𝔂𝓼 𝓽𝓪𝓵𝓴 𝓪𝓫𝓸𝓾𝓽 𝓧 𝓪𝓷𝓭 𝓨 𝓫𝓾𝓽 𝓷𝓮𝓿𝓮𝓻 𝓤 𝓪𝓷𝓭 𝓘🤪𓁹‿𓁹
If you'd like to report a bug or suggest a feature, you can provide feedback here. Here's our privacy policy. Thanks!
AI Story Generator - AI Chat - AI Image Generator Free