Hi, Please review below fix :
Bug: https://bugs.openjdk.java.net/browse/JDK-8202696 Webrev: http://cr.openjdk.java.net/~dkumar/8202696/webrev.00/ Characters which are not getting displayed actually belong to Phonetic Extensions (https://en.wikipedia.org/wiki/Phonetic_Extensions ). These characters are not getting rendered properly because they are in exclusion range mentioned in the windows.fontconfig.properties file. In the above fix, font exclusion ranges have been adjusted so that these characters do not fall within these ranges Font related Jtreg tests and Mach5 client tests are fine. Thanks, Dipak