use :
NewString = OldString.replaceAll("char", "");
in your Example in comment use:
NewString = OldString.replaceAll("d", "");
for removing Arabic character please see following link
how could i remove arabic punctuation form a String in java
removing characters of a specific unicode range from a string