echo -ne '\e[0mnormal\e[0m\t\t\t' echo -e '\e[7m reverse \e[0m' echo -ne '\e[2mdim\e[0m\t\t\t' echo -e '\e[7;2m reverse dim \e[0m' echo -ne '\e[1mbold\e[0m\t\t\t' echo -e '\e[7;1m reverse bold \e[0m' echo -ne '\e[3mitalic\e[0m\t\t\t' echo -e '\e[7;3m reverse italic \e[0m' echo -ne '\e[2;3mdim italic\e[0m\t\t' echo -e '\e[7;2;3m reverse dim italic \e[0m' echo -ne '\e[1;3mbold italic\e[0m\t\t' echo -e '\e[7;1;3m reverse bold italic \e[0m' echo echo -e '\e[4munderline\e[0m' echo -e '\e[3;4mitalic underline\e[0m' echo -e '\e[4:1mthis is also underline \e[0m' echo -e '\e[21mdouble underline \e[0m' echo -e '\e[4:2mthis is also double underline \e[0m' echo -e '\e[4:3mcurly underline \e[0m' echo -e '\e[21m\e[58;5;42m256-color underline \e[0m' echo -e '\e[4:3m\e[58;2;240;143;104mtruecolor underline (*)\e[0m' echo -e "\e[58:2::255:0:0m\e[4:1msingle underline \e[0m" echo -e "\e[4:2mdouble underline \e[58:2::255:0:0m and with color\e[0m" echo -e "\e[4:3mcurly underline \e[58:2::255:0:0m and with color\e[0m" echo -e "\e[4:4mdotted underline \e[58:2::255:0:0m and with color\e[0m" echo -e "\e[4:5mdashed underline \e[58:2::255:0:0m and with color\e[0m" echo echo -e '\e[5mblink \e[0m' echo -e '\e[8minvisible\e[0m <- invisible (but copy-pasteable)' echo -e '\e[9mstrikethrough\e[0m' echo -e '\e[53moverline \e[0m' echo -e '\e[51mframed \e[0m' echo -e '\e[52mencircled \e[0m' echo -e '\e[31mred\e[0m' echo -e '\e[91mbright red\e[0m' echo -e '\e[38:5:42m256-color, de jure standard (ITU-T T.416)\e[0m' echo -e '\e[38;5;42m256-color, de facto standard (commonly used)\e[0m' echo -e '\e[38:2::240:143:104mtruecolor, de jure standard (ITU-T T.416) \e[0m' echo -e '\e[38;2;240;143;104mtruecolor, de facto standard (commonly used)\e[0m' echo -e '\e[46mcyan background\e[0m' echo -e '\e[106mbright cyan background\e[0m' echo -e '\e[48:5:42m256-color background, de jure standard (ITU-T T.416)\e[0m' echo -e '\e[48;5;42m256-color background, de facto standard (commonly used)\e[0m' echo -e '\e[48:2::240:143:104mtruecolor background, de jure standard (ITU-T T.416) \e[0m' echo -e '\e[48:2:240:143:104mtruecolor background, rarely used incorrect format (might be removed at some point)\e[0m' echo -e '\e[48;2;240;143;104mtruecolor background, de facto standard (commonly used)\e[0m' echo echo "Emoji: 🚀 đŸ’© 😁 🍖 đŸ”„ đŸ”· ❀ " echo echo "Nerdfonts:    󱓌 ó±“ș 󱓻 îȘŒ  ï’Ș  îź” îȘœ      󱠇 ó°ČŹ  󰍎  󰬟  î©ł" echo "   󱄅 󰣇  ïŻ     " echo echo "Geometrical:" echo -e '◆ ◇ ◈ ● ○ ◉ ◎ ◍ ◌' echo -e '■ □ ▱ ▣ â–€ â–„ ▩ ▧ ▹ ▩' echo -e '◧ ◹ ◩ â—Ș ◫ ◬ ◭ ◼ △ â–Č ▱ ▰ â–œ â–Œ â–Ÿ ▿' echo -e '◠ ◡ ◱ ◣ â—€ â—„ ◩ ◧ ◹ ◩ â—Ș ◫ ◬ ◭ ◼ ◯ ◰ ◱ â—Č ◳ ◮ â—” ◶ ◷ ◾ â—č â—ș ◻ â—Œ â—œ â—Ÿ ◿' echo "Arrows:" echo -e 'â–Č ▶ â–Œ ◀ △ ▷ â–œ ◁' echo -e '← → ↑ ↓ ↔ ↔ ↕ ↖ ↗ ↙ ↘ ↠ ↣ ↩ ↧ ↹ ↩ â†Ș ↫ ↬ ↭ ↼ ↯ ↰ ↱ â†Č ↳ ↮ ↔ ↶ ↷ ↾ â†č â†ș ↻ ↌ ↜ ↟ ↿ ↌ ↜ ↟ ↿' echo -e '⇄ ↔ ⇀ ⇂ ⇄ ⇆ ⇌ ⇎ ⇐ ⇑ ⇓ ⇕ ⇖ ⇗ ⇘ ⇙ ⇚ ⇛ ⇜ ⇝ ⇞ ⇟' echo echo "Blocks:" echo -e '▄ ▀ ▁ ▂ ▃ ▄ ▅ ▆ ▇ █ ▀ ▔ ▏ ▎ ▍ ▌ ▋ ▊ ▉ ▐ ▕ ▖ ▗ ▘ ▙ ▚ ▛ ▜ ▝ ▞ ▟ ░ ▒ ▓ 🼘 🼙 🼐 ' echo -e '▄ ▀ ▁ ▂ ▃ ▄ ▅ ▆ ▇ █ ▀ ▔ ▏ ▎ ▍ ▌ ▋ ▊ ▉ ▐ ▕ ▖ ▗ ▘ ▙ ▚ ▛ ▜ ▝ ▞ ▟ ░ ▒ ▓ 🼘 🼙 🼐 ' echo -e '▄ ▀ ▁ ▂ ▃ ▄ ▅ ▆ ▇ █ ▀ ▔ ▏ ▎ ▍ ▌ ▋ ▊ ▉ ▐ ▕ ▖ ▗ ▘ ▙ ▚ ▛ ▜ ▝ ▞ ▟ ░ ▒ ▓ 🼘 🼙 🼐 ' echo echo -e '───── ━━━━━ ┄┄┄┄┄ ┅┅┅┅┅ ┈┈┈┈┈ ┉┉┉┉┉ ╌╌╌╌╌ ╍╍╍╍╍ │ ┃ ┆ ┇ ┊ ┋ ╎ ╏ ║ â•” ╷ â•č ╻ ' echo -e '───── ━━━━━ ┄┄┄┄┄ ┅┅┅┅┅ ┈┈┈┈┈ ┉┉┉┉┉ ╌╌╌╌╌ ╍╍╍╍╍ │ ┃ ┆ ┇ ┊ ┋ ╎ ╏ ║ â•” ╷ â•č ╻ ' echo -e '───── ━━━━━ ┄┄┄┄┄ ┅┅┅┅┅ ┈┈┈┈┈ ┉┉┉┉┉ ╌╌╌╌╌ ╍╍╍╍╍ │ ┃ ┆ ┇ ┊ ┋ ╎ ╏ ║ â•” ╷ â•č ╻ ' echo echo -e '╭──────────────╼ ┌─┬─┬─┬─┐ ╔═╩═╩═╩═╗ ┏━┳━┳━┳━┓ ' echo -e '│ border chars │ │ ├─┌── │ ║ ╠═╬═╣ ║ ┃ ┣━╋━┫ ┃ ' echo -e '╰──────────────╯ └─┮─┮─┮─┘ ╚═╩═╩═╩═╝ ┗━┻━┻━┻━┛ ' echo echo "Ligatures:" echo "-<< -< -<- <-- <--- <<- <- -> ->> --> ---> ->- >- >>- <-> <--> <---> <---->