magical markdown slides
1# Unicode Symbols
2
3## Icons/Signage
4
5| Symbol | Name / Usage | Code | Notes. |
6| ------ | ------------------------------------ | ------ | ---------------------------------- |
7| ✓ | Check mark | U+2713 | For "done", success, yes |
8| ✗ | Cross / X | U+2717 | For "error", no, wrong |
9| → | Right arrow | U+2192 | Navigation / "next" |
10| ← | Left arrow | U+2190 | Back / "previous" |
11| ↑ | Up arrow | U+2191 | Scroll up / move up |
12| ↓ | Down arrow | U+2193 | Scroll down / move down |
13| • | Bullet | U+2022 | List item, emphasis |
14| … | Ellipsis | U+2026 | Continuation, truncation : |
15| – | En dash | U+2013 | Ranges, short break |
16| — | Em dash | U+2014 | Strong break, parenthetical clause |
17| ‒ | Figure dash | U+2012 | Fixed width dash |
18| § | Section sign | U+00A7 | For "section", referencing parts |
19| ¶ | Pilcrow / paragraph | U+00B6 | Denote paragraph or break |
20| ↑↓ | Up-down arrows | U+2195 | Bidirectional movement / toggle |
21| ☐ | Empty checkbox | U+2610 | Unchecked box |
22| ☑ | Checked checkbox | U+2611 | Checked box |
23| ☒ | Crossed checkbox | U+2612 | Marked "X" in box |
24| ⚠ | Warning sign | U+26A0 | Warning / caution |
25| ⚗ | Alembic symbol | U+2697 | Science / chemistry motif |
26| ✳ | Eight-spoked asterisk | U+2733 | Decorative, emphasis |
27| ✴ | Eight-pointed star | U+2734 | Decorative bullet / highlight |
28| ★ | Black star | U+2605 | Favorite / highlight |
29| ☆ | White star | U+2606 | Unselected star |
30| ► | Black right-pointing triangle | U+25BA | Play / next marker |
31| ▸ | Small black right-pointing triangle | U+25B8 | Sub-indicator |
32| ▪ | Small black square | U+25AA | Bullet / small filler |
33| ▬ | Black horizontal bar | U+25AC | Divider line |
34| ▀ | Upper half block | U+2580 | Block drawing / shading |
35| ▄ | Lower half block | U+2584 | Block drawing / shading |
36| ▱ | White square with black small square | U+25F1 | Decorative / status |
37| ± | Plus-minus | U+00B1 | Variation, tolerance |
38| × | Multiplication sign | U+00D7 | Multiplication or "times" |
39| ÷ | Division sign | U+00F7 | Division / ratio |
40| ¬ | Logical NOT / negation | U+00AC | Logical operator |
41
42## Lines & Blocks
43
44| Symbol | Name / Usage | Code | Notes |
45| ------ | ---------------------------------------- | ------ | --------------------------------- |
46| ─ | Box Drawings Light Horizontal | U+2500 | Single horizontal line |
47| │ | Box Drawings Light Vertical | U+2502 | Single vertical line |
48| ┌ | Box Drawings Light Down + Right | U+250C | Top-left corner |
49| ┐ | Box Drawings Light Down + Left | U+2510 | Top-right corner |
50| └ | Box Drawings Light Up + Right | U+2514 | Bottom-left corner |
51| ┘ | Box Drawings Light Up + Left | U+2518 | Bottom-right corner |
52| ├ | Box Drawings Light Vertical + Right | U+251C | T junction to the right |
53| ┤ | Box Drawings Light Vertical + Left | U+2524 | T junction to the left |
54| ┬ | Box Drawings Light Down + Horizontal | U+252C | T junction downward |
55| ┴ | Box Drawings Light Up + Horizontal | U+2534 | T junction upward |
56| ┼ | Box Drawings Light Vertical + Horizontal | U+253C | Cross intersection |
57| ═ | Box Drawings Double Horizontal | U+2550 | Thicker horizontal line |
58| ║ | Box Drawings Double Vertical | U+2551 | Thicker vertical line |
59| ╔ | Box Drawings Double Down + Right | U+2554 | Double border top-left corner |
60| ╗ | Box Drawings Double Down + Left | U+2557 | Double border top-right corner |
61| ╚ | Box Drawings Double Up + Right | U+255A | Double border bottom-left corner |
62| ╝ | Box Drawings Double Up + Left | U+255D | Double border bottom-right corner |
63| ▀ | Upper half block | U+2580 | Fill / shading top half of a cell |
64| ▄ | Lower half block | U+2584 | Fill / shading bottom half |
65| ▌ | Left half block | U+258C | Fill left half of a cell |
66| ▐ | Right half block | U+2590 | Fill right half of a cell |
67| ░ | Light shade | U+2591 | Light shading / patterns |
68| ▒ | Medium shade | U+2592 | Medium shading |
69| ▓ | Dark shade | U+2593 | Dark shading |
70| ▉ | Large block / heavy fill | U+2589 | More filled block |
71| ▊ | Block | U+258A | Slightly less than full fill |
72| ▋ | Block | U+258B | Slightly less than above |
73| █ | Full block | U+2588 | Fully filled block |
74| ▮ | Black vertical rectangle | U+25AE | Narrow block / bar |
75| ▬ | Black horizontal bar | U+25AC | Horizontal bar, divider |
76| ╭ | Box Drawings Light Arc Down + Right | U+256D | Rounded corner style |
77| ╮ | Box Drawings Light Arc Down + Left | U+256E | Rounded corner |
78| ╯ | Box Drawings Light Arc Up + Left | U+256F | Rounded corner |
79| ╰ | Box Drawings Light Arc Up + Right | U+2570 | Rounded corner |