Advertisement
enissay

Enissay

Sep 14th, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. String s1 = new String("1F42C");
  2. System.out.println(s1.codePointAt(0));  // outputs: 49
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement