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. for(char c‮h = 0; c‮h < Character.MAX_VALUE; c‮h++)
  13. if (Character.isJavaIdentifierPart(c‮h) && !Character.isJavaIdentifierStart(c‮h))
  14. System.out.printf("%04x <%s>%n", (int) c‮h, "" + c‮h);
  15.  
  16. }
  17. }
Success #stdin #stdout 0.24s 4386816KB
stdin
Standard input is empty
stdout
0000 <>
0001 <>
0002 <>
0003 <>
0004 <>
0005 <>
0006 <>
0007 <>
0008 <>
000e <>
000f <>
0010 <>
0011 <>
0012 <>
0013 <>
0014 <>
0015 <>
0016 <>
0017 <>
0018 <>
0019 <>
001a <>
001b <>
0030 <0>
0031 <1>
0032 <2>
0033 <3>
0034 <4>
0035 <5>
0036 <6>
0037 <7>
0038 <8>
0039 <9>
007f <>
0080 <€>
0081 <>
0082 <‚>
0083 <ƒ>
0084 <„>
0085 <…>
0086 <†>
0087 <‡>
0088 <ˆ>
0089 <‰>
008a <Š>
008b <‹>
008c <Œ>
008d <>
008e <Ž>
008f <>
0090 <>
0091 <‘>
0092 <’>
0093 <“>
0094 <”>
0095 <•>
0096 <–>
0097 <—>
0098 <˜>
0099 <™>
009a <š>
009b <›>
009c <œ>
009d <>
009e <ž>
009f <Ÿ>
00ad <­>
0300 <̀>
0301 <́>
0302 <̂>
0303 <̃>
0304 <̄>
0305 <̅>
0306 <̆>
0307 <̇>
0308 <̈>
0309 <̉>
030a <̊>
030b <̋>
030c <̌>
030d <̍>
030e <̎>
030f <̏>
0310 <̐>
0311 <̑>
0312 <̒>
0313 <̓>
0314 <̔>
0315 <̕>
0316 <̖>
0317 <̗>
0318 <̘>
0319 <̙>
031a <̚>
031b <̛>
031c <̜>
031d <̝>
031e <̞>
031f <̟>
0320 <̠>
0321 <̡>
0322 <̢>
0323 <̣>
0324 <̤>
0325 <̥>
0326 <̦>
0327 <̧>
0328 <̨>
0329 <̩>
032a <̪>
032b <̫>
032c <̬>
032d <̭>
032e <̮>
032f <̯>
0330 <̰>
0331 <̱>
0332 <̲>
0333 <̳>
0334 <̴>
0335 <̵>
0336 <̶>
0337 <̷>
0338 ≮>
0339 <̹>
033a <̺>
033b <̻>
033c <̼>
033d <̽>
033e <̾>
033f <̿>
0340 <̀>
0341 <́>
0342 <͂>
0343 <̓>
0344 <̈́>
0345 <ͅ>
0346 <͆>
0347 <͇>
0348 <͈>
0349 <͉>
034a <͊>
034b <͋>
034c <͌>
034d <͍>
034e <͎>
034f <͏>
0350 <͐>
0351 <͑>
0352 <͒>
0353 <͓>
0354 <͔>
0355 <͕>
0356 <͖>
0357 <͗>
0358 <͘>
0359 <͙>
035a <͚>
035b <͛>
035c <͜>
035d <͝>
035e <͞>
035f <͟>
0360 <͠>
0361 <͡>
0362 <͢>
0363 <ͣ>
0364 <ͤ>
0365 <ͥ>
0366 <ͦ>
0367 <ͧ>
0368 <ͨ>
0369 <ͩ>
036a <ͪ>
036b <ͫ>
036c <ͬ>
036d <ͭ>
036e <ͮ>
036f <ͯ>
0483 <҃>
0484 <҄>
0485 <҅>
0486 <҆>
0487 <҇>
0591 <֑>
0592 <֒>
0593 <֓>
0594 <֔>
0595 <֕>
0596 <֖>
0597 <֗>
0598 <֘>
0599 <֙>
059a <֚>
059b <֛>
059c <֜>
059d <֝>
059e <֞>
059f <֟>
05a0 <֠>
05a1 <֡>
05a2 <֢>
05a3 <֣>
05a4 <֤>
05a5 <֥>
05a6 <֦>
05a7 <֧>
05a8 <֨>
05a9 <֩>
05aa <֪>
05ab <֫>
05ac <֬>
05ad <֭>
05ae <֮>
05af <֯>
05b0 <ְ>
05b1 <ֱ>
05b2 <ֲ>
05b3 <ֳ>
05b4 <ִ>
05b5 <ֵ>
05b6 <ֶ>
05b7 <ַ>
05b8 <ָ>
05b9 <ֹ>
05ba <ֺ>
05bb <ֻ>
05bc <ּ>
05bd <ֽ>
05bf <ֿ>
05c1 <ׁ>
05c2 <ׂ>
05c4 <ׄ>
05c5 <ׅ>
05c7 <ׇ>
0600 <؀>
0601 <؁>
0602 <؂>
0603 <؃>
0604 <؄>
0610 <ؐ>
0611 <ؑ>
0612 <ؒ>
0613 <ؓ>
0614 <ؔ>
0615 <ؕ>
0616 <ؖ>
0617 <ؗ>
0618 <ؘ>
0619 <ؙ>
061a <ؚ>
064b <ً>
064c <ٌ>
064d <ٍ>
064e <َ>
064f <ُ>
0650 <ِ>
0651 <ّ>
0652 <ْ>
0653 <ٓ>
0654 <ٔ>
0655 <ٕ>
0656 <ٖ>
0657 <ٗ>
0658 <٘>
0659 <ٙ>
065a <ٚ>
065b <ٛ>
065c <ٜ>
065d <ٝ>
065e <ٞ>
065f <ٟ>
0660 <٠>
0661 <١>
0662 <٢>
0663 <٣>
0664 <٤>
0665 <٥>
0666 <٦>
0667 <٧>
0668 <٨>
0669 <٩>
0670 <ٰ>
06d6 <ۖ>
06d7 <ۗ>
06d8 <ۘ>
06d9 <ۙ>
06da <ۚ>
06db <ۛ>
06dc <ۜ>
06dd <۝>
06df <۟>
06e0 <۠>
06e1 <ۡ>
06e2 <ۢ>
06e3 <ۣ>
06e4 <ۤ>
06e7 <ۧ>
06e8 <ۨ>
06ea <۪>
06eb <۫>
06ec <۬>
06ed <ۭ>
06f0 <۰>
06f1 <۱>
06f2 <۲>
06f3 <۳>
06f4 <۴>
06f5 <۵>
06f6 <۶>
06f7 <۷>
06f8 <۸>
06f9 <۹>
070f <܏>
0711 <ܑ>
0730 <ܰ>
0731 <ܱ>
0732 <ܲ>
0733 <ܳ>
0734 <ܴ>
0735 <ܵ>
0736 <ܶ>
0737 <ܷ>
0738 <ܸ>
0739 <ܹ>
073a <ܺ>
073b <ܻ>
073c <ܼ>
073d <ܽ>
073e <ܾ>
073f <ܿ>
0740 <݀>
0741 <݁>
0742 <݂>
0743 <݃>
0744 <݄>
0745 <݅>
0746 <݆>
0747 <݇>
0748 <݈>
0749 <݉>
074a <݊>
07a6 <ަ>
07a7 <ާ>
07a8 <ި>
07a9 <ީ>
07aa <ު>
07ab <ޫ>
07ac <ެ>
07ad <ޭ>
07ae <ޮ>
07af <ޯ>
07b0 <ް>
07c0 <߀>
07c1 <߁>
07c2 <߂>
07c3 <߃>
07c4 <߄>
07c5 <߅>
07c6 <߆>
07c7 <߇>
07c8 <߈>
07c9 <߉>
07eb <߫>
07ec <߬>
07ed <߭>
07ee <߮>
07ef <߯>
07f0 <߰>
07f1 <߱>
07f2 <߲>
07f3 <߳>
0816 <ࠖ>
0817 <ࠗ>
0818 <࠘>
0819 <࠙>
081b <ࠛ>
081c <ࠜ>
081d <ࠝ>
081e <ࠞ>
081f <ࠟ>
0820 <ࠠ>
0821 <ࠡ>
0822 <ࠢ>
0823 <ࠣ>
0825 <ࠥ>
0826 <ࠦ>
0827 <ࠧ>
0829 <ࠩ>
082a <ࠪ>
082b <ࠫ>
082c <ࠬ>
082d <࠭>
0859 <࡙>
085a <࡚>
085b <࡛>
08e4 <ࣤ>
08e5 <ࣥ>
08e6 <ࣦ>
08e7 <ࣧ>
08e8 <ࣨ>
08e9 <ࣩ>
08ea <࣪>
08eb <࣫>
08ec <࣬>
08ed <࣭>
08ee <࣮>
08ef <࣯>
08f0 <ࣰ>
08f1 <ࣱ>
08f2 <ࣲ>
08f3 <ࣳ>
08f4 <ࣴ>
08f5 <ࣵ>
08f6 <ࣶ>
08f7 <ࣷ>
08f8 <ࣸ>
08f9 <ࣹ>
08fa <ࣺ>
08fb <ࣻ>
08fc <ࣼ>
08fd <ࣽ>
08fe <ࣾ>
0900 <ऀ>
0901 <ँ>
0902 <ं>
0903 <ः>
093a <ऺ>
093b <ऻ>
093c <़>
093e <ा>
093f <ि>
0940 <ी>
0941 <ु>
0942 <ू>
0943 <ृ>
0944 <ॄ>
0945 <ॅ>
0946 <ॆ>
0947 <े>
0948 <ै>
0949 <ॉ>
094a <ॊ>
094b <ो>
094c <ौ>
094d <्>
094e <ॎ>
094f <ॏ>
0951 <॑>
0952 <॒>
0953 <॓>
0954 <॔>
0955 <ॕ>
0956 <ॖ>
0957 <ॗ>
0962 <ॢ>
0963 <ॣ>
0966 <०>
0967 <१>
0968 <२>
0969 <३>
096a <४>
096b <५>
096c <६>
096d <७>
096e <८>
096f <९>
0981 <ঁ>
0982 <ং>
0983 <ঃ>
09bc <়>
09be <া>
09bf <ি>
09c0 <ী>
09c1 <ু>
09c2 <ূ>
09c3 <ৃ>
09c4 <ৄ>
09c7 <ে>
09c8 <ৈ>
09cb <ো>
09cc <ৌ>
09cd <্>
09d7 <ৗ>
09e2 <ৢ>
09e3 <ৣ>
09e6 <০>
09e7 <১>
09e8 <২>
09e9 <৩>
09ea <৪>
09eb <৫>
09ec <৬>
09ed <৭>
09ee <৮>
09ef <৯>
0a01 <ਁ>
0a02 <ਂ>
0a03 <ਃ>
0a3c <਼>
0a3e <ਾ>
0a3f <ਿ>
0a40 <ੀ>
0a41 <ੁ>
0a42 <ੂ>
0a47 <ੇ>
0a48 <ੈ>
0a4b <ੋ>
0a4c <ੌ>
0a4d <੍>
0a51 <ੑ>
0a66 <੦>
0a67 <੧>
0a68 <੨>
0a69 <੩>
0a6a <੪>
0a6b <੫>
0a6c <੬>
0a6d <੭>
0a6e <੮>
0a6f <੯>
0a70 <ੰ>
0a71 <ੱ>
0a75 <ੵ>
0a81 <ઁ>
0a82 <ં>
0a83 <ઃ>
0abc <઼>
0abe <ા>
0abf <િ>
0ac0 <ી>
0ac1 <ુ>
0ac2 <ૂ>
0ac3 <ૃ>
0ac4 <ૄ>
0ac5 <ૅ>
0ac7 <ે>
0ac8 <ૈ>
0ac9 <ૉ>
0acb <ો>
0acc <ૌ>
0acd <્>
0ae2 <ૢ>
0ae3 <ૣ>
0ae6 <૦>
0ae7 <૧>
0ae8 <૨>
0ae9 <૩>
0aea <૪>
0aeb <૫>
0aec <૬>
0aed <૭>
0aee <૮>
0aef <૯>
0b01 <ଁ>
0b02 <ଂ>
0b03 <ଃ>
0b3c <଼>
0b3e <ା>
0b3f <ି>
0b40 <ୀ>
0b41 <ୁ>
0b42 <ୂ>
0b43 <ୃ>
0b44 <ୄ>
0b47 <େ>
0b48 <ୈ>
0b4b <ୋ>
0b4c <ୌ>
0b4d <୍>
0b56 <ୖ>
0b57 <ୗ>
0b62 <ୢ>
0b63 <ୣ>
0b66 <୦>
0b67 <୧>
0b68 <୨>
0b69 <୩>
0b6a <୪>
0b6b <୫>
0b6c <୬>
0b6d <୭>
0b6e <୮>
0b6f <୯>
0b82 <ஂ>
0bbe <ா>
0bbf <ி>
0bc0 <ீ>
0bc1 <ு>
0bc2 <ூ>
0bc6 <ெ>
0bc7 <ே>
0bc8 <ை>
0bca <ொ>
0bcb <ோ>
0bcc <ௌ>
0bcd <்>
0bd7 <ௗ>
0be6 <௦>
0be7 <௧>
0be8 <௨>
0be9 <௩>
0bea <௪>
0beb <௫>
0bec <௬>
0bed <௭>
0bee <௮>
0bef <௯>
0c01 <ఁ>
0c02 <ం>
0c03 <ః>
0c3e <ా>
0c3f <ి>
0c40 <ీ>
0c41 <ు>
0c42 <ూ>
0c43 <ృ>
0c44 <ౄ>
0c46 <ె>
0c47 <ే>
0c48 <ై>
0c4a <ొ>
0c4b <ో>
0c4c <ౌ>
0c4d <్>
0c55 <ౕ>
0c56 <ౖ>
0c62 <ౢ>
0c63 <ౣ>
0c66 <౦>
0c67 <౧>
0c68 <౨>
0c69 <౩>
0c6a <౪>
0c6b <౫>
0c6c <౬>
0c6d <౭>
0c6e <౮>
0c6f <౯>
0c82 <ಂ>
0c83 <ಃ>
0cbc <಼>
0cbe <ಾ>
0cbf <ಿ>
0cc0 <ೀ>
0cc1 <ು>
0cc2 <ೂ>
0cc3 <ೃ>
0cc4 <ೄ>
0cc6 <ೆ>
0cc7 <ೇ>
0cc8 <ೈ>
0cca <ೊ>
0ccb <ೋ>
0ccc <ೌ>
0ccd <್>
0cd5 <ೕ>
0cd6 <ೖ>
0ce2 <ೢ>
0ce3 <ೣ>
0ce6 <೦>
0ce7 <೧>
0ce8 <೨>
0ce9 <೩>
0cea <೪>
0ceb <೫>
0cec <೬>
0ced <೭>
0cee <೮>
0cef <೯>
0d02 <ം>
0d03 <ഃ>
0d3e <ാ>
0d3f <ി>
0d40 <ീ>
0d41 <ു>
0d42 <ൂ>
0d43 <ൃ>
0d44 <ൄ>
0d46 <െ>
0d47 <േ>
0d48 <ൈ>
0d4a <ൊ>
0d4b <ോ>
0d4c <ൌ>
0d4d <്>
0d57 <ൗ>
0d62 <ൢ>
0d63 <ൣ>
0d66 <൦>
0d67 <൧>
0d68 <൨>
0d69 <൩>
0d6a <൪>
0d6b <൫>
0d6c <൬>
0d6d <൭>
0d6e <൮>
0d6f <൯>
0d82 <ං>
0d83 <ඃ>
0dca <්>
0dcf <ා>
0dd0 <ැ>
0dd1 <ෑ>
0dd2 <ි>
0dd3 <ී>
0dd4 <ු>
0dd6 <ූ>
0dd8 <ෘ>
0dd9 <ෙ>
0dda <ේ>
0ddb <ෛ>
0ddc <ො>
0ddd <ෝ>
0dde <ෞ>
0ddf <ෟ>
0df2 <ෲ>
0df3 <ෳ>
0e31 <ั>
0e34 <ิ>
0e35 <ี>
0e36 <ึ>
0e37 <ื>
0e38 <ุ>
0e39 <ู>
0e3a <ฺ>
0e47 <็>
0e48 <่>
0e49 <้>
0e4a <๊>
0e4b <๋>
0e4c <์>
0e4d <ํ>
0e4e <๎>
0e50 <๐>
0e51 <๑>
0e52 <๒>
0e53 <๓>
0e54 <๔>
0e55 <๕>
0e56 <๖>
0e57 <๗>
0e58 <๘>
0e59 <๙>
0eb1 <ັ>
0eb4 <ິ>
0eb5 <ີ>
0eb6 <ຶ>
0eb7 <ື>
0eb8 <ຸ>
0eb9 <ູ>
0ebb <ົ>
0ebc <ຼ>
0ec8 <່>
0ec9 <້>
0eca <໊>
0ecb <໋>
0ecc <໌>
0ecd <ໍ>
0ed0 <໐>
0ed1 <໑>
0ed2 <໒>
0ed3 <໓>
0ed4 <໔>
0ed5 <໕>
0ed6 <໖>
0ed7 <໗>
0ed8 <໘>
0ed9 <໙>
0f18 <༘>
0f19 <༙>
0f20 <༠>
0f21 <༡>
0f22 <༢>
0f23 <༣>
0f24 <༤>
0f25 <༥>
0f26 <༦>
0f27 <༧>
0f28 <༨>
0f29 <༩>
0f35 <༵>
0f37 <༷>
0f39 <༹>
0f3e <༾>
0f3f <༿>
0f71 <ཱ>
0f72 <ི>
0f73 <ཱི>
0f74 <ུ>
0f75 <ཱུ>
0f76 <ྲྀ>
0f77 <ཷ>
0f78 <ླྀ>
0f79 <ཹ>
0f7a <ེ>
0f7b <ཻ>
0f7c <ོ>
0f7d <ཽ>
0f7e <ཾ>
0f7f <ཿ>
0f80 <ྀ>
0f81 <ཱྀ>
0f82 <ྂ>
0f83 <ྃ>
0f84 <྄>
0f86 <྆>
0f87 <྇>
0f8d <ྍ>
0f8e <ྎ>
0f8f <ྏ>
0f90 <ྐ>
0f91 <ྑ>
0f92 <ྒ>
0f93 <ྒྷ>
0f94 <ྔ>
0f95 <ྕ>
0f96 <ྖ>
0f97 <ྗ>
0f99 <ྙ>
0f9a <ྚ>
0f9b <ྛ>
0f9c <ྜ>
0f9d <ྜྷ>
0f9e <ྞ>
0f9f <ྟ>
0fa0 <ྠ>
0fa1 <ྡ>
0fa2 <ྡྷ>
0fa3 <ྣ>
0fa4 <ྤ>
0fa5 <ྥ>
0fa6 <ྦ>
0fa7 <ྦྷ>
0fa8 <ྨ>
0fa9 <ྩ>
0faa <ྪ>
0fab <ྫ>
0fac <ྫྷ>
0fad <ྭ>
0fae <ྮ>
0faf <ྯ>
0fb0 <ྰ>
0fb1 <ྱ>
0fb2 <ྲ>
0fb3 <ླ>
0fb4 <ྴ>
0fb5 <ྵ>
0fb6 <ྶ>
0fb7 <ྷ>
0fb8 <ྸ>
0fb9 <ྐྵ>
0fba <ྺ>
0fbb <ྻ>
0fbc <ྼ>
0fc6 <࿆>
102b <ါ>
102c <ာ>
102d <ိ>
102e <ီ>
102f <ု>
1030 <ူ>
1031 <ေ>
1032 <ဲ>
1033 <ဳ>
1034 <ဴ>
1035 <ဵ>
1036 <ံ>
1037 <့>
1038 <း>
1039 <္>
103a <်>
103b <ျ>
103c <ြ>
103d <ွ>
103e <ှ>
1040 <၀>
1041 <၁>
1042 <၂>
1043 <၃>
1044 <၄>
1045 <၅>
1046 <၆>
1047 <၇>
1048 <၈>
1049 <၉>
1056 <ၖ>
1057 <ၗ>
1058 <ၘ>
1059 <ၙ>
105e <ၞ>
105f <ၟ>
1060 <ၠ>
1062 <ၢ>
1063 <ၣ>
1064 <ၤ>
1067 <ၧ>
1068 <ၨ>
1069 <ၩ>
106a <ၪ>
106b <ၫ>
106c <ၬ>
106d <ၭ>
1071 <ၱ>
1072 <ၲ>
1073 <ၳ>
1074 <ၴ>
1082 <ႂ>
1083 <ႃ>
1084 <ႄ>
1085 <ႅ>
1086 <ႆ>
1087 <ႇ>
1088 <ႈ>
1089 <ႉ>
108a <ႊ>
108b <ႋ>
108c <ႌ>
108d <ႍ>
108f <ႏ>
1090 <႐>
1091 <႑>
1092 <႒>
1093 <႓>
1094 <႔>
1095 <႕>
1096 <႖>
1097 <႗>
1098 <႘>
1099 <႙>
109a <ႚ>
109b <ႛ>
109c <ႜ>
109d <ႝ>
135d <፝>
135e <፞>
135f <፟>
1712 <ᜒ>
1713 <ᜓ>
1714 <᜔>
1732 <ᜲ>
1733 <ᜳ>
1734 <᜴>
1752 <ᝒ>
1753 <ᝓ>
1772 <ᝲ>
1773 <ᝳ>
17b4 <឴>
17b5 <឵>
17b6 <ា>
17b7 <ិ>
17b8 <ី>
17b9 <ឹ>
17ba <ឺ>
17bb <ុ>
17bc <ូ>
17bd <ួ>
17be <ើ>
17bf <ឿ>
17c0 <ៀ>
17c1 <េ>
17c2 <ែ>
17c3 <ៃ>
17c4 <ោ>
17c5 <ៅ>
17c6 <ំ>
17c7 <ះ>
17c8 <ៈ>
17c9 <៉>
17ca <៊>
17cb <់>
17cc <៌>
17cd <៍>
17ce <៎>
17cf <៏>
17d0 <័>
17d1 <៑>
17d2 <្>
17d3 <៓>
17dd <៝>
17e0 <០>
17e1 <១>
17e2 <២>
17e3 <៣>
17e4 <៤>
17e5 <៥>
17e6 <៦>
17e7 <៧>
17e8 <៨>
17e9 <៩>
180b <᠋>
180c <᠌>
180d <᠍>
1810 <᠐>
1811 <᠑>
1812 <᠒>
1813 <᠓>
1814 <᠔>
1815 <᠕>
1816 <᠖>
1817 <᠗>
1818 <᠘>
1819 <᠙>
18a9 <ᢩ>
1920 <ᤠ>
1921 <ᤡ>
1922 <ᤢ>
1923 <ᤣ>
1924 <ᤤ>
1925 <ᤥ>
1926 <ᤦ>
1927 <ᤧ>
1928 <ᤨ>
1929 <ᤩ>
192a <ᤪ>
192b <ᤫ>
1930 <ᤰ>
1931 <ᤱ>
1932 <ᤲ>
1933 <ᤳ>
1934 <ᤴ>
1935 <ᤵ>
1936 <ᤶ>
1937 <ᤷ>
1938 <ᤸ>
1939 <᤹>
193a <᤺>
193b <᤻>
1946 <᥆>
1947 <᥇>
1948 <᥈>
1949 <᥉>
194a <᥊>
194b <᥋>
194c <᥌>
194d <᥍>
194e <᥎>
194f <᥏>
19b0 <ᦰ>
19b1 <ᦱ>
19b2 <ᦲ>
19b3 <ᦳ>
19b4 <ᦴ>
19b5 <ᦵ>
19b6 <ᦶ>
19b7 <ᦷ>
19b8 <ᦸ>
19b9 <ᦹ>
19ba <ᦺ>
19bb <ᦻ>
19bc <ᦼ>
19bd <ᦽ>
19be <ᦾ>
19bf <ᦿ>
19c0 <ᧀ>
19c8 <ᧈ>
19c9 <ᧉ>
19d0 <᧐>
19d1 <᧑>
19d2 <᧒>
19d3 <᧓>
19d4 <᧔>
19d5 <᧕>
19d6 <᧖>
19d7 <᧗>
19d8 <᧘>
19d9 <᧙>
1a17 <ᨗ>
1a18 <ᨘ>
1a19 <ᨙ>
1a1a <ᨚ>
1a1b <ᨛ>
1a55 <ᩕ>
1a56 <ᩖ>
1a57 <ᩗ>
1a58 <ᩘ>
1a59 <ᩙ>
1a5a <ᩚ>
1a5b <ᩛ>
1a5c <ᩜ>
1a5d <ᩝ>
1a5e <ᩞ>
1a60 <᩠>
1a61 <ᩡ>
1a62 <ᩢ>
1a63 <ᩣ>
1a64 <ᩤ>
1a65 <ᩥ>
1a66 <ᩦ>
1a67 <ᩧ>
1a68 <ᩨ>
1a69 <ᩩ>
1a6a <ᩪ>
1a6b <ᩫ>
1a6c <ᩬ>
1a6d <ᩭ>
1a6e <ᩮ>
1a6f <ᩯ>
1a70 <ᩰ>
1a71 <ᩱ>
1a72 <ᩲ>
1a73 <ᩳ>
1a74 <ᩴ>
1a75 <᩵>
1a76 <᩶>
1a77 <᩷>
1a78 <᩸>
1a79 <᩹>
1a7a <᩺>
1a7b <᩻>
1a7c <᩼>
1a7f <᩿>
1a80 <᪀>
1a81 <᪁>
1a82 <᪂>
1a83 <᪃>
1a84 <᪄>
1a85 <᪅>
1a86 <᪆>
1a87 <᪇>
1a88 <᪈>
1a89 <᪉>
1a90 <᪐>
1a91 <᪑>
1a92 <᪒>
1a93 <᪓>
1a94 <᪔>
1a95 <᪕>
1a96 <᪖>
1a97 <᪗>
1a98 <᪘>
1a99 <᪙>
1b00 <ᬀ>
1b01 <ᬁ>
1b02 <ᬂ>
1b03 <ᬃ>
1b04 <ᬄ>
1b34 <᬴>
1b35 <ᬵ>
1b36 <ᬶ>
1b37 <ᬷ>
1b38 <ᬸ>
1b39 <ᬹ>
1b3a <ᬺ>
1b3b <ᬻ>
1b3c <ᬼ>
1b3d <ᬽ>
1b3e <ᬾ>
1b3f <ᬿ>
1b40 <ᭀ>
1b41 <ᭁ>
1b42 <ᭂ>
1b43 <ᭃ>
1b44 <᭄>
1b50 <᭐>
1b51 <᭑>
1b52 <᭒>
1b53 <᭓>
1b54 <᭔>
1b55 <᭕>
1b56 <᭖>
1b57 <᭗>
1b58 <᭘>
1b59 <᭙>
1b6b <᭫>
1b6c <᭬>
1b6d <᭭>
1b6e <᭮>
1b6f <᭯>
1b70 <᭰>
1b71 <᭱>
1b72 <᭲>
1b73 <᭳>
1b80 <ᮀ>
1b81 <ᮁ>
1b82 <ᮂ>
1ba1 <ᮡ>
1ba2 <ᮢ>
1ba3 <ᮣ>
1ba4 <ᮤ>
1ba5 <ᮥ>
1ba6 <ᮦ>
1ba7 <ᮧ>
1ba8 <ᮨ>
1ba9 <ᮩ>
1baa <᮪>
1bab <᮫>
1bac <ᮬ>
1bad <ᮭ>
1bb0 <᮰>
1bb1 <᮱>
1bb2 <᮲>
1bb3 <᮳>
1bb4 <᮴>
1bb5 <᮵>
1bb6 <᮶>
1bb7 <᮷>
1bb8 <᮸>
1bb9 <᮹>
1be6 <᯦>
1be7 <ᯧ>
1be8 <ᯨ>
1be9 <ᯩ>
1bea <ᯪ>
1beb <ᯫ>
1bec <ᯬ>
1bed <ᯭ>
1bee <ᯮ>
1bef <ᯯ>
1bf0 <ᯰ>
1bf1 <ᯱ>
1bf2 <᯲>
1bf3 <᯳>
1c24 <ᰤ>
1c25 <ᰥ>
1c26 <ᰦ>
1c27 <ᰧ>
1c28 <ᰨ>
1c29 <ᰩ>
1c2a <ᰪ>
1c2b <ᰫ>
1c2c <ᰬ>
1c2d <ᰭ>
1c2e <ᰮ>
1c2f <ᰯ>
1c30 <ᰰ>
1c31 <ᰱ>
1c32 <ᰲ>
1c33 <ᰳ>
1c34 <ᰴ>
1c35 <ᰵ>
1c36 <ᰶ>
1c37 <᰷>
1c40 <᱀>
1c41 <᱁>
1c42 <᱂>
1c43 <᱃>
1c44 <᱄>
1c45 <᱅>
1c46 <᱆>
1c47 <᱇>
1c48 <᱈>
1c49 <᱉>
1c50 <᱐>
1c51 <᱑>
1c52 <᱒>
1c53 <᱓>
1c54 <᱔>
1c55 <᱕>
1c56 <᱖>
1c57 <᱗>
1c58 <᱘>
1c59 <᱙>
1cd0 <᳐>
1cd1 <᳑>
1cd2 <᳒>
1cd4 <᳔>
1cd5 <᳕>
1cd6 <᳖>
1cd7 <᳗>
1cd8 <᳘>
1cd9 <᳙>
1cda <᳚>
1cdb <᳛>
1cdc <᳜>
1cdd <᳝>
1cde <᳞>
1cdf <᳟>
1ce0 <᳠>
1ce1 <᳡>
1ce2 <᳢>
1ce3 <᳣>
1ce4 <᳤>
1ce5 <᳥>
1ce6 <᳦>
1ce7 <᳧>
1ce8 <᳨>
1ced <᳭>
1cf2 <ᳲ>
1cf3 <ᳳ>
1cf4 <᳴>
1dc0 <᷀>
1dc1 <᷁>
1dc2 <᷂>
1dc3 <᷃>
1dc4 <᷄>
1dc5 <᷅>
1dc6 <᷆>
1dc7 <᷇>
1dc8 <᷈>
1dc9 <᷉>
1dca <᷊>
1dcb <᷋>
1dcc <᷌>
1dcd <᷍>
1dce <᷎>
1dcf <᷏>
1dd0 <᷐>
1dd1 <᷑>
1dd2 <᷒>
1dd3 <ᷓ>
1dd4 <ᷔ>
1dd5 <ᷕ>
1dd6 <ᷖ>
1dd7 <ᷗ>
1dd8 <ᷘ>
1dd9 <ᷙ>
1dda <ᷚ>
1ddb <ᷛ>
1ddc <ᷜ>
1ddd <ᷝ>
1dde <ᷞ>
1ddf <ᷟ>
1de0 <ᷠ>
1de1 <ᷡ>
1de2 <ᷢ>
1de3 <ᷣ>
1de4 <ᷤ>
1de5 <ᷥ>
1de6 <ᷦ>
1dfc <᷼>
1dfd <᷽>
1dfe <᷾>
1dff <᷿>
200b <​>
200c <‌>
200d <‍>
200e <‎>
200f <‏>
202a <‪>
202b <‫>
202c <‬>
202d <‭>
202e <‮>
2060 <⁠>
2061 <⁡>
2062 <⁢>
2063 <⁣>
2064 <⁤>
206a <>
206b <>
206c <>
206d <>
206e <>
206f <>
20d0 <⃐>
20d1 <⃑>
20d2 <⃒>
20d3 <⃓>
20d4 <⃔>
20d5 <⃕>
20d6 <⃖>
20d7 <⃗>
20d8 <⃘>
20d9 <⃙>
20da <⃚>
20db <⃛>
20dc <⃜>
20e1 <⃡>
20e5 <⃥>
20e6 <⃦>
20e7 <⃧>
20e8 <⃨>
20e9 <⃩>
20ea <⃪>
20eb <⃫>
20ec <⃬>
20ed <⃭>
20ee <⃮>
20ef <⃯>
20f0 <⃰>
2cef <⳯>
2cf0 <⳰>
2cf1 <⳱>
2d7f <⵿>
2de0 <ⷠ>
2de1 <ⷡ>
2de2 <ⷢ>
2de3 <ⷣ>
2de4 <ⷤ>
2de5 <ⷥ>
2de6 <ⷦ>
2de7 <ⷧ>
2de8 <ⷨ>
2de9 <ⷩ>
2dea <ⷪ>
2deb <ⷫ>
2dec <ⷬ>
2ded <ⷭ>
2dee <ⷮ>
2def <ⷯ>
2df0 <ⷰ>
2df1 <ⷱ>
2df2 <ⷲ>
2df3 <ⷳ>
2df4 <ⷴ>
2df5 <ⷵ>
2df6 <ⷶ>
2df7 <ⷷ>
2df8 <ⷸ>
2df9 <ⷹ>
2dfa <ⷺ>
2dfb <ⷻ>
2dfc <ⷼ>
2dfd <ⷽ>
2dfe <ⷾ>
2dff <ⷿ>
302a <〪>
302b <〫>
302c <〬>
302d <〭>
302e <〮>
302f <〯>
3099 <゙>
309a <゚>
a620 <꘠>
a621 <꘡>
a622 <꘢>
a623 <꘣>
a624 <꘤>
a625 <꘥>
a626 <꘦>
a627 <꘧>
a628 <꘨>
a629 <꘩>
a66f <꙯>
a674 <ꙴ>
a675 <ꙵ>
a676 <ꙶ>
a677 <ꙷ>
a678 <ꙸ>
a679 <ꙹ>
a67a <ꙺ>
a67b <ꙻ>
a67c <꙼>
a67d <꙽>
a69f <ꚟ>
a6f0 <꛰>
a6f1 <꛱>
a802 <ꠂ>
a806 <꠆>
a80b <ꠋ>
a823 <ꠣ>
a824 <ꠤ>
a825 <ꠥ>
a826 <ꠦ>
a827 <ꠧ>
a880 <ꢀ>
a881 <ꢁ>
a8b4 <ꢴ>
a8b5 <ꢵ>
a8b6 <ꢶ>
a8b7 <ꢷ>
a8b8 <ꢸ>
a8b9 <ꢹ>
a8ba <ꢺ>
a8bb <ꢻ>
a8bc <ꢼ>
a8bd <ꢽ>
a8be <ꢾ>
a8bf <ꢿ>
a8c0 <ꣀ>
a8c1 <ꣁ>
a8c2 <ꣂ>
a8c3 <ꣃ>
a8c4 <꣄>
a8d0 <꣐>
a8d1 <꣑>
a8d2 <꣒>
a8d3 <꣓>
a8d4 <꣔>
a8d5 <꣕>
a8d6 <꣖>
a8d7 <꣗>
a8d8 <꣘>
a8d9 <꣙>
a8e0 <꣠>
a8e1 <꣡>
a8e2 <꣢>
a8e3 <꣣>
a8e4 <꣤>
a8e5 <꣥>
a8e6 <꣦>
a8e7 <꣧>
a8e8 <꣨>
a8e9 <꣩>
a8ea <꣪>
a8eb <꣫>
a8ec <꣬>
a8ed <꣭>
a8ee <꣮>
a8ef <꣯>
a8f0 <꣰>
a8f1 <꣱>
a900 <꤀>
a901 <꤁>
a902 <꤂>
a903 <꤃>
a904 <꤄>
a905 <꤅>
a906 <꤆>
a907 <꤇>
a908 <꤈>
a909 <꤉>
a926 <ꤦ>
a927 <ꤧ>
a928 <ꤨ>
a929 <ꤩ>
a92a <ꤪ>
a92b <꤫>
a92c <꤬>
a92d <꤭>
a947 <ꥇ>
a948 <ꥈ>
a949 <ꥉ>
a94a <ꥊ>
a94b <ꥋ>
a94c <ꥌ>
a94d <ꥍ>
a94e <ꥎ>
a94f <ꥏ>
a950 <ꥐ>
a951 <ꥑ>
a952 <ꥒ>
a953 <꥓>
a980 <ꦀ>
a981 <ꦁ>
a982 <ꦂ>
a983 <ꦃ>
a9b3 <꦳>
a9b4 <ꦴ>
a9b5 <ꦵ>
a9b6 <ꦶ>
a9b7 <ꦷ>
a9b8 <ꦸ>
a9b9 <ꦹ>
a9ba <ꦺ>
a9bb <ꦻ>
a9bc <ꦼ>
a9bd <ꦽ>
a9be <ꦾ>
a9bf <ꦿ>
a9c0 <꧀>
a9d0 <꧐>
a9d1 <꧑>
a9d2 <꧒>
a9d3 <꧓>
a9d4 <꧔>
a9d5 <꧕>
a9d6 <꧖>
a9d7 <꧗>
a9d8 <꧘>
a9d9 <꧙>
aa29 <ꨩ>
aa2a <ꨪ>
aa2b <ꨫ>
aa2c <ꨬ>
aa2d <ꨭ>
aa2e <ꨮ>
aa2f <ꨯ>
aa30 <ꨰ>
aa31 <ꨱ>
aa32 <ꨲ>
aa33 <ꨳ>
aa34 <ꨴ>
aa35 <ꨵ>
aa36 <ꨶ>
aa43 <ꩃ>
aa4c <ꩌ>
aa4d <ꩍ>
aa50 <꩐>
aa51 <꩑>
aa52 <꩒>
aa53 <꩓>
aa54 <꩔>
aa55 <꩕>
aa56 <꩖>
aa57 <꩗>
aa58 <꩘>
aa59 <꩙>
aa7b <ꩻ>
aab0 <ꪰ>
aab2 <ꪲ>
aab3 <ꪳ>
aab4 <ꪴ>
aab7 <ꪷ>
aab8 <ꪸ>
aabe <ꪾ>
aabf <꪿>
aac1 <꫁>
aaeb <ꫫ>
aaec <ꫬ>
aaed <ꫭ>
aaee <ꫮ>
aaef <ꫯ>
aaf5 <ꫵ>
aaf6 <꫶>
abe3 <ꯣ>
abe4 <ꯤ>
abe5 <ꯥ>
abe6 <ꯦ>
abe7 <ꯧ>
abe8 <ꯨ>
abe9 <ꯩ>
abea <ꯪ>
abec <꯬>
abed <꯭>
abf0 <꯰>
abf1 <꯱>
abf2 <꯲>
abf3 <꯳>
abf4 <꯴>
abf5 <꯵>
abf6 <꯶>
abf7 <꯷>
abf8 <꯸>
abf9 <꯹>
fb1e <ﬞ>
fe00 <︀>
fe01 <︁>
fe02 <︂>
fe03 <︃>
fe04 <︄>
fe05 <︅>
fe06 <︆>
fe07 <︇>
fe08 <︈>
fe09 <︉>
fe0a <︊>
fe0b <︋>
fe0c <︌>
fe0d <︍>
fe0e <︎>
fe0f <️>
fe20 <︠>
fe21 <︡>
fe22 <︢>
fe23 <︣>
fe24 <︤>
fe25 <︥>
fe26 <︦>
feff <>
ff10 <0>
ff11 <1>
ff12 <2>
ff13 <3>
ff14 <4>
ff15 <5>
ff16 <6>
ff17 <7>
ff18 <8>
ff19 <9>
fff9 <>
fffa <>
fffb <>