常用特殊字符
中文标点
中文破折号使用「——」U+2014x2 或「⸺」U+2E3A,使用思源黑体并设置 lang=zh-CN
不离不弃的破折号 — The Type (opens new window)
Emoji 和符号
| Char | Name | Unicode | LaTeX | Usage |
| - | hyphen | U+2010 | - | form a compound word (editor-in-chief) |
| – | en dash | U+2013 | -- | connect symmetric items, such as two ends of a range (pages 101–181) and others (Kullback–Leibler divergence) |
| — | em dash | U+2014 | --- | indicate a pause in a sentence,类似于中文破折号 |
| ― | horizontal bar | U+2015 | | aka quotation dash |
| ⸺ | two-em dash | U+2E3A | | |
https://en.wikipedia.org/wiki/Dash (opens new window)
Box-drawing Characters
| ┌ | ─ | ┬ | ┐ |
| │ | | │ | │ |
| ├ | ─ | ┼ | ┤ |
| └ | ─ | ┴ | ┘ |
| ━ |
root/
├── subfolder/
│ └── submodule.py
└── main.py
┌─────┐
│ │
└─────┘