Linux command
charmap 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open character map
charmap
Search for character
charmap --search "[heart]"
Copy character to clipboard
charmap --copy "[character]"
说明
charmap is a Unicode character map application, typically part of GNOME desktop. It allows browsing and searching through all Unicode characters, viewing character details, and copying characters to the clipboard. The application displays characters organized by Unicode block, with options to filter by script, language, or search term. Each character shows its code point, official name, and related information.
参数
- --search _text_
- Search for characters by name.
- --copy _char_
- Copy character to clipboard.
- --help
- Display help information.
- --version
- Display version information.
FAQ
What is the charmap command used for?
charmap is a Unicode character map application, typically part of GNOME desktop. It allows browsing and searching through all Unicode characters, viewing character details, and copying characters to the clipboard. The application displays characters organized by Unicode block, with options to filter by script, language, or search term. Each character shows its code point, official name, and related information.
How do I run a basic charmap example?
Run `charmap` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --search _text_ do in charmap?
Search for characters by name.