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, 3211🔥, 0💬
Popular Posts:
How to download and install mysql-connector-j-8.0.31 .zip?Connector/J Java library is a JDBC Driver ...
JDK 11 jdk.internal.vm.ci.jmod is the JMOD file for JDK 11 Internal VM CI module. JDK 11 Internal VM...
What Is js.jar in Rhino JavaScript 1.7R5? js.jar in Rhino JavaScript 1.7R5 is the JAR file for Rhino...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
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...