문자표
유니코드 문자를 탐색하고 삽입하는 GUI 유틸리티. 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 |
입력 방식의 더 많은 용어
16진수 값을 입력하여 유니코드 코드 포인트를 직접 입력하는 방법. Mac: Option + …
Alt + 숫자 패드 숫자를 사용하여 코드 페이지 번호로 문자를 입력하는 Windows …
A system-level tool for browsing and inserting Unicode characters. macOS Character Viewer …
즉시 출력 없이 다음 키 입력을 수정하는 키. 분음 부호 입력에 사용됩니다: …
문자를 시각적으로 탐색하고 선택하는 UI 구성 요소(네이티브 또는 웹 기반). 모바일의 이모지 …
유니코드 코드 포인트로 문자를 입력하는 모든 방법: 16진수 입력(Mac), Ctrl+Shift+U를 통한 U+XXXX …
음성 또는 구조적 매칭을 통해 키 입력 시퀀스를 문자로 변환하여 표준 키보드로 …
다중 키 합성 시퀀스를 시작하는 키(보통 오른쪽 Alt 또는 사용자 지정). Linux/Unix …