字符映射表
用于浏览和插入Unicode字符的图形工具。Windows:charmap.exe;Mac:字符查看器(Control+Command+Space);Linux:gucharmap。
What is a Character Map?
A Character Map is an operating system utility (or standalone application) that presents a visual grid of all available characters in a font, allowing users to browse, search, identify, and copy any character — including those with no direct keyboard equivalent. Character maps are the graphical fallback when keyboard shortcuts, dead keys, or IME are unavailable or unknown for a particular character.
Every major operating system includes a built-in character map, though they vary considerably in design and capability.
Built-in Character Map Tools
Windows: Character Map (charmap.exe)
The classic Windows utility, accessible via Start → search "Character Map" or Win+R → charmap:
- Displays all glyphs in a selected font
- Can filter by Unicode subrange (Latin, Greek, Mathematical Operators, etc.)
- Shows the character's Unicode code point, name, and Alt code in the status bar
- Copy selected characters to clipboard for pasting
Windows 11 also includes the updated Emoji & Symbols panel (Win + . or Win + ;) which provides a more modern, searchable character picker.
macOS: Character Viewer
Access via Edit → Emoji & Symbols, or the keyboard shortcut (usually Ctrl + Cmd + Space). macOS Character Viewer is significantly more capable than Windows charmap:
- Full Unicode search by name or keyword
- Category browsing (Emoji, Symbols, Arrows, Math, CJK, etc.)
- Recent and Favorites lists
- Shows multiple font variants for each character
- Displays Unicode metadata: name, code point, related characters
- Customizable to show character categories relevant to your workflow
Linux: GNOME Character Map (gnome-characters)
A modern GTK application included in GNOME desktop environments:
# Install if not present
sudo apt install gnome-characters # Debian/Ubuntu
sudo dnf install gnome-characters # Fedora
Also available: gucharmap (GTK Unicode character map, more technical), kcharselect (KDE equivalent).
Character Map Use Cases
- Finding a character by appearance: browse the math symbols block to find ∑ or ∫
- Finding a character by name: search "pilcrow" to find ¶ (U+00B6)
- Getting the code point: select a character to see U+XXXX for use in code
- Testing font coverage: switch fonts in charmap to see which glyphs a font provides
- Copying unusual characters: copy ™, ©, ®, or arrows for use in documents
Keyboard Shortcut Summary
| OS | Tool | Shortcut |
|---|---|---|
| Windows | Emoji & Symbols | Win + . or Win + ; |
| Windows | Character Map | Win+R → charmap |
| macOS | Character Viewer | Ctrl + Cmd + Space |
| macOS | Emoji & Symbols (menu bar) | Edit → Emoji & Symbols |
| GNOME Linux | GNOME Characters | Search in Activities |
| Any | UnicodeFYI.com | Browser |
Quick Facts
| Property | Value |
|---|---|
| Windows built-in | charmap.exe (Character Map) |
| Windows modern panel | Win + . (Emoji & Symbols) |
| macOS built-in | Character Viewer (Ctrl+Cmd+Space) |
| Linux GNOME | gnome-characters, gucharmap |
| Linux KDE | kcharselect |
| Primary function | Browse, search, copy any Unicode character |
| Search capability | By name (macOS, GNOME) or range (Windows charmap) |
| Output | Copy to clipboard for pasting into any application |
输入法 中的更多内容
Windows输入法,通过Alt+数字键盘数字按代码页编号输入字符(Alt+0169 → ©,Alt+0176 → °),仅限代码页1252中的字符。
A system-level tool for browsing and inserting Unicode characters. macOS Character Viewer …
通过Unicode码位输入字符的任何方法:十六进制输入(Mac)、Ctrl+Shift+U输入U+XXXX(Linux)或Alt+X(Windows应用程序)。
通过输入十六进制值直接输入Unicode码位的方法。Mac:按住Option+十六进制值+松开;Windows:在Word/WordPad中输入十六进制后按Alt+X。
用于可视化浏览和选择字符的UI组件(原生或网页版),移动端的表情符号选取器是最常见的例子。
按下后不立即输出但会修饰下一次击键的按键,用于输入变音符号:按下`再按e可输入è,常见于欧洲键盘布局。
启动多键组合序列的按键(通常为右Alt或自定义映射),是Linux/Unix功能:Compose + a + e → æ,可通过XCompose配置。
通过拼音或字形匹配将按键序列转换为字符的软件组件,使用户能够用标准键盘输入复杂字符(如CJK、韩文等)。