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