在java中打印平方根符号(√)

jac*_*its 1 java printing unicode square-root

我只是想知道如何在Java中打印平方根(√)字符?我假设你使用它的unicode或什么?

jes*_*chk 7

只是

System.out.println("Square Root: \u221A");
Run Code Online (Sandbox Code Playgroud)

资料来源:谷歌首场比赛.