mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 07:42:43 +00:00 
			
		
		
		
	 2266020bc0
			
		
	
	
		2266020bc0
		
	
	
	
	
		
			
			Sources: Eyes: https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml wc: FreeBSD manual.
		
			
				
	
	
		
			33 lines
		
	
	
	
		
			677 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			677 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
|  Character Map - Unicode character viewer
 | |
| 
 | |
| [Open](file:///bin/CharacterMap)
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ CharacterMap
 | |
| $ CharacterMap --search "yak"
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Character Map is a GUI application for viewing, searching for, and copying Unicode characters. Alternatively, you can use it to search for characters by name, from the command line.
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| To open Character Map:
 | |
| ```sh
 | |
| $ CharacterMap
 | |
| ```
 | |
| 
 | |
| To view a list of all characters that have "yak" in their name:
 | |
| ```sh
 | |
| $ CharacterMap --search "yak"
 | |
| ```
 | |
| 
 | |
| ## See Also
 | |
| 
 | |
| * [`FontEditor`(1)](help://man/1/FontEditor) To edit the fonts instead of just viewing them.
 | |
| 
 |