Add Degree symbol in java

In java based applications, if you can add the degree symbol in your applications. Just add "\u00b0".

Example:

String Celsius= "35 \u00b0 C";

35°C

Comments

Popular posts from this blog

Clear the app data programmatically in android

Speed up gradle build in Android Studio.

Proguard usage in Android