how to print 0x13 Unicode character in java ???
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use a Unicode escape:
Remember that Unicode escapes are replaced by the compiler by the corresponding Unicode character which can introduce compiler errors. |
||||