Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
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, ∼3817🔥, 0💬
Popular Posts:
Guava is a suite of core and expanded libraries that include utility classes, google's collections, ...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
JDK 17 java.sql.rowset.jmod is the JMOD file for JDK 17 SQL Rowset module. JDK 17 SQL Rowset module ...
What Is poi-3.5.jar - Part 2? poi-3.5.jar is one of the JAR files for Apache POI 3.5, which provides...
What is the dom\ElementPrinter.java provided in the Apache Xerces package? I have Apache Xerces 2.11...