Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
CharMap.exe - Find Character Unicode Value on Windows
How to find the Unicode code value of a special character in a font on Windows? I want to use the Latin small letter "Phi" on the Calibri font.
✍: FYIcenter.com
On Windows computers, you can run the "CharMap.exe" program to find the Unicode code value of a character
of and font.
For example, you can run this command to find the Unicode code value of Latin small letter "Phi" from the Calibri font:
\fyicenter>C:\windows\system32\CharMap.exe
You see the CharMap screen displaying a list of all characters of the default font.
Select "Calibri" from the font dropdown list.
Find and click on the Latin small letter "Phi". You see its Unicode code value displayed at the bottom: U+0278.
Below is the CharMap.exe screen:
⇒ Use Unicode Characters with FOP
⇐ FontView.exe - Preview Font Glyphs on Windows
2018-03-17, 2275👍, 0💬
Popular Posts:
Apache Avalon began in 1999 as the Java Apache Server Framework and in late 2002 separated from the ...
maven-core-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Core module. Apache Maven is a software ...
JasperReports, the world's most popular open source business intelligence and reporting engine and J...
The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of a...
Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles. ...