Convert escaped Unicode character back to actual character June 27, 2022 by Tarik try str = org.apache.commons.lang3.StringEscapeUtils.unescapeJava(str); from Apache Commons Lang