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

Flutter Bloc - Clean Architecture

Dependencies vs Dev Dependencies in Flutter

What's new in android 14?