Useful characters from the [[Unicode Standard]], specifically UTF-8. ## Arrows ``` ←→↑↓ ↰↱↲↳↴↵ 🠰🠲🠱🠳 ⮨⮩⮪⮫⮬⮭⮮⮯ ``` ## Useful Characters for Progress Bars ``` ▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 30% ▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯ 30% ■■■■■■■■■□□□□□□□□□□□□□□□□□□□□□ 30% █████████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ 30% ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀ 30% ⬤⬤⬤⬤⬤⬤⬤⬤⬤◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯◯ 30% ⚫⚫⚫⚫⚫⚫⚫⚫⚫⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪⚪ 30% ``` \- via https://changaco.oy.lc/unicode-progress-bars/ ```cardlink url: https://mike42.me/blog/2018-06-make-better-cli-progress-bars-with-unicode-block-characters title: "Make better CLI progress bars with Unicode block characters" description: "As a programmer, you might add a progress bar so that the user has feedback while they wait for a slow task.If you are writing a console (CLI) application, then you need to make your progress bars from text. A good command-line progress bar should update in small increments, like this example:" host: mike42.me favicon: https://mike42.me/blog/wp-content/uploads/2018/03/cropped-2080552-1-32x32.png image: https://mike42.me/blog/wp-content/uploads/2018/03/2080552.png ``` ## Useful Characters for Spinners ``` ← ↖ ↑ ↗ → ↘ ↓ ↙ ▁ ▂ ▃ ▄ ▅ ▆ ▇ █ ▇ ▆ ▅ ▄ ▃ ▁ ▉▊▋▌▍▎▏▎▍▌▋▊▉ ▖ ▘ ▝ ▗ ┤ ┘ ┴ └ ├ ┌ ┬ ┐ ◢ ◣ ◤ ◥ ◰ ◳ ◲ ◱ ◴ ◷ ◶ ◵ ◐ ◓ ◑ ◒ ◡◡ ⊙⊙ ◠◠ ⣾⣽⣻⢿⡿⣟⣯⣷ ⠁⠂⠄⡀⢀⠠⠐⠈ The entire braille block, even in random order ``` \- via https://stackoverflow.com/questions/2685435/cooler-ascii-spinners See also: https://www.fileformat.info/info/unicode/block/braille_patterns/images.htm ## Diagonal Line Characters ``` // ⎹ ╱ ⟋ ⎽⎼⎻⎺ // | ╱ ⟋ ⎽⎼⎻⎺ // ⎸ ╱ ⟋ ⎽⎼⎻⎺ // ⎹ ╱ ⟋ ⎽⎼⎻⎺ _-‾ // | ╱ ⟋ ⎽⎼⎻⎺ _-‾ __---‾‾ _⎽⎽⎼⎼⎻⎻⎺⎺ // ⎸ ╱ ⟋ ⎽⎼⎻⎺ _-‾ __---‾‾ _⎽⎽⎼⎼⎻⎻⎺⎺‾ // ⎹ ╱ ⟋ ⎽⎼⎻⎺ _-‾ __---‾‾ _⎽⎽⎼⎼⎻⎻⎺⎺‾ // | ╱ ⟋ ⎽⎼⎻⎺ _-‾ __---‾‾ _⎽⎽⎼⎼⎻⎻⎺⎺‾ // ⎸ ╱ ⟋ ⎽⎼⎻⎺ // ╳ ⤫ // ⎸ ╲ ⟍ ⎺⎻⎼⎽ ‾-_ ‾‾---__ ‾⎺⎺⎻⎻⎼⎼⎽⎽_ // | ╲ ⟍ ⎺⎻⎼⎽ ‾-_ ‾‾---__ ‾⎺⎺⎻⎻⎼⎼⎽⎽_ // ⎹ ╲ ⟍ ⎺⎻⎼⎽ ‾-_ ‾‾---__ ‾⎺⎺⎻⎻⎼⎼⎽⎽_ // ⎸ ╲ ⟍ ⎺⎻⎼⎽ ‾-_ ‾‾---__ ‾⎺⎺⎻⎻⎼⎼⎽⎽_ // | ╲ ⟍ ⎺⎻⎼⎽ ‾-_ // ⎹ ╲ ⟍ ⎺⎻⎼⎽ // ⎸ ╲ ⟍ ⎺⎻⎼⎽ // | ╲ ⟍ ⎺⎻⎼⎽ // ⎹ ╲ ⟍ ``` ## List Icons ``` ≔ ```