fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import java.util.*;
  4. import java.lang.*;
  5. import java.io.*;
  6.  
  7. /* Name of the class has to be "Main" only if the class is public. */
  8. class Ideone
  9. {
  10. public static void main (String[] args) throws java.lang.Exception
  11. {
  12. System.out.println("=== isJavaIdentifierStart ===");
  13.  
  14. for (int ch=0; ch<65536; ++ch)
  15. if (Character.isJavaIdentifierStart(ch) != Character.isLetter(ch))
  16. System.out.println(ch + " - " + (char)ch);
  17.  
  18. //System.out.println();
  19. //System.out.println("=== isJavaIdentifierPart ===");
  20.  
  21. //for (int ch=0; ch<65536; ++ch)
  22. // if (!Character.isJavaIdentifierPart(ch))
  23. // System.out.println("NO: " + ch + " - " + (char)ch);
  24.  
  25. //for (int ch=0; ch<65536; ++ch)
  26. // if (!Character.isJavaIdentifierStart(ch) && Character.isJavaIdentifierPart(ch) && !Character.isDigit(ch))
  27. // System.out.println(ch + " - " + (char)ch);
  28. }
  29. }
Success #stdin #stdout 0.06s 711168KB
stdin
Standard input is empty
stdout
=== isJavaIdentifierStart ===
36 - $
95 - _
162 - ¢
163 - £
164 - ¤
165 - ¥
1423 - ֏
1547 - ؋
2546 - ৲
2547 - ৳
2555 - ৻
2801 - ૱
3065 - ௹
3647 - ฿
5870 - ᛮ
5871 - ᛯ
5872 - ᛰ
6107 - ៛
8255 - ‿
8256 - ⁀
8276 - ⁔
8352 - ₠
8353 - ₡
8354 - ₢
8355 - ₣
8356 - ₤
8357 - ₥
8358 - ₦
8359 - ₧
8360 - ₨
8361 - ₩
8362 - ₪
8363 - ₫
8364 - €
8365 - ₭
8366 - ₮
8367 - ₯
8368 - ₰
8369 - ₱
8370 - ₲
8371 - ₳
8372 - ₴
8373 - ₵
8374 - ₶
8375 - ₷
8376 - ₸
8377 - ₹
8378 - ₺
8544 - Ⅰ
8545 - Ⅱ
8546 - Ⅲ
8547 - Ⅳ
8548 - Ⅴ
8549 - Ⅵ
8550 - Ⅶ
8551 - Ⅷ
8552 - Ⅸ
8553 - Ⅹ
8554 - Ⅺ
8555 - Ⅻ
8556 - Ⅼ
8557 - Ⅽ
8558 - Ⅾ
8559 - Ⅿ
8560 - ⅰ
8561 - ⅱ
8562 - ⅲ
8563 - ⅳ
8564 - ⅴ
8565 - ⅵ
8566 - ⅶ
8567 - ⅷ
8568 - ⅸ
8569 - ⅹ
8570 - ⅺ
8571 - ⅻ
8572 - ⅼ
8573 - ⅽ
8574 - ⅾ
8575 - ⅿ
8576 - ↀ
8577 - ↁ
8578 - ↂ
8581 - ↅ
8582 - ↆ
8583 - ↇ
8584 - ↈ
12295 - 〇
12321 - 〡
12322 - 〢
12323 - 〣
12324 - 〤
12325 - 〥
12326 - 〦
12327 - 〧
12328 - 〨
12329 - 〩
12344 - 〸
12345 - 〹
12346 - 〺
42726 - ꛦ
42727 - ꛧ
42728 - ꛨ
42729 - ꛩ
42730 - ꛪ
42731 - ꛫ
42732 - ꛬ
42733 - ꛭ
42734 - ꛮ
42735 - ꛯ
43064 - ꠸
65020 - ﷼
65075 - ︳
65076 - ︴
65101 - ﹍
65102 - ﹎
65103 - ﹏
65129 - ﹩
65284 - $
65343 - _
65504 - ¢
65505 - £
65509 - ¥
65510 - ₩