Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android : Square and square root sign

I am creating an app where I need to show square root signs along with numbers. E.g.

  /¯¯¯¯¯¯¯¯¯¯¯
\/  (v^2) / T

I am also looking to show square of a number. Can anyone help in displaying such text. This text comes from a database and can change.

like image 359
Kaustubh Avatar asked May 20 '26 13:05

Kaustubh


1 Answers

You can use U+221A - Unicode Square Root.

For squared, use ² U+00B2 - Unicode Superscript Two.

However, I expect that you will have to draw these advanced symbols using standard graphics primitives - text will likely be too limiting for such task.

like image 140
mvp Avatar answered May 22 '26 03:05

mvp



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!