Reports unnecessary unicode escape sequences. For example, when the file encoding can handle the character without escaping it.
Unicode control characters are not reported by this inspection (except for a line feed and a tab).
Example:
String s = "\u0062";