unicode: support columns in webkit browsers
[sheet.git] / unicode-table.inc.pl
index d6302effcce1f6464ad03f3ca7ff30a19add202f..d440d6bc61da60dc6498f2d8cbb9a641ed51808b 100644 (file)
@@ -20,16 +20,24 @@ punctuation => {
 
 symbols => {
        binary   => [qw{. ⚋ ⚊ . ⚐ ⚑ . ☺ ☹ . ✓ ✗ . ✔ ✘ . ◄ ► }], # opposites
-       currency => [qw{. ¤ ¢ ₥ € £ ₨ $ ¥ . ฿ ₫ ₭ ₦ ₱ ₮ ₩ ₪}],
-       cards    => [qw{. ♠ ♡ ♢ ♣ . ♤ ♥ ♦ ♧}],
+       currency => [qw{. ¤ ¢ ₥ € £ ₹ $ ¥ . ฿ ₫ ₭ ₦ ₱ ₮ ₩ ₪}],
+       cards    => [
+               qw{. ♢ ♡ ♠ ♣ . ♦ ♥ ♤ ♧ }, # diamonds, hearts, clubs, spades
+#              qw{. 🔔 ❀ -⛨ 🌰 }, # bells, roses, shields, acorns
+#              qw{. ⚚ ⚘ ⚔ ⚒ }, # merchant, clergy, nobility, peasant
+#              qw{. ❂ 🏆 ⚔ -🔧 }, # coins, cups, swords, clubs
+               qw{. ▽̶ ▽ △ △̶ }, # earth, water, fire, air
+               qw{. ☷ ☵ ☲ ☰ }, # earth, water, fire, heaven [cq ☴ wind]
+               qw{. 土 水 火 金 }, # earth, water, fire, metal
+       ],
        chess    => [qw{. ♙ ♘ ♗ ♖ ♕ ♔ . ♟ ♞ ♝ ♜ ♛ ♚ }],
        signs1   => [qw{. ☮ ☯ ☻ ♪ ♲ ♿ }],
        signs2   => [qw{. ⚠ ☡ ☠}],
        communic => [ # note, mail, fax, phone, alt phone
-               qw{. ✂ ✉ ℻ ☎ ☏ }, # scissors, envelope, fax sign, black phone, white phone
-               qw{. ��� 🔾 🔰 📞 🕀 }, # paperclip, postal horn, fax machine, receiver, cell
+               qw{. ✂ ✉ ℻ ☎ 📱 }, # scissors, envelope, fax sign, black phone, mobile
+               qw{. ��� 📯 📠 ☏ 📞 }, # paperclip, postal horn, fax machine, white phone, receiver
        ],
-       trinity  => [qw{. ✊ ✋ ✌ . ��� 🐜 👼 }], # rock, paper, scissors; terran, protoss, zerg
+       trinity  => [qw{. ✊ ✋ ✌ . ��� 🐜 👽 }], # rock, paper, scissors; terran, protoss, zerg
        solar    => [qw{. ☉ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇}], # sun, mercury-neptune, pluto
        zodiac   => [
                qw{. ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ }, # western signs
@@ -47,7 +55,8 @@ keys => {
        command  => [qw{. ↵ ⎋ ⎉ ⎊ }], # enter, esc, pause, break
        player   => [qw{. ► ⏩ ⏭ ◼ ⚫ . ◄ ⏪ ⏮ ⏏ -❚❚ }], # play, fast, skip, stop, record
        android  => [qw{. ⌂ ◰ ↩ 🔍 }], # home, menu, back, search
-       ps       => [qw{. △ ○ ☓ □ }], # triangle, circle, cross, square
+       ps       => [qw{. ☓ □ △ ○ }], # triangle, circle, cross, square
+       gamepad  => [qw{. Ⓐ Ⓑ ◭ ◮ }], # A, B, L1, R1
 },
 
 math => {