Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
table_01 [2023/09/21 06:40] demiurgetable_01 [2023/09/22 22:03] (current) demiurge
Line 1: Line 1:
 +===== Liber 777 =====
 +
 <HTML> <HTML>
 <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css">
-<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>+<link rel="stylesheet" type="text/css" 
 +    href="https://cdn.datatables.net/responsive/2.2.7/css/responsive.dataTables.min.css"> 
 +<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" 
 +    integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" 
 +    crossorigin="anonymous" referrerpolicy="no-referrer"></script>
 <script type="text/javascript" src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script>
 +<script type="text/javascript" src="https://cdn.datatables.net/responsive/2.2.7/js/dataTables.responsive.min.js">
 +</script>
 +<script type="text/javascript" src="https://cdn.datatables.net/plug-ins/1.10.21/sorting/natural.js"></script>
 <script type="text/javascript"> <script type="text/javascript">
-jQuery(document).ready(function(){ +    jQuery(document).ready(function () { 
-    jQuery('#correspondence').DataTable(); +        jQuery('#correspondence').DataTable(
-});+            "pageLength": 999, 
 +            "paging": false, 
 +            "lengthChange": false, 
 +            "searching": true, 
 +            "autoWidth": true, 
 +            "order": [], 
 +            "scrollY": "640px", 
 +            "scrollX": true, 
 +            "scrollCollapese": true 
 +        }); 
 +         
 +        $('a.wiki-link').each(function() { 
 +        var pageID = $(this).data('page-id'); 
 +        var wikiURL = "/doku.php?id=" + pageID; 
 +        $(this).attr('href', wikiURL); 
 +    }); 
 +    });
 </script> </script>
-</HTML>+<style> 
 +    #tableWrap { 
 +        max-width: 1512px; // Adjust to your preferred maximum width 
 +        overflow-x: auto; 
 +    } 
 +</style> 
 +<body> 
 +    <div id="tableWrap"> 
 +    <table id="correspondence"> 
 +        <thead> 
 +            <tr> 
 +                <th>Category</th> 
 +                <th>2 - Hebrew Names</th> 
 +                <th>3 - English of II</th> 
 +                <th>10 - Mystic Numbers of the Sephiroth</th> 
 +                <th>11 - Elements &amp; Rulers</th> 
 +                <th>12 - <a href="#" class="wiki-link" data-page-id="treeoflife">Tree of Life</a></th> 
 +                <th>13 - Paths of Sepher Yetzirah</th> 
 +                <th>14 - General Attribution of Tarot</th> 
 +                <th>15 - The King Scale Colors (Yud)</th> 
 +                <th>15b - King Scale Hex</th> 
 +                <th>16 - Queen Scale Colors (Heh)</th> 
 +                <th>16b - Queen Scale Hex</th> 
 +                <th>17 - Emperor Scale Colors (Vav)</th> 
 +                <th>17b - Emperor Scale Hex</th> 
 +                <th>18 - Empress Scale Colors (Heh)</th> 
 +                <th>18b - Empress Scale Hex</th> 
 +                <th>19 - Egyptian Gods</th> 
 +                <th>20 - Practical Egyptian Gods</th> 
 +                <th>21 - The Perfected Man</th> 
 +                <th>22 - Hindu Deities</th> 
 +                <th>23 - Buddhist Meditations</th> 
 +                <th>24 - Hindu - Buddhist Results</th> 
 +                <th>33 - Scandinavian Gods</th> 
 +                <th>34 - Greek Gods</th> 
 +                <th>35 - Roman Gods</th> 
 +                <th>36 - Christian Lore</th> 
 +                <th>38 - Animals (Real &amp; Imaginary)</th> 
 +                <th>39 - Plants (Real &amp; Imaginary)</th> 
 +                <th>40 - Precious Stones</th> 
 +                <th>41 - Magical Weapons</th> 
 +                <th>Magical Forumalæ (see Col. 41)</th> 
 +                <th>42 - Perfumes</th> 
 +                <th>43 - Vegetable Drugs</th> 
 +                <th>44 - Mineral Drugs</th> 
 +                <th>45 - Magical Powers</th> 
 +                <th>46- System of Taoism</th> 
 +                <th>47 - Kings and Princes of the Jinn</th> 
 +                <th>48 - Figures related to Pure Number</th> 
 +                <th>49 - Geomeotry</th> 
 +            </tr> 
 +        </thead> 
 +        <tbody> 
 +            <tr> 
 +                <td>0</td> 
 +                <td>Ain (אין) - Ain Soph (אין סוף) - Ain Soph Aur (אין סוף אור)</td> 
 +                <td>Limitless LVX - No Limit - Nothing</td> 
 +                <td>0</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Harpocrates, Amoun, Nuith Nuit and Hadit</td> 
 +                <td>Heru-pa-Kraath</td> 
 +                <td>The Hair (Nu)</td> 
 +                <td>AUM</td> 
 +                <td>Nothing and Neither P nor p&#39; Space Consciousness</td> 
 +                <td>Nerodha-samapatti, Nirvikalpa- samadhi, Shiva darshana</td> 
 +                <td>...</td> 
 +                <td>Pan</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Dragon</td> 
 +                <td>Lotus, Rose</td> 
 +                <td>Star Sapphire, Black Diamond</td> 
 +                <td>No attribution possible</td> 
 +                <td>LASTAL. M . . . . M</td> 
 +                <td>No attribution possible</td> 
 +                <td>...</td> 
 +                <td>Carbon</td> 
 +                <td>The Supreme Attainment Vision of No Difference</td> 
 +                <td>The Tao or Great Extreme of the Yi King</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>The Circle</td> 
 +            </tr> 
 +            <tr> 
 +                <td>1</td> 
 +                <td>(כתר) Kether</td> 
 +                <td>Crown</td> 
 +                <td>1</td> 
 +                <td>Root of 🜁</td> 
 +                <td>1st Plane - Middle Pillar</td> 
 +                <td>Admirable</td> 
 +                <td>The 4 Aces</td> 
 +                <td>Brilliance</td> 
 +                <td>#FFFFFF</td> 
 +                <td>White brilliance</td> 
 +                <td>#FFFFFF</td> 
 +                <td>White brilliance</td> 
 +                <td>#FFFFFF</td> 
 +                <td>White flecked gold</td> 
 +                <td>#FFECB3</td> 
 +                <td>Ptah, Asar un Nefer, Hadith Heru-Ra-Ha</td> 
 +                <td>Ptah</td> 
 +                <td>The Face (Disk) &amp; The Neck (Asi)</td> 
 +                <td>Parabrahm Shiva, Brahma</td> 
 +                <td>Indifference</td> 
 +                <td>Unity with Brahma, Atma darshana</td> 
 +                <td>Wotan</td> 
 +                <td>Zeus, Ikarus</td> 
 +                <td>Jupiter</td> 
 +                <td>God the 3 in 1</td> 
 +                <td>God Swan, Hawk Man</td> 
 +                <td>Almond in Flower Banyan</td> 
 +                <td>Diamond</td> 
 +                <td>Swastika or Fylfot Cross, Crown The Lamp</td> 
 +                <td>...</td> 
 +                <td>Ambergris</td> 
 +                <td>Elixir Vitæ</td> 
 +                <td>Aur. Pot.</td> 
 +                <td>Union with God</td> 
 +                <td>Shang Ti (also the Tao)</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>The Point</td> 
 +            </tr> 
 +            <tr> 
 +                <td>2</td> 
 +                <td>Chokmah ()</td> 
 +                <td><a href="#" class="wiki-link" data-page-id="wisdom">Wisdom</a></td> 
 +                <td>3</td> 
 +                <td>Root of 🜁</td> 
 +                <td>2nd Plane - Right Pillar</td> 
 +                <td>Illuminating Wisdom</td> 
 +                <td>The 4 Twos - Kings / Knights</td> 
 +                <td>Pure soft blue</td> 
 +                <td>#87CEEB</td> 
 +                <td>Grey</td> 
 +                <td>#808080</td> 
 +                <td>Blue pearl grey, like mother-of pearl</td> 
 +                <td>#8DA399</td> 
 +                <td>White, flecked red, blue, and yellow</td> 
 +                <td>#FFFFFF</td> 
 +                <td>moun, Thoth, Nuith [Zodiac]</td> 
 +                <td>Isis (as Wisdom)</td> 
 +                <td>The Face (Disk) &amp; The Neck (Asi)</td> 
 +                <td>Shiva, Vishnu, Akasa, Lingam</td> 
 +                <td>Joy</td> 
 +                <td>...</td> 
 +                <td>Odin</td> 
 +                <td>Athena, Uranus</td> 
 +                <td>Janus Mercury</td> 
 +                <td>God the Fater, who guides Parliament</td> 
 +                <td>Man</td> 
 +                <td>Amaranth Mistletoe, Bo or Pipal Tree</td> 
 +                <td>Star Ruby, Turquoise</td> 
 +                <td>Lingam, the Inner Robe of Glory The Word</td> 
 +                <td>VIAOV</td> 
 +                <td>Musk</td> 
 +                <td>Hashish Cocaine</td> 
 +                <td>Phosphorus</td> 
 +                <td>The Vision of God face to face Vision of Antinomies</td> 
 +                <td>The Yang and Khien</td> 
 +                <td>...</td> 
 +                <td>The Cross</td> 
 +                <td>The Line, also the Cross</td> 
 +            </tr> 
 +            <tr> 
 +                <td>3</td> 
 +                <td>(בינה) Binah</td> 
 +                <td>Understanding</td> 
 +                <td>6</td> 
 +                <td>Root of 🜁</td> 
 +                <td>2nd Plane - Left Pillar</td> 
 +                <td>Sanctifying Understanding</td> 
 +                <td>The 4 Threes - Queens</td> 
 +                <td>Crimson</td> 
 +                <td>#DC143C</td> 
 +                <td>Black</td> 
 +                <td>#000000</td> 
 +                <td>Dark brown</td> 
 +                <td>#654321</td> 
 +                <td>Grey flecked pink</td> 
 +                <td>#C4C4C4</td> 
 +                <td>Maut,Isis,Nephthy</td> 
 +                <td>Nephthys</td> 
 +                <td>The Face (Disk) &amp; The Neck (Asi)</td> 
 +                <td>Bhavani (All Sakti), Prana (Force), Yoni</td> 
 +                <td>Compassion</td> 
 +                <td>...</td> 
 +                <td>Frigga</td> 
 +                <td>Cybele, Demeter, Rhea, Heré, Kronos, Pyché</td> 
 +                <td>Juno, Cybele, Hecate</td> 
 +                <td>The Virgin Mary</td> 
 +                <td>Woman Bee</td> 
 +                <td>Cypress, Opium Poppy Lotus, Lily, Ivy</td> 
 +                <td>Star Sapphire, Pearl</td> 
 +                <td>Yoni, the Outer Robe of Concealment The Cup, the Shining Star</td> 
 +                <td>BABALON. VITRIOL</td> 
 +                <td>Myrrh, Civet</td> 
 +                <td>Belladonna, Soma</td> 
 +                <td>Silver</td> 
 +                <td>The Vision of Sorrow Vision of Wonder</td> 
 +                <td>Kwan-se-on, The Yin and Khwan</td> 
 +                <td>...</td> 
 +                <td>The Triangle</td> 
 +                <td>The Plane, also the Diamond, Oval, Circle, and other Yoni Symbols</td> 
 +            </tr> 
 +            <tr> 
 +                <td>4</td> 
 +                <td>Chesed ()</td> 
 +                <td>Mercy</td> 
 +                <td>10</td> 
 +                <td>🜄</td> 
 +                <td>3rd Plane - Right Pillar</td> 
 +                <td>Measuring Cohesive or Receptcular Mercy</td> 
 +                <td>The 4 Fours</td> 
 +                <td>Deep violet</td> 
 +                <td>#9400D3</td> 
 +                <td>Blue</td> 
 +                <td>#0000FF</td> 
 +                <td>Deep purple</td> 
 +                <td>#9932CC</td> 
 +                <td>Deep azure flecked yellow</td> 
 +                <td>#1E90FF</td> 
 +                <td>Amoun,IsisHathoor</td> 
 +                <td>Amoun</td> 
 +                <td>The Arms (Neith)</td> 
 +                <td>Indra, Brahma</td> 
 +                <td>Friendliness</td> 
 +                <td>...</td> 
 +                <td>Wotan</td> 
 +                <td>Poseidon Zeus</td> 
 +                <td>Jupiter Libitina</td> 
 +                <td>God the Rain-Maker, God the Farmer&#39;s Friend</td> 
 +                <td>Unicorn</td> 
 +                <td>Olive, Shamrock Opium Poppy</td> 
 +                <td>Amethyst, Sapphire Lapis Lazuli</td> 
 +                <td>The Wand, Sceptre, or Crook</td> 
 +                <td>IHVH</td> 
 +                <td>Cedar</td> 
 +                <td>Opium</td> 
 +                <td>...</td> 
 +                <td>The Vision of Love</td> 
 +                <td>...</td> 
 +                <td>[Column Left blank due to transcriber&#39;s complete ignorance of Arabic. May be restored at some 
 +                    point, but then again maybe not; in any case don&#39;t hold your breath folks.]</td> 
 +                <td>Tetrahedron or Pyramid, Cross</td> 
 +                <td>The Solid Figure</td> 
 +            </tr> 
 +            <tr> 
 +                <td>5</td> 
 +                <td>(גבורה) Geburah</td> 
 +                <td>Strength</td> 
 +                <td>15</td> 
 +                <td>🜂</td> 
 +                <td>3rd Plane - Left Pillar</td> 
 +                <td>Radical Strength</td> 
 +                <td>The 4 Fives</td> 
 +                <td>Orange</td> 
 +                <td>#FFA500</td> 
 +                <td>Scarlet red</td> 
 +                <td>#FF2400</td> 
 +                <td>Bright scarlet</td> 
 +                <td>#FF2400</td> 
 +                <td>Red flecked black</td> 
 +                <td>#8B0000</td> 
 +                <td>Horus,Nephthys</td> 
 +                <td>Horus</td> 
 +                <td>The Arms (Neith)</td> 
 +                <td>Vishnu, Varruna-Avatar</td> 
 +                <td>Death</td> 
 +                <td>...</td> 
 +                <td>Thor</td> 
 +                <td>Ares, Hades</td> 
 +                <td>Mars</td> 
 +                <td>Christ coming to Judge the World</td> 
 +                <td>Basilisk</td> 
 +                <td>Oak, Nux Vomica, Nettle Hickory</td> 
 +                <td>Ruby</td> 
 +                <td>The Sword, Spear, Scourge, or Chain</td> 
 +                <td>AGLA. ALHIM</td> 
 +                <td>Tobacco</td> 
 +                <td>Nux Vomica, Nettle Cocaine, Atropine</td> 
 +                <td>Iron, Sulphur</td> 
 +                <td>The Vision of Power</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>The Rose</td> 
 +                <td>The Tesseract</td> 
 +            </tr> 
 +            <tr> 
 +                <td>6</td> 
 +                <td>Tiphareth ()</td> 
 +                <td>Beauty</td> 
 +                <td>21</td> 
 +                <td>🜁</td> 
 +                <td>4th Plane - Middle Pillar</td> 
 +                <td>Beauty of the Mediating Influence</td> 
 +                <td>The 4 Sixes - Emperor or Princes</td> 
 +                <td>Clear pink rose</td> 
 +                <td>#FFE1FF</td> 
 +                <td>Yellow (gold)</td> 
 +                <td>#FFD700</td> 
 +                <td>Rich salmon</td> 
 +                <td>#FF8C69</td> 
 +                <td>Gold amber</td> 
 +                <td>#FFC200</td> 
 +                <td>Asar, Ra On, Hrumachis</td> 
 +                <td>Ra</td> 
 +                <td>The Breast (Mighty Terrible One)</td> 
 +                <td>Vishu-Hari-Krischna-Rama</td> 
 +                <td>The Gods</td> 
 +                <td>Vishvarupa-darshana</td> 
 +                <td>...</td> 
 +                <td>Ikarus, Apollo, Adonis Dionysis, Bacchus</td> 
 +                <td>Apollo Bacchus, Aurora</td> 
 +                <td>God the Son (Maker of fine Weather)</td> 
 +                <td>Phœnix, Lion, Child Spider, Pelican</td> 
 +                <td>Acacia, Bay, Laurel, Vine Oak, Gorse, Ash, Aswata</td> 
 +                <td>Topaz, Yellow Diamond</td> 
 +                <td>The Lamen or Rosy Cross</td> 
 +                <td>ABRAHADABRA. IAO: INRI</td> 
 +                <td>Olibanum</td> 
 +                <td>Stramonium, Alcohol, Digitalis, Coffee</td> 
 +                <td>...</td> 
 +                <td>The Vision of the Harmony of Things (also the Mysteries of the Crucifixion), Beatific Vision</td> 
 +                <td>Li</td> 
 +                <td>…</td> 
 +                <td>Calvary Cross, Truncated Pyramid, Cube</td> 
 +                <td>&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;Sephirothic Gemoantic Figures Follw the Planets. Caput* 
 +                    and CAuda Draconis* are the Nodse of the Moon, nearly = Neptune and Herschel respectively. They 
 +                    belong to Malkuth.&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</td> 
 +            </tr> 
 +            <tr> 
 +                <td>7</td> 
 +                <td>(נצח) Netzach</td> 
 +                <td>Victory</td> 
 +                <td>28</td> 
 +                <td>🜂</td> 
 +                <td>5th Plane - Right Pillar</td> 
 +                <td>Hidden (Occult) Victory</td> 
 +                <td>The 4 Sevens</td> 
 +                <td>Amber</td> 
 +                <td>#FFBF00</td> 
 +                <td>Emerald</td> 
 +                <td>#50C878</td> 
 +                <td>Bright yellow green Red-russet</td> 
 +                <td>Not a valid color description</td> 
 +                <td>Olive flecked gold</td> 
 +                <td>#808000</td> 
 +                <td>Hathoor</td> 
 +                <td>Hathoor</td> 
 +                <td>The Reins (Lords of Kereba) - The Hips and Legs (Nuit)</td> 
 +                <td>Bhavani, etc.</td> 
 +                <td>Analysis into 4 Elements</td> 
 +                <td>...</td> 
 +                <td>Freya</td> 
 +                <td>Aphrodite, Nike</td> 
 +                <td>Venus</td> 
 +                <td>Messiah, Lord of Hosts</td> 
 +                <td>Iynx Raven, all carrion birds</td> 
 +                <td>Rose Laurel</td> 
 +                <td>Emerald</td> 
 +                <td>The Lamp and Girdle</td> 
 +                <td>ARARITA</td> 
 +                <td>Benzoin, Rose, Red Sandal</td> 
 +                <td>Damiana, Cannabis Indica Anhalonium</td> 
 +                <td>Arsenic</td> 
 +                <td>The Vision of Beauty Triumphant</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>A Rose (7x7), Candlestick</td> 
 +                <td>blank</td> 
 +            </tr> 
 +            <tr> 
 +                <td>8</td> 
 +                <td>Hod ()</td> 
 +                <td>Splendour</td> 
 +                <td>36</td> 
 +                <td>🜄</td> 
 +                <td>5th Plane - Left Pillar</td> 
 +                <td>Absolute (Perfect) Splendour</td> 
 +                <td>The 4 Eights</td> 
 +                <td>Violet purple</td> 
 +                <td>#A020F0</td> 
 +                <td>Orange</td> 
 +                <td>#FFA500</td> 
 +                <td>Very dark purple</td> 
 +                <td>#330066</td> 
 +                <td>Yellow-brown flecked white</td> 
 +                <td>#DAA520</td> 
 +                <td>Anubis</td> 
 +                <td>Thoth</td> 
 +                <td>The Reins (Lords of Kereba) - The Hips and Legs (Nuit)</td> 
 +                <td>Hanuman</td> 
 +                <td>Dhamma</td> 
 +                <td>...</td> 
 +                <td>Odin, Loki</td> 
 +                <td>Hermes</td> 
 +                <td>Mercury</td> 
 +                <td>God the Holy Ghost, God the Healer of Plagues</td> 
 +                <td>Hermaphrodite, Jackal Twin serpents, Monoceros de Astris</td> 
 +                <td>Moly, Anhalonium Lewinii</td> 
 +                <td>Opal, especially Fire Opal</td> 
 +                <td>The Names and Versicles and Apron</td> 
 +                <td>...</td> 
 +                <td>Storax</td> 
 +                <td>Anhalonium Lewinii Cannabis Indica</td> 
 +                <td>Mercury</td> 
 +                <td>The Vision of Splendour [Ezekiel]</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +            </tr> 
 +            <tr> 
 +                <td>9</td> 
 +                <td>(יסוד) Yesod</td> 
 +                <td>Foundation</td> 
 +                <td>45</td> 
 +                <td>🜁</td> 
 +                <td>6th Plane - Middle Pillar</td> 
 +                <td>Pure (Clear) Foundation</td> 
 +                <td>The 4 Nines</td> 
 +                <td>Indigo</td> 
 +                <td>#4B0082</td> 
 +                <td>Violet</td> 
 +                <td>#EE82EE</td> 
 +                <td>As Queen scale, but flecked with gold</td> 
 +                <td>Not a valid color description</td> 
 +                <td>Citrine flecked azure</td> 
 +                <td>#E4D00A</td> 
 +                <td>Shu Hermanubis, all exclusively phallic</td> 
 +                <td>Shu</td> 
 +                <td>The Phallus and Vulva. The Spine</td> 
 +                <td>Ganesha, Vishnu (Kurm Avatar)</td> 
 +                <td>Sangha &amp; The Body</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Zeus (as Air), Diana of Epheus, Eros</td> 
 +                <td>Diana (as Water) Terminus, Jupiter</td> 
 +                <td>God the Holy Ghost (as Incubus)</td> 
 +                <td>Elephant Tortoise, Toad</td> 
 +                <td>[Banyan], Mandrake, Damiana Ginseng, Yohimba</td> 
 +                <td>Quartz</td> 
 +                <td>The Perfumes and Sandals, The Altar</td> 
 +                <td>ALIM</td> 
 +                <td>Jasmine, Jinseng, all Odoriferous Roots</td> 
 +                <td>Orchid Root</td> 
 +                <td>Lead</td> 
 +                <td>The Vision of the Machinery of the Universe</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +            </tr> 
 +            <tr> 
 +                <td>10</td> 
 +                <td>Malkuth ()</td> 
 +                <td>Kingdom</td> 
 +                <td>55</td> 
 +                <td>🜃</td> 
 +                <td>7th Plane - Middle Pillar</td> 
 +                <td>Resplendent Kingdom</td> 
 +                <td>The 4 Tens - Empresses or Princesses</td> 
 +                <td>Yellow</td> 
 +                <td>#FFFF00</td> 
 +                <td>Citrine</td> 
 +                <td>#E4D00A</td> 
 +                <td>Blue emerald green Grey</td> 
 +                <td>#669999</td> 
 +                <td>Black rayed yellow</td> 
 +                <td>#F8D568</td> 
 +                <td>Seb. Lower (i.e. unwedded) Isis and Neph-</td> 
 +                <td>Osiris</td> 
 +                <td>The Buttocks and Anus (Eye of Hoor)</td> 
 +                <td>Lakshmi [Kundalini]</td> 
 +                <td>Sangha &amp; The Body</td> 
 +                <td>Vision of the “Higher Self,” the various Dhyanas or Jhanas</td> 
 +                <td>...</td> 
 +                <td>Persephone, Adonis, Psyche</td> 
 +                <td>Ceres</td> 
 +                <td>Ecclesia Xsti, the Virgin Mary</td> 
 +                <td>Sphinx</td> 
 +                <td>Willow, Lily, Ivy Pomegranate, all cereals</td> 
 +                <td>Rock Crystal</td> 
 +                <td>The Magical Circle and Triangle</td> 
 +                <td>VITRIOL</td> 
 +                <td>Dittany of Crete</td> 
 +                <td>Corn</td> 
 +                <td>Mag. Sulph.</td> 
 +                <td>The Vision of the Holy Guardian Angel or of Adonai</td> 
 +                <td>Khan</td> 
 +                <td>…</td> 
 +                <td>Altar (Double Cube), Calvary Cross</td> 
 +                <td>…</td> 
 +            </tr> 
 +            <tr> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>thys. Sphinx as synthesis of Elements</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +            </tr> 
 +            <tr> 
 +                <td>11</td> 
 +                <td>(אלף) Aleph</td> 
 +                <td>Ox</td> 
 +                <td>66</td> 
 +                <td>Hot &amp; Moist 🜁</td> 
 +                <td>1 to 2</td> 
 +                <td>Scintillating Ox</td> 
 +                <td>The Fool - Swords - Emperors of Princes</td> 
 +                <td>Bright pale yellow</td> 
 +                <td>#FFFF9D</td> 
 +                <td>Sky blue</td> 
 +                <td>#87CEEB</td> 
 +                <td>Cold pale blue</td> 
 +                <td>#AECBF0</td> 
 +                <td>Emerald flecked gold</td> 
 +                <td>#50C878</td> 
 +                <td>Nu Hoor-pa-kraat as ATU 0</td> 
 +                <td>Mout</td> 
 +                <td>The Breast (Mighty Terrible One)</td> 
 +                <td>The Maruts [Vayu]</td> 
 +                <td>Wind</td> 
 +                <td>Vaya-Bhawana</td> 
 +                <td>Valkyries</td> 
 +                <td>Zeus</td> 
 +                <td>Jupiter Juno, Æolus</td> 
 +                <td>Matthew</td> 
 +                <td>Eagle, Man (Cherub of D) Ox</td> 
 +                <td>Aspen</td> 
 +                <td>Topaz</td> 
 +                <td>The Dagger or Fan</td> 
 +                <td>...</td> 
 +                <td>Galbanum</td> 
 +                <td>Peppermint</td> 
 +                <td>...</td> 
 +                <td>Divination</td> 
 +                <td>Sun</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Those of 🜁y Triplicity</td> 
 +            </tr> 
 +            <tr> 
 +                <td>12</td> 
 +                <td>Beth ()</td> 
 +                <td>House</td> 
 +                <td>78</td> 
 +                <td>...</td> 
 +                <td>1 to 3</td> 
 +                <td>House of Transparency</td> 
 +                <td>The Juggler</td> 
 +                <td>Yellow</td> 
 +                <td>#FFFF00</td> 
 +                <td>Purple</td> 
 +                <td>#800080</td> 
 +                <td>Early spring green</td> 
 +                <td>#00FF7F</td> 
 +                <td>Indigo rayed violet</td> 
 +                <td>#8A2BE2</td> 
 +                <td>ThothandCynocephalus</td> 
 +                <td>Thoth</td> 
 +                <td>The Lips (Anpu)</td> 
 +                <td>Hanuman, Vishnu (Parasa-Rama)</td> 
 +                <td>Yellow</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Hermes</td> 
 +                <td>Mercury</td> 
 +                <td>Sardis</td> 
 +                <td>Swallow, Ibis, Ape Twin Serpents, fish, hybrids</td> 
 +                <td>Vervain, Herb Mercury, Major-lane, Palm Lime or Linden</td> 
 +                <td>Opal, Agate</td> 
 +                <td>The Wand or Caduceus</td> 
 +                <td>...</td> 
 +                <td>Mastic, White Sandal Nutmeg, Mace, Storax, all Fugitive Odors</td> 
 +                <td>All cerebral excitants</td> 
 +                <td>Mercury</td> 
 +                <td>Miracles of Healing, Gift of Tongues, Knowledge of Sciences</td> 
 +                <td>Sun</td> 
 +                <td>…</td> 
 +                <td>Calvary Cross</td> 
 +                <td>Octagram</td> 
 +            </tr> 
 +            <tr> 
 +                <td>13</td> 
 +                <td>(גמל) Gimel</td> 
 +                <td>Camel</td> 
 +                <td>91</td> 
 +                <td>...</td> 
 +                <td>1 to 6</td> 
 +                <td>Uniting Camel</td> 
 +                <td>The High Priestess</td> 
 +                <td>Blue</td> 
 +                <td>#0000FF</td> 
 +                <td>Silver</td> 
 +                <td>#C0C0C0</td> 
 +                <td>Brilliant flame</td> 
 +                <td>#E25822</td> 
 +                <td>Silver rayed sky-blue</td> 
 +                <td>#A6CAF0</td> 
 +                <td>Chomse</td> 
 +                <td>Chomse</td> 
 +                <td>The Left Eye (Hathor)</td> 
 +                <td>Chandra (as Water)</td> 
 +                <td>Loathsomeness of Good</td> 
 +                <td>Vision of Chandra</td> 
 +                <td>...</td> 
 +                <td>Artemis, Hekate</td> 
 +                <td>Diana (as Water) Terminus, Jupiter</td> 
 +                <td>Laodicea</td> 
 +                <td>Dog Stork, Camel</td> 
 +                <td>Almond, Mugwort, Hazel (as =), Moonwort, Ranunculus Alder, Pomegranate</td> 
 +                <td>Moonstone, Pearl, Crystal</td> 
 +                <td>Bow and Arrow</td> 
 +                <td>ALIM</td> 
 +                <td>Menstrual Blood, Camphor, Aloes, all Sweet Virginal Odours</td> 
 +                <td>Jupiter, Pennyroyal, &amp; all emmenogogues</td> 
 +                <td>...</td> 
 +                <td>The White Tincture, Clairvoyance, Divination by Dreams</td> 
 +                <td>Kan and Khwan</td> 
 +                <td>…</td> 
 +                <td>Greek Cross (Plane), Table of Shew-bread</td> 
 +                <td>Enneagram</td> 
 +            </tr> 
 +            <tr> 
 +                <td>14</td> 
 +                <td>Daleth ()</td> 
 +                <td>Door</td> 
 +                <td>105</td> 
 +                <td>...</td> 
 +                <td>2 to 3</td> 
 +                <td>Illuminating Door</td> 
 +                <td>The Empress</td> 
 +                <td>Emerald green</td> 
 +                <td>#00C957</td> 
 +                <td>Sky blue</td> 
 +                <td>#87CEEB</td> 
 +                <td>Deep warm olive</td> 
 +                <td>#58423F</td> 
 +                <td>Bright rose of cerise rayed pale yellow</td> 
 +                <td>#FF69B4</td> 
 +                <td>Hathor</td> 
 +                <td>Hathoor</td> 
 +                <td>The Left Nostril (Khenti-Khas)</td> 
 +                <td>Lalita (sexual aspect of Sakti)</td> 
 +                <td>Dark Blue</td> 
 +                <td>Success in Bhaktioga</td> 
 +                <td>Freya</td> 
 +                <td>Aphrodite</td> 
 +                <td>Venus</td> 
 +                <td>Thyatira</td> 
 +                <td>Sparrow, Dove Swan, Sow, birds generally</td> 
 +                <td>Myrtle, Rose, Clover Fig, Peach, Apple</td> 
 +                <td>Emerald, Turquoise</td> 
 +                <td>The Girdle</td> 
 +                <td>ΑΓΑΠΗ</td> 
 +                <td>Sandalwood, Myrtle, all Soft Voluptuous Odours</td> 
 +                <td>All aphrodisiacs</td> 
 +                <td>...</td> 
 +                <td>Love-philtres</td> 
 +                <td>Tui</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Heptagram</td> 
 +            </tr> 
 +            <tr> 
 +                <td>15</td> 
 +                <td>(הה) Hé</td> 
 +                <td>Window</td> 
 +                <td>120</td> 
 +                <td>Sun - 🜂 - Jupiter</td> 
 +                <td>2 to 6</td> 
 +                <td>Constituting Window</td> 
 +                <td>The Emperor</td> 
 +                <td>Scarlet</td> 
 +                <td>#FF2400</td> 
 +                <td>Red</td> 
 +                <td>#FF0000</td> 
 +                <td>New yellow leather</td> 
 +                <td>Not a valid color description</td> 
 +                <td>Glowing red</td> 
 +                <td>#FF4500</td> 
 +                <td>Men Thu</td> 
 +                <td>Isis</td> 
 +                <td>...</td> 
 +                <td>Shiva, Vishnu, Akasa, Lingam</td> 
 +                <td>Bloody Corpse</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Athena</td> 
 +                <td>Mars, Minerva</td> 
 +                <td>The Disciples (but too indefinite)</td> 
 +                <td>Ram, Owl</td> 
 +                <td>Tiger Lily, Geranium Olive</td> 
 +                <td>Ruby</td> 
 +                <td>The Horns, Energy, the Burin</td> 
 +                <td>...</td> 
 +                <td>Dragon&#39;s Blood</td> 
 +                <td>All cerebral excitants</td> 
 +                <td>...</td> 
 +                <td>Power of Consecrating Things</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Peur*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>16</td> 
 +                <td>Vau ()</td> 
 +                <td>Nail</td> 
 +                <td>136</td> 
 +                <td>Venus - 🜃 - Moon</td> 
 +                <td>2 to 4</td> 
 +                <td>Triumphal (Eternal One) Nail</td> 
 +                <td>The Hierophant</td> 
 +                <td>Red orange</td> 
 +                <td>#FF4500</td> 
 +                <td>Deep indigo</td> 
 +                <td>#4B0082</td> 
 +                <td>Rich bright russet</td> 
 +                <td>#D93C30</td> 
 +                <td>Rich brown</td> 
 +                <td>#964B00</td> 
 +                <td>Asar,Ameshet,Apis</td> 
 +                <td>Osiris</td> 
 +                <td>The Shoulders (Ba-Neb-Tattu)</td> 
 +                <td>Shiva (Sacred Bull)</td> 
 +                <td>Beaten and Scattered Corpse</td> 
 +                <td>Success in Hathayoga, Asana, and Prana Yana</td> 
 +                <td>...</td> 
 +                <td>Here</td> 
 +                <td>Venus Hymen</td> 
 +                <td>...</td> 
 +                <td>Bull (Cherub of E) all beasts of Burden</td> 
 +                <td>Mallow all giant trees</td> 
 +                <td>Topaz</td> 
 +                <td>The Labour of Preparation The Throne and Altar</td> 
 +                <td>...</td> 
 +                <td>Storax</td> 
 +                <td>Sugar</td> 
 +                <td>...</td> 
 +                <td>The Secret of Physical Strength</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Amission*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>17</td> 
 +                <td>(זין) Zain</td> 
 +                <td>Sword</td> 
 +                <td>153</td> 
 +                <td>Saturn - 🜁 - Mercury</td> 
 +                <td>3 to 6</td> 
 +                <td>Disposing One Sword</td> 
 +                <td>The Lovers</td> 
 +                <td>Orange</td> 
 +                <td>#FFA500</td> 
 +                <td>Pale Mauve</td> 
 +                <td>#FBAED2</td> 
 +                <td>Grey Green grey</td> 
 +                <td>Not a valid color description</td> 
 +                <td>Reddish grey inclined to mauve</td> 
 +                <td>#9B6E8A</td> 
 +                <td>Twin Deities, Rekht, Merti Heru-Ra-Ha</td> 
 +                <td>The twin Merti</td> 
 +                <td>...</td> 
 +                <td>Various twin and hybrid Deities</td> 
 +                <td>White</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Castor and Pollux, Apollo the Diviner, Eros</td> 
 +                <td>Castor and Pollux, [Janus] Hymen</td> 
 +                <td>...</td> 
 +                <td>Magpie, hybrids Parrot, Zebra, Penguin</td> 
 +                <td>Hybrids, Orchids</td> 
 +                <td>Alexandrite, Tourmaline, Iceland Spar</td> 
 +                <td>The Tripod</td> 
 +                <td>...</td> 
 +                <td>Wormwood</td> 
 +                <td>Ergot and ecbolics</td> 
 +                <td>...</td> 
 +                <td>Power of being in two or more places at one time, and of Prophecy</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>Swastika</td> 
 +                <td>Albus*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>18</td> 
 +                <td>Cheth ()</td> 
 +                <td>Fence</td> 
 +                <td>171</td> 
 +                <td>Mars - 🜁</td> 
 +                <td>3 to 5</td> 
 +                <td>Fence of the House of Influence</td> 
 +                <td>The Chariot</td> 
 +                <td>Amber</td> 
 +                <td>#FFBF00</td> 
 +                <td>Maroon</td> 
 +                <td>#800000</td> 
 +                <td>Rich purple</td> 
 +                <td>#A040A0</td> 
 +                <td>Dark greenish brown</td> 
 +                <td>#3C241B</td> 
 +                <td>Khephra</td> 
 +                <td>Hormakhu</td> 
 +                <td>...</td> 
 +                <td>Krishna</td> 
 +                <td>Worm-eaten Corpse</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Apollo The Charioteer</td> 
 +                <td>Mercury Lares and Penates</td> 
 +                <td>...</td> 
 +                <td>Crab, Turtle, Sphinx Whale, all beasts of Transport</td> 
 +                <td>Lotus</td> 
 +                <td>Amber</td> 
 +                <td>The Furnace The Cup or Holy Graal</td> 
 +                <td>ABRAHADABRA</td> 
 +                <td>Onycha</td> 
 +                <td>Watercress</td> 
 +                <td>...</td> 
 +                <td>Power of Casting Enchantments</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Populus and Via*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>19</td> 
 +                <td>(טית) Teth</td> 
 +                <td>Serpent</td> 
 +                <td>190</td> 
 +                <td>Sun - 🜂 - Jupiter</td> 
 +                <td>4 to 5</td> 
 +                <td>Serpent of all the Activities of the Spiritual Being</td> 
 +                <td>Strength</td> 
 +                <td>Yellow, greenish</td> 
 +                <td>#ADFF2F</td> 
 +                <td>Deep purple</td> 
 +                <td>#9932CC</td> 
 +                <td>Deep blue-green</td> 
 +                <td>#006994</td> 
 +                <td>Reddish amber</td> 
 +                <td>#FF4500</td> 
 +                <td>Ra-Hoor-Khuit,Pasht,Sekhet,Mau</td> 
 +                <td>Horus</td> 
 +                <td>The Breast (Mighty Terrible One)</td> 
 +                <td>Vishnu (Nara-Singh Avatar)</td> 
 +                <td>Gnawed by Wild Beasts Corpse</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Demeter</td> 
 +                <td>Venus (Repressing Fire of Vulcan)</td> 
 +                <td>...</td> 
 +                <td>Lion (Cherub of B) Cat, Tiger, Serpent, Woman</td> 
 +                <td>Sunflower</td> 
 +                <td>Cat&#39;s Eye</td> 
 +                <td>The Discipline (Preliminary) Phoenix Wand</td> 
 +                <td>ΤΟ ΜΕΓΑ ΘΗΡΙΟΝ</td> 
 +                <td>Olibanum</td> 
 +                <td>All carminatives and tonics</td> 
 +                <td>...</td> 
 +                <td>Power of Training Wild Beasts</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Fortuna Major and Fortuna Minor*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>20</td> 
 +                <td>Yod ()</td> 
 +                <td>Hand</td> 
 +                <td>210</td> 
 +                <td>Venus - 🜃 - Moon</td> 
 +                <td>4 to 6</td> 
 +                <td>Hand of Will</td> 
 +                <td>Hermit</td> 
 +                <td>Green, yellowish</td> 
 +                <td>#ADFF2F</td> 
 +                <td>Slate grey</td> 
 +                <td>#708090</td> 
 +                <td>Deep olive-green</td> 
 +                <td>#556B2F</td> 
 +                <td>Plum colour</td> 
 +                <td>#DDA0DD</td> 
 +                <td>Isis (as Virgin)</td> 
 +                <td>Heru-pa-Kraath</td> 
 +                <td>...</td> 
 +                <td>The Hpo girls, the Lord of Yoga</td> 
 +                <td>Bloated Corpse</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Attis</td> 
 +                <td>[Attis], Ceres, Adonis Vesta, Flora</td> 
 +                <td>...</td> 
 +                <td>Virgin, Anchorite, any solitary person or animal Rhinoceros</td> 
 +                <td>Snowdrop, Lily, Narcissus Mistletoe</td> 
 +                <td>Peridot</td> 
 +                <td>The Lamp and Wand (Virile Force reserved), the Bread Lotus Wand</td> 
 +                <td>...</td> 
 +                <td>Narcissus</td> 
 +                <td>All anaphrodisiacs</td> 
 +                <td>...</td> 
 +                <td>Invisibility, Parthenogenesis, Initiation (?)</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Conjunctio *</td> 
 +            </tr> 
 +            <tr> 
 +                <td>21</td> 
 +                <td>(כף) Kaph</td> 
 +                <td>Palm</td> 
 +                <td>231</td> 
 +                <td>...</td> 
 +                <td>4 to 7</td> 
 +                <td>Palm of Conciliation</td> 
 +                <td>Wheel of Fortune</td> 
 +                <td>Violet</td> 
 +                <td>#EE82EE</td> 
 +                <td>Blue</td> 
 +                <td>#0000FF</td> 
 +                <td>Very dark brown</td> 
 +                <td>#321414</td> 
 +                <td>Bright blue rayed yellow</td> 
 +                <td>#00FFFF</td> 
 +                <td>Amoun-Ra</td> 
 +                <td>Amoun-Ra</td> 
 +                <td>The Left Ear (Aput)</td> 
 +                <td>Brahma, Indra</td> 
 +                <td>Liberality</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Zeus</td> 
 +                <td>Jupiter, [Pluto]</td> 
 +                <td>Philadelphia</td> 
 +                <td>Eagle Praying Mantis</td> 
 +                <td>Hyssop, Oak, Poplar, Fig Arnica, Cedar</td> 
 +                <td>Amethyst, Lapis Lazuli</td> 
 +                <td>The Sceptre</td> 
 +                <td>...</td> 
 +                <td>Saffron</td> 
 +                <td>Cocaine</td> 
 +                <td>...</td> 
 +                <td>Power of Acquiring Political and other Ascendency</td> 
 +                <td>Li</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Square and Rhombus</td> 
 +            </tr> 
 +            <tr> 
 +                <td>22</td> 
 +                <td>Lamed ()</td> 
 +                <td>Ox Goad</td> 
 +                <td>253</td> 
 +                <td>Saturn - 🜁 - Mercury</td> 
 +                <td>5 to 6</td> 
 +                <td>Faithful Ox Goad</td> 
 +                <td>Justice</td> 
 +                <td>Emerald green</td> 
 +                <td>#00C957</td> 
 +                <td>Blue</td> 
 +                <td>#0000FF</td> 
 +                <td>Green</td> 
 +                <td>#008000</td> 
 +                <td>Pale green</td> 
 +                <td>#98FB98</td> 
 +                <td>Ma</td> 
 +                <td>Maat</td> 
 +                <td>...</td> 
 +                <td>Yama</td> 
 +                <td>Hacked in Pieces Corpse</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Themis, Minos, Aecus and Rhadamanthus</td> 
 +                <td>Vulcan Venus, Nemesis</td> 
 +                <td>...</td> 
 +                <td>Elephant Spider</td> 
 +                <td>Aloe</td> 
 +                <td>Emerald</td> 
 +                <td>The Cross of Equilibrium</td> 
 +                <td>...</td> 
 +                <td>Galbanum</td> 
 +                <td>Tobacco</td> 
 +                <td>...</td> 
 +                <td>Works of Justice and Equilibrium</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>Greek Cross Solid, the Rose (3+7+12)</td> 
 +                <td>Puella</td> 
 +            </tr> 
 +            <tr> 
 +                <td>23</td> 
 +                <td>(מים) Maim</td> 
 +                <td>Water</td> 
 +                <td>276</td> 
 +                <td>Cold &amp; Moist 🜄</td> 
 +                <td>5 to 8</td> 
 +                <td>Stable Water</td> 
 +                <td>The Hanged Man - Cups - Queens</td> 
 +                <td>Deep blue</td> 
 +                <td>#00008B</td> 
 +                <td>Sea-green</td> 
 +                <td>#2E8B57</td> 
 +                <td>Blue black</td> 
 +                <td>#000080</td> 
 +                <td>White flecked purple</td> 
 +                <td>#E6E6FA</td> 
 +                <td>Tum, Ptah, Auramoth (as Water), Asar (as Hanged Man), Hekar, Isis Hathor]</td> 
 +                <td>Ieqhourey (To revisit)</td> 
 +                <td>The Belly and Back (Sekhet)</td> 
 +                <td>Soma [Apas]</td> 
 +                <td>Water</td> 
 +                <td>Apo-Bhawana</td> 
 +                <td>...</td> 
 +                <td>Poseidon</td> 
 +                <td>Neptune Rhea</td> 
 +                <td>John, Jesus as Hanged Man</td> 
 +                <td>Eagle-Snake-Scorpion (Cherub of Water)</td> 
 +                <td>Lotus, all Water Plants</td> 
 +                <td>Beryl or Aquamarine</td> 
 +                <td>The Cup and Cross of Suffering, the Wine Water of Lustration</td> 
 +                <td>...</td> 
 +                <td>Onycha, Myrrh</td> 
 +                <td>Caseara, all purges</td> 
 +                <td>Sulphates</td> 
 +                <td>The Great Work, Talismans, Crystal-gazing, &amp; c.</td> 
 +                <td>Tui</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Those of 🜄y Triplicity</td> 
 +            </tr> 
 +            <tr> 
 +                <td>24</td> 
 +                <td>Nun ()</td> 
 +                <td>Fish</td> 
 +                <td>300</td> 
 +                <td>Mars - 🜄</td> 
 +                <td>6 to 7</td> 
 +                <td>Imaginative Fish</td> 
 +                <td>Death</td> 
 +                <td>Green blue</td> 
 +                <td>#006400</td> 
 +                <td>Dull brown</td> 
 +                <td>#964B00</td> 
 +                <td>Venetian red</td> 
 +                <td>#C80815</td> 
 +                <td>Livid indigo brown (like a black beetle)</td> 
 +                <td>#565051</td> 
 +                <td>Merti goddesses, Typhon, Apep, Khephra</td> 
 +                <td>Hammemit</td> 
 +                <td>The Belly and Back (Sekhet)</td> 
 +                <td>Kundalini [Yama</td> 
 +                <td>Skeleton Corpse</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Ares Apollo the Pythean, Thanatos</td> 
 +                <td>Mars Mors</td> 
 +                <td>...</td> 
 +                <td>Scorpio, Beetle, Crayfish or Lobster, Wolf all Reptiles, Shark, Crablouse</td> 
 +                <td>Cactus Nettle, all poisonous plants</td> 
 +                <td>Snakestone Greenish Turquoise</td> 
 +                <td>The Pain of the Obligation The Oath</td> 
 +                <td>AUMGN</td> 
 +                <td>Siamese Benzoin, Opoponax</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Necromancy</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Rubeus*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>25</td> 
 +                <td>(סמך) Samekh</td> 
 +                <td>Prop</td> 
 +                <td>325</td> 
 +                <td>Sun - 🜂 - Jupiter</td> 
 +                <td>6 to 9</td> 
 +                <td>Prop of Probation (Tentative) One</td> 
 +                <td>Temperence</td> 
 +                <td>Blue</td> 
 +                <td>#0000FF</td> 
 +                <td>Yellow</td> 
 +                <td>#FFFF00</td> 
 +                <td>Blueish mauve</td> 
 +                <td>#9370DB</td> 
 +                <td>Dark vivid blue</td> 
 +                <td>#002FA7</td> 
 +                <td>Nephthys</td> 
 +                <td>Arwuerie (To revisit)</td> 
 +                <td>...</td> 
 +                <td>Vishnu (Horse-Avatar)</td> 
 +                <td>Limited Aperture</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Apollo, Artemis (hunters)</td> 
 +                <td>Diana (Archer) Iris</td> 
 +                <td>...</td> 
 +                <td>Centaur, Horse, Hippogriff, Dog</td> 
 +                <td>Rush</td> 
 +                <td>Jacinth</td> 
 +                <td>The Arrow (swift and straight application of force)</td> 
 +                <td>ON</td> 
 +                <td>Lign-aloes</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Transmutations Vision of Universal Peacock</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>The Rose (5x5)</td> 
 +                <td>Acquisitio*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>26</td> 
 +                <td>Ayin ()</td> 
 +                <td>Eye</td> 
 +                <td>351</td> 
 +                <td>Venus - 🜃 - Moon</td> 
 +                <td>6 to 8</td> 
 +                <td>Renovating Eye</td> 
 +                <td>The Devil</td> 
 +                <td>Indigo</td> 
 +                <td>#4B0082</td> 
 +                <td>Black</td> 
 +                <td>#000000</td> 
 +                <td>Light translucent pinksh brown</td> 
 +                <td>Not a valid color description</td> 
 +                <td>Cold dark grey near black</td> 
 +                <td>#292929</td> 
 +                <td>Khem (Set)</td> 
 +                <td>Set</td> 
 +                <td>The Buttocks and Anus (Eye of Hoor)</td> 
 +                <td>Lingam, Yoni</td> 
 +                <td>Putrid Corpse</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Pan, Priapus</td> 
 +                <td>Pan, Vesta, Bacchus</td> 
 +                <td>...</td> 
 +                <td>Goat, Ass Oyster</td> 
 +                <td>Indian Hemp, Orchis Root, Thistle Yohimba</td> 
 +                <td>Black Diamond</td> 
 +                <td>The Secret Force, Lamp</td> 
 +                <td>ON</td> 
 +                <td>Musk, Civet ( also ♄ian Perfumes)</td> 
 +                <td>Orchis [Satyrion]</td> 
 +                <td>...</td> 
 +                <td>The Witches&#39; Sabbath so-called, the Evil Eye</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>Calvary Cross of 10, Solid</td> 
 +                <td>Carcer*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>27</td> 
 +                <td>(פה) Pé</td> 
 +                <td>Mouth</td> 
 +                <td>378</td> 
 +                <td>...</td> 
 +                <td>7 to 8</td> 
 +                <td>Exciting Mouth</td> 
 +                <td>The House of God</td> 
 +                <td>Scarlet</td> 
 +                <td>#FF2400</td> 
 +                <td>Red</td> 
 +                <td>#FF0000</td> 
 +                <td>Rich amber</td> 
 +                <td>#FFBF00</td> 
 +                <td>Bright red rayed azure or orange</td> 
 +                <td>#FF4500</td> 
 +                <td>Horus</td> 
 +                <td>Mentu</td> 
 +                <td>The Right Nostril (Khenti-Khas)</td> 
 +                <td>Krishna</td> 
 +                <td>Blood-red</td> 
 +                <td>...</td> 
 +                <td>Tuisco</td> 
 +                <td>Ares Athena</td> 
 +                <td>Mars</td> 
 +                <td>Pergamos</td> 
 +                <td>Horse, Bear, Wolf Boar</td> 
 +                <td>Absinthe, Rue</td> 
 +                <td>Ruby, any red stone</td> 
 +                <td>The Sword</td> 
 +                <td>...</td> 
 +                <td>Pepper, Dragonís Blood, all Hot Pungent Odours</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Works of Wrath and Vengeance</td> 
 +                <td>Kan</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Pentagram</td> 
 +            </tr> 
 +            <tr> 
 +                <td>28</td> 
 +                <td>(צדי) Tzaddi</td> 
 +                <td>Fish-hook</td> 
 +                <td>406</td> 
 +                <td>Saturn - 🜁 - Mercury</td> 
 +                <td>7 to 9</td> 
 +                <td>Natural Fish-hook</td> 
 +                <td>The Star</td> 
 +                <td>Violet</td> 
 +                <td>#EE82EE</td> 
 +                <td>Sky blue</td> 
 +                <td>#87CEEB</td> 
 +                <td>Scarlet, flecked gold</td> 
 +                <td>Not a valid color description</td> 
 +                <td>White tinged purple</td> 
 +                <td>#F5F0FF</td> 
 +                <td>Ahepi, Aroueris</td> 
 +                <td>Nuit</td> 
 +                <td>The Reins (Lords of Kereba)</td> 
 +                <td>The Maruts</td> 
 +                <td>Purple Corpse</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Athena Ganymede</td> 
 +                <td>Juno Æolus</td> 
 +                <td>...</td> 
 +                <td>Man or Eagle (Cherub of Air), Peacock</td> 
 +                <td>[Olive], Cocoanut</td> 
 +                <td>Artificial Glass Chalcedony</td> 
 +                <td>The Censer or Aspergillus</td> 
 +                <td>...</td> 
 +                <td>Galbanum</td> 
 +                <td>All diuretics</td> 
 +                <td>...</td> 
 +                <td>Astrology</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Tristitia*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>29</td> 
 +                <td>(קוף) Qoph</td> 
 +                <td>Back of head</td> 
 +                <td>435</td> 
 +                <td>Mars - 🜄</td> 
 +                <td>7 to 10</td> 
 +                <td>Corporeal Back of head</td> 
 +                <td>The Moon</td> 
 +                <td>Crimson (ultra violet)</td> 
 +                <td>#8A2BE2</td> 
 +                <td>Buff, flecked silver-White</td> 
 +                <td>#CCCCCC</td> 
 +                <td>Blue black</td> 
 +                <td>#000080</td> 
 +                <td>Stone colour</td> 
 +                <td>#AAADB2</td> 
 +                <td>Khephra (as Scarab in Tarot Trump)</td> 
 +                <td>Anubi</td> 
 +                <td>...</td> 
 +                <td>Vishnu (Matsya Avatar)</td> 
 +                <td>Conduct</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Poseidon Hermes Psychopompus</td> 
 +                <td>Neptune</td> 
 +                <td>...</td> 
 +                <td>Fish, Dolphin Beetle, Dog, Jackal</td> 
 +                <td>Unicellular Organisms, Opium Mangrove</td> 
 +                <td>Pearl</td> 
 +                <td>The Twilight of the Place and Magic Mirror</td> 
 +                <td>...</td> 
 +                <td>Ambergris Menstrual Fluid</td> 
 +                <td>All narcotics</td> 
 +                <td>...</td> 
 +                <td>Bewitchments, Casting Illusions</td> 
 +                <td>...</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Laetitia*</td> 
 +            </tr> 
 +            <tr> 
 +                <td>30</td> 
 +                <td>(ריש) Resh</td> 
 +                <td>Head</td> 
 +                <td>465</td> 
 +                <td>...</td> 
 +                <td>8 to 9</td> 
 +                <td>Collecting Head</td> 
 +                <td>The Sun</td> 
 +                <td>Orange</td> 
 +                <td>#FFA500</td> 
 +                <td>Gold Yellow</td> 
 +                <td>#FFD700</td> 
 +                <td>Dark brown</td> 
 +                <td>#654321</td> 
 +                <td>Amber rayed red</td> 
 +                <td>#FFBF00</td> 
 +                <td>Ra</td> 
 +                <td>Ra</td> 
 +                <td>The Right Eye (Hathor)</td> 
 +                <td>Agni [Tejas], Yama [Last Judgement]</td> 
 +                <td>Light</td> 
 +                <td>Vision of Surya</td> 
 +                <td>...</td> 
 +                <td>Helios, Apollo</td> 
 +                <td>Apollo Ops</td> 
 +                <td>Smyrna</td> 
 +                <td>Lion, Sparrowhawk Leopard</td> 
 +                <td>Sunflower, Laural, Heliotrop Nut, Galangal</td> 
 +                <td>Crysolith</td> 
 +                <td>The Lamen or Bow and Arrow</td> 
 +                <td>IAO : INRI</td> 
 +                <td>Olibanum, Cinnamon, all Glorious Odours</td> 
 +                <td>Alcohol</td> 
 +                <td>...</td> 
 +                <td>The Red Tincture, Power of Acquiring Wealth</td> 
 +                <td>Li and Khien</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Hexagram</td> 
 +            </tr> 
 +            <tr> 
 +                <td>31</td> 
 +                <td>(שין) Shin</td> 
 +                <td>Tooth</td> 
 +                <td>496</td> 
 +                <td>Hot &amp; Dry 🜂</td> 
 +                <td>8 to 10</td> 
 +                <td>Perpetual Tooth</td> 
 +                <td>The Angel or Last Judgement - Wands - Kings or Knights</td> 
 +                <td>Glowing orange scarlet</td> 
 +                <td>#FF4500</td> 
 +                <td>Vermillion</td> 
 +                <td>#FF4D00</td> 
 +                <td>The 7 prismatic colours, the violet being outside</td> 
 +                <td>Not a valid color description</td> 
 +                <td>Vermillion flecked crimson &amp; emerald</td> 
 +                <td>#E34234</td> 
 +                <td>Thoum-Aesh-Neith, Mau, Kabeshunt,</td> 
 +                <td>Mau</td> 
 +                <td>The Teeth - The Breast</td> 
 +                <td>Surya (Sun)</td> 
 +                <td>Fire</td> 
 +                <td>Agni-Bhawana</td> 
 +                <td>...</td> 
 +                <td>Hades</td> 
 +                <td>Vulcan, Pluto</td> 
 +                <td>Mark</td> 
 +                <td>Lion (Cherub of Fire)</td> 
 +                <td>Red Poppy, Hibiscus, Nettle all scarlet flowers</td> 
 +                <td>Fire Opal</td> 
 +                <td>The Wand or Lamp, Pyramid of 🜂 The Thurible</td> 
 +                <td>...</td> 
 +                <td>Olibanum, all Fiery Odours</td> 
 +                <td>...</td> 
 +                <td>Nitrates</td> 
 +                <td>Evocation, Pyromancy</td> 
 +                <td>Kan</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Those of 🜂y Triplicity</td> 
 +            </tr> 
 +            <tr> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>Horus, Tarpesheth</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +                <td>…</td> 
 +            </tr> 
 +            <tr> 
 +                <td>32</td> 
 +                <td>(תו) Tau</td> 
 +                <td>Tau (as Egyptian)</td> 
 +                <td>528</td> 
 +                <td>...</td> 
 +                <td>9 to 10</td> 
 +                <td>Administrative Tau (as Egyptian)</td> 
 +                <td>The Universe</td> 
 +                <td>Indigo</td> 
 +                <td>#4B0082</td> 
 +                <td>Black</td> 
 +                <td>#000000</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Black rayed blue</td> 
 +                <td>#00008B</td> 
 +                <td>Sebek,Mako</td> 
 +                <td>...</td> 
 +                <td>The Right Earh (Aput)</td> 
 +                <td>Brahma, Indra</td> 
 +                <td>Quiescence</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>[Athena]</td> 
 +                <td>Saturn Terminus, Astræa</td> 
 +                <td>Ephesus</td> 
 +                <td>Crocodile</td> 
 +                <td>Ash, Cypress, Hellebore, Yew, Nightshade Elm</td> 
 +                <td>Onyx</td> 
 +                <td>A Sickle</td> 
 +                <td>...</td> 
 +                <td>Assafœtida, Scammony, Indigo, Sulphur (all Evil Odours)</td> 
 +                <td>...</td> 
 +                <td>Lead</td> 
 +                <td>Works of Malediction and Death</td> 
 +                <td>Khan</td> 
 +                <td>…</td> 
 +                <td>...</td> 
 +                <td>Triangle</td> 
 +            </tr> 
 +            <tr> 
 +                <td>32 bis</td> 
 +                <td>(תו) Tau</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Cold &amp; Dry 🜃</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Empresses - Coins</td> 
 +                <td>Citrine, Russet, Olive, Black</td> 
 +                <td>#E4D00A, #80461B, #808000, #000000</td> 
 +                <td>Amber</td> 
 +                <td>#FFBF00</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Black and yellow</td> 
 +                <td>#000000</td> 
 +                <td>Satem,Ahapshi,Nephthys,Ameshet</td> 
 +                <td>...</td> 
 +                <td>The Bones (Alim Czim)</td> 
 +                <td>Prithivi</td> 
 +                <td>Earth</td> 
 +                <td>Prithiva-Bhawana</td> 
 +                <td>...</td> 
 +                <td>[Demeter] Gaia</td> 
 +                <td>Ceres</td> 
 +                <td>Luke</td> 
 +                <td>Bull (Cherub of Earth)</td> 
 +                <td>Oak, Ivy Cereals</td> 
 +                <td>Salt</td> 
 +                <td>The Pantacle or Bread and Salt</td> 
 +                <td>...</td> 
 +                <td>Storax, all Dull and Heavy Odours</td> 
 +                <td>...</td> 
 +                <td>Bismuth</td> 
 +                <td>Alchemy, Geomancy, Making of Pantacles Travels on the Astral Plane</td> 
 +                <td>Kan</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Those of 🜃y Triplicity</td> 
 +            </tr> 
 +            <tr> 
 +                <td>31 bis</td> 
 +                <td>(שין) Shin</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>All 22 Trumps</td> 
 +                <td>White, merging Grey</td> 
 +                <td>#EEEEEE</td> 
 +                <td>Deep purble (near black)</td> 
 +                <td>#111111</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>White, red, yellow, blue, black (the latter outside)</td> 
 +                <td>#FFFFFF</td> 
 +                <td>Asar</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>Akasa</td> 
 +                <td>Breathing</td> 
 +                <td>Vision of the Higher Self, Prana-yama</td> 
 +                <td>...</td> 
 +                <td>Ikarus</td> 
 +                <td>[Liber] Bacchus</td> 
 +                <td>The Holy Ghost</td> 
 +                <td>Sphinx (if sworded and crowned)</td> 
 +                <td>Almond in Flower</td> 
 +                <td>Black Diamond</td> 
 +                <td>The Winged Egg</td> 
 +                <td>...</td> 
 +                <td>No attribution possible</td> 
 +                <td>Stramonium</td> 
 +                <td>Carbon</td> 
 +                <td>Invisibility, Transformations, Vision of the Genius</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +                <td>...</td> 
 +            </tr> 
 +        </tbody> 
 +    </table> 
 +    </div> 
 +        <script> 
 +        function applyHexColorToTableCells() { 
 +            // Get all table cells 
 +            let tableCells = document.querySelectorAll('td');
  
-|Category|2 - Hebrew Names|3 - English of II|10 - Mystic Numbers of the Sephiroth|11 - Elements & Rulers|12 - Tree of Life|13 - Paths of Sepher Yetzirah|14 - General Attribution of Tarot|15 - The King Scale Colors (Yud)|15b - King Scale Hex|16 - Queen Scale Colors (Heh)|16b - Queen Scale Hex|17 - Emperor Scale Colors (Vav)|17b - Emperor Scale Hex|18 - Empress Scale Colors (Heh)|18b - Empress Scale Hex|19 - Egyptian Gods|20 - Practical Egyptian Gods|21 - The Perfected Man|22 - Hindu Deities|23 - Buddhist Meditations|24 - Hindu - Buddhist Results|33 - Scandinavian Gods|34 - Greek Gods|35 - Roman Gods|36 - Christian Lore|38 - Animals (Real & Imaginary)|39 - Plants (Real & Imaginary)|40 - Precious Stones|41 - Magical Weapons|Magical Forumalæ (see Col. 41)|42 - Perfumes|43 - Vegetable Drugs|44 - Mineral Drugs|45 - Magical Powers|46- System of Taoism|47 - Kings and Princes of the Jinn|48 - Figures related to Pure Number|49 - Geomeotry| +            // Regular expression to match hex color codes 
-|0|Ain (אין) - Ain Soph (אין סוף) - Ain Soph Aur (אין סוף אור)|Limitless LVX - No Limit - Nothing|0|…|…|…|…|…|…|…|…|…|…|…|…|Harpocrates, Amoun, Nuith Nuit and Hadit|Heru-pa-Kraath|The Hair (Nu)|AUM|Nothing and Neither P nor p' Space Consciousness|Nerodha-samapatti, Nirvikalpa- samadhi, Shiva darshana|…|Pan|…|…|Dragon|Lotus, Rose|Star Sapphire, Black Diamond|No attribution possible|LASTAL. M . . . . M|No attribution possible|…|Carbon|The Supreme Attainment Vision of No Difference|The Tao or Great Extreme of the Yi King|…|…|The Circle| +            let hexPattern = /#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})/g;
-|1|(כתר) Kether|Crown|1|Root of 🜁|1st Plane - Middle Pillar|Admirable|The 4 Aces|Brilliance|#FFFFFF|White brilliance|#FFFFFF|White brilliance|#FFFFFF|White flecked gold|#FFECB3|Ptah, Asar un Nefer, Hadith Heru-Ra-Ha|Ptah|The Face (Disk) & The Neck (Asi)|Parabrahm Shiva, Brahma|Indifference|Unity with Brahma, Atma darshana|Wotan|Zeus, Ikarus|Jupiter|God the 3 in 1|God Swan, Hawk Man|Almond in Flower Banyan|Diamond|Swastika or Fylfot Cross, Crown The Lamp|…|Ambergris|Elixir Vitæ|Aur. Pot.|Union with God|Shang Ti (also the Tao)|…|…|The Point| +
-|2|Chokmah ()|Wisdom|3|Root of 🜁|2nd Plane - Right Pillar|Illuminating Wisdom|The 4 Twos - Kings Knights|Pure soft blue|#87CEEB|Grey|#808080|Blue pearl grey, like mother-of pearl|#8DA399|White, flecked red, blue, and yellow|#FFFFFF|moun, Thoth, Nuith [Zodiac]|Isis (as Wisdom)|The Face (Disk) & The Neck (Asi)|Shiva, Vishnu, Akasa, Lingam|Joy|…|Odin|Athena, Uranus|Janus Mercury|God the Fater, who guides Parliament|Man|Amaranth Mistletoe, Bo or Pipal Tree|Star Ruby, Turquoise|Lingam, the Inner Robe of Glory The Word|VIAOV|Musk|Hashish Cocaine|Phosphorus|The Vision of God face to face Vision of Antinomies|The Yang and Khien|…|The Cross|The Line, also the Cross| +
-|3|(בינה) Binah|Understanding|6|Root of 🜁|2nd Plane - Left Pillar|Sanctifying Understanding|The 4 Threes - Queens|Crimson|#DC143C|Black|#000000|Dark brown|#654321|Grey flecked pink|#C4C4C4|Maut,Isis,Nephthy|Nephthys|The Face (Disk) & The Neck (Asi)|Bhavani (All Sakti), Prana (Force), Yoni|Compassion|…|Frigga|Cybele, Demeter, Rhea, Heré, Kronos, Pyché|Juno, Cybele, Hecate|The Virgin Mary|Woman Bee|Cypress, Opium Poppy Lotus, Lily, Ivy|Star Sapphire, Pearl|Yoni, the Outer Robe of Concealment The Cup, the Shining Star|BABALON. VITRIOL|Myrrh, Civet|Belladonna, Soma|Silver|The Vision of Sorrow Vision of Wonder|Kwan-se-on, The Yin and Khwan|…|The Triangle|The Plane, also the Diamond, Oval, Circle, and other Yoni Symbols| +
-|4|Chesed ()|Mercy|10|🜄|3rd Plane - Right Pillar|Measuring Cohesive or Receptcular Mercy|The 4 Fours|Deep violet|#9400D3|Blue|#0000FF|Deep purple|#9932CC|Deep azure flecked yellow|#1E90FF|Amoun,IsisHathoor|Amoun|The Arms (Neith)|Indra, Brahma|Friendliness|…|Wotan|Poseidon Zeus|Jupiter Libitina|God the Rain-Maker, God the Farmer's Friend|Unicorn|Olive, Shamrock Opium Poppy|Amethyst, Sapphire Lapis Lazuli|The Wand, Sceptre, or Crook|IHVH|Cedar|Opium|…|The Vision of Love|…|[Column Left blank due to transcriber's complete ignorance of Arabic. May be restored at some point, but then again maybe not; in any case don't hold your breath folks.]|Tetrahedron or Pyramid, Cross|The Solid Figure| +
-|5|(גבורה) Geburah|Strength|15|🜂|3rd Plane - Left Pillar|Radical Strength|The 4 Fives|Orange|#FFA500|Scarlet red|#FF2400|Bright scarlet|#FF2400|Red flecked black|#8B0000|Horus,Nephthys|Horus|The Arms (Neith)|Vishnu, Varruna-Avatar|Death|…|Thor|Ares, Hades|Mars|Christ coming to Judge the World|Basilisk|Oak, Nux Vomica, Nettle Hickory|Ruby|The Sword, Spear, Scourge, or Chain|AGLA. ALHIM|Tobacco|Nux Vomica, Nettle Cocaine, Atropine|Iron, Sulphur|The Vision of Power|…|…|The Rose|The Tesseract| +
-|6|Tiphareth ()|Beauty|21|🜁|4th Plane - Middle Pillar|Beauty of the Mediating Influence|The 4 Sixes - Emperor or Princes|Clear pink rose|#FFE1FF|Yellow (gold)|#FFD700|Rich salmon|#FF8C69|Gold amber|#FFC200|Asar, Ra On, Hrumachis|Ra|The Breast (Mighty Terrible One)|Vishu-Hari-Krischna-Rama|The Gods|Vishvarupa-darshana|…|Ikarus, Apollo, Adonis Dionysis, Bacchus|Apollo Bacchus, Aurora|God the Son (Maker of fine Weather)|Phœnix, Lion, Child Spider, Pelican|Acacia, Bay, Laurel, Vine Oak, Gorse, Ash, Aswata|Topaz, Yellow Diamond|The Lamen or Rosy Cross|ABRAHADABRA. IAO: INRI|Olibanum|Stramonium, Alcohol, Digitalis, Coffee|…|The Vision of the Harmony of Things (also the Mysteries of the Crucifixion), Beatific Vision|Li|…|Calvary Cross, Truncated Pyramid, Cube|<<<<<<<<<<<Sephirothic Gemoantic Figures Follw the Planets. Caput* and CAuda Draconis* are the Nodse of the Moon, nearly = Neptune and Herschel respectively. They belong to Malkuth.<<<<<<<<<<<+
-|7|(נצח) Netzach|Victory|28|🜂|5th Plane - Right Pillar|Hidden (Occult) Victory|The 4 Sevens|Amber|#FFBF00|Emerald|#50C878|Bright yellow green Red-russet|Not a valid color description|Olive flecked gold|#808000|Hathoor|Hathoor|The Reins (Lords of Kereba) - The Hips and Legs (Nuit)|Bhavani, etc.|Analysis into 4 Elements|…|Freya|Aphrodite, Nike|Venus|Messiah, Lord of Hosts|Iynx Raven, all carrion birds|Rose Laurel|Emerald|The Lamp and Girdle|ARARITA|Benzoin, Rose, Red Sandal|Damiana, Cannabis Indica Anhalonium|Arsenic|The Vision of Beauty Triumphant|…|…|Rose (7×7), Candlestick|blank| +
-|8|Hod ()|Splendour|36|🜄|5th Plane Left Pillar|Absolute (Perfect) Splendour|The 4 Eights|Violet purple|#A020F0|Orange|#FFA500|Very dark purple|#330066|Yellow-brown flecked white|#DAA520|Anubis|Thoth|The Reins (Lords of Kereba) The Hips and Legs (Nuit)|Hanuman|Dhamma|…|Odin, Loki|Hermes|Mercury|God the Holy Ghost, God the Healer of Plagues|Hermaphrodite, Jackal Twin serpents, Monoceros de Astris|Moly, Anhalonium Lewinii|Opal, especially Fire Opal|The Names and Versicles and Apron|…|Storax|Anhalonium Lewinii Cannabis Indica|Mercury|The Vision of Splendour [Ezekiel]|…|…|…|…| +
-|9|(יסוד) Yesod|Foundation|45|🜁|6th Plane - Middle Pillar|Pure (Clear) Foundation|The 4 Nines|Indigo|#4B0082|Violet|#EE82EE|As Queen scale, but flecked with gold|Not a valid color description|Citrine flecked azure|#E4D00A|Shu Hermanubis, all exclusively phallic|Shu|The Phallus and Vulva. The Spine|Ganesha, Vishnu (Kurm Avatar)|Sangha & The Body|…|…|Zeus (as Air), Diana of Epheus, Eros|Diana (as Water) Terminus, Jupiter|God the Holy Ghost (as Incubus)|Elephant Tortoise, Toad|[Banyan], Mandrake, Damiana Ginseng, Yohimba|Quartz|The Perfumes and Sandals, The Altar|ALIM|Jasmine, Jinseng, all Odoriferous Roots|Orchid Root|Lead|The Vision of the Machinery of the Universe|…|…|…|…| +
-|10|Malkuth ()|Kingdom|55|🜃|7th Plane - Middle Pillar|Resplendent Kingdom|The 4 Tens - Empresses or Princesses|Yellow|#FFFF00|Citrine|#E4D00A|Blue emerald green Grey|#669999|Black rayed yellow|#F8D568|Seb. Lower (i.e. unwedded) Isis and Neph-|Osiris|The Buttocks and Anus (Eye of Hoor)|Lakshmi [Kundalini]|Sangha & The Body|Vision of the “Higher Self,” the various Dhyanas or Jhanas|…|Persephone, Adonis, Psyche|Ceres|Ecclesia Xsti, the Virgin Mary|Sphinx|Willow, Lily, Ivy Pomegranate, all cereals|Rock Crystal|The Magical Circle and Triangle|VITRIOL|Dittany of Crete|Corn|Mag. Sulph.|The Vision of the Holy Guardian Angel or of Adonai|Khan|…|Altar (Double Cube), Calvary Cross|…| +
-|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|thys. Sphinx as synthesis of Elements|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…| +
-|11|(אלף) Aleph|Ox|66|Hot & Moist 🜁|1 to 2|Scintillating Ox|The Fool - Swords - Emperors of Princes|Bright pale yellow|#FFFF9D|Sky blue|#87CEEB|Cold pale blue|#AECBF0|Emerald flecked gold|#50C878|Nu Hoor-pa-kraat as ATU 0|Mout|The Breast (Mighty Terrible One)|The Maruts [Vayu]|Wind|Vaya-Bhawana|Valkyries|Zeus|Jupiter Juno, Æolus|Matthew|Eagle, Man (Cherub of D) Ox|Aspen|Topaz|The Dagger or Fan|…|Galbanum|Peppermint|…|Divination|Sun|…|…|Those of 🜁y Triplicity| +
-|12|Beth ()|House|78|…|1 to 3|House of Transparency|The Juggler|Yellow|#FFFF00|Purple|#800080|Early spring green|#00FF7F|Indigo rayed violet|#8A2BE2|ThothandCynocephalus|Thoth|The Lips (Anpu)|Hanuman, Vishnu (Parasa-Rama)|Yellow|…|…|Hermes|Mercury|Sardis|Swallow, Ibis, Ape Twin Serpents, fish, hybrids|Vervain, Herb Mercury, Major-lane, Palm Lime or Linden|Opal, Agate|The Wand or Caduceus|…|Mastic, White Sandal Nutmeg, Mace, Storax, all Fugitive Odors|All cerebral excitants|Mercury|Miracles of Healing, Gift of Tongues, Knowledge of Sciences|Sun|…|Calvary Cross|Octagram| +
-|13|(גמל) Gimel|Camel|91|…|1 to 6|Uniting Camel|The High Priestess|Blue|#0000FF|Silver|#C0C0C0|Brilliant flame|#E25822|Silver rayed sky-blue|#A6CAF0|Chomse|Chomse|The Left Eye (Hathor)|Chandra (as Water)|Loathsomeness of Good|Vision of Chandra|…|Artemis, Hekate|Diana (as Water) Terminus, Jupiter|Laodicea|Dog Stork, Camel|Almond, Mugwort, Hazel (as =) , Moonwort, Ranunculus Alder, Pomegranate|Moonstone, Pearl, Crystal|Bow and Arrow|ALIM|Menstrual Blood, Camphor, Aloes, all Sweet Virginal Odours|Jupiter, Pennyroyal, & all emmenogogues|…|The White Tincture, Clairvoyance, Divination by Dreams|Kan and Khwan|…|Greek Cross (Plane), Table of Shew-bread|Enneagram| +
-|14|Daleth ()|Door|105|…|2 to 3|Illuminating Door|The Empress|Emerald green|#00C957|Sky blue|#87CEEB|Deep warm olive|#58423F|Bright rose of cerise rayed pale yellow|#FF69B4|Hathor|Hathoor|The Left Nostril (Khenti-Khas)|Lalita (sexual aspect of Sakti)|Dark Blue|Success in Bhaktioga|Freya|Aphrodite|Venus|Thyatira|Sparrow, Dove Swan, Sow, birds generally|Myrtle, Rose, Clover Fig, Peach, Apple|Emerald, Turquoise|The Girdle|ΑΓΑΠΗ|Sandalwood, Myrtle, all Soft Voluptuous Odours|All aphrodisiacs|…|Love-philtres|Tui|…|…|Heptagram| +
-|15|(הה) Hé|Window|120|Sun - 🜂 - Jupiter|2 to 6|Constituting Window|The Emperor|Scarlet|#FF2400|Red|#FF0000|New yellow leather|Not a valid color description|Glowing red|#FF4500|Men Thu|Isis|…|Shiva, Vishnu, Akasa, Lingam|Bloody Corpse|…|…|Athena|Mars, Minerva|The Disciples (but too indefinite)|Ram, Owl|Tiger Lily, Geranium Olive|Ruby|The Horns, Energy, the Burin|…|Dragon's Blood|All cerebral excitants|…|Power of Consecrating Things|…|…|…|Peur*| +
-|16|Vau ()|Nail|136|Venus - 🜃 - Moon|2 to 4|Triumphal (Eternal One) Nail|The Hierophant|Red orange|#FF4500|Deep indigo|#4B0082|Rich bright russet|#D93C30|Rich brown|#964B00|Asar,Ameshet,Apis|Osiris|The Shoulders (Ba-Neb-Tattu)|Shiva (Sacred Bull)|Beaten and Scattered Corpse|Success in Hathayoga, Asana, and Prana Yana|…|Here|Venus Hymen|…|Bull (Cherub of E) all beasts of Burden|Mallow all giant trees|Topaz|The Labour of Preparation The Throne and Altar|…|Storax|Sugar|…|The Secret of Physical Strength|…|…|…|Amission*| +
-|17|(זין) Zain|Sword|153|Saturn - 🜁 - Mercury|3 to 6|Disposing One Sword|The Lovers|Orange|#FFA500|Pale Mauve|#FBAED2|Grey Green grey|Not a valid color description|Reddish grey inclined to mauve|#9B6E8A|Twin Deities, Rekht, Merti Heru-Ra-Ha|The twin Merti|…|Various twin and hybrid Deities|White|…|…|Castor and Pollux, Apollo the Diviner, Eros|Castor and Pollux, [Janus] Hymen|…|Magpie, hybrids Parrot, Zebra, Penguin|Hybrids, Orchids|Alexandrite, Tourmaline, Iceland Spar|The Tripod|…|Wormwood|Ergot and ecbolics|…|Power of being in two or more places at one time, and of Prophecy|…|…|Swastika|Albus*| +
-|18|Cheth ()|Fence|171|Mars 🜁|3 to 5|Fence of the House of Influence|The Chariot|Amber|#FFBF00|Maroon|#800000|Rich purple|#A040A0|Dark greenish brown|#3C241B|Khephra|Hormakhu|…|Krishna|Worm-eaten Corpse|…|…|Apollo The Charioteer|Mercury Lares and Penates|…|Crab, Turtle, Sphinx Whale, all beasts of Transport|Lotus|Amber|The Furnace The Cup or Holy Graal|ABRAHADABRA|Onycha|Watercress|…|Power of Casting Enchantments|…|…|…|Populus and Via*| +
-|19|(טית) Teth|Serpent|190|Sun 🜂 - Jupiter|4 to 5|Serpent of all the Activities of the Spiritual Being|Strength|Yellow, greenish|#ADFF2F|Deep purple|#9932CC|Deep blue-green|#006994|Reddish amber|#FF4500|Ra-Hoor-Khuit,Pasht,Sekhet,Mau|Horus|The Breast (Mighty Terrible One)|Vishnu (Nara-Singh Avatar)|Gnawed by Wild Beasts Corpse|…|…|Demeter|Venus (Repressing Fire of Vulcan)|…|Lion (Cherub of B) Cat, Tiger, Serpent, Woman|Sunflower|Cat's Eye|The Discipline (Preliminary) Phoenix Wand|ΤΟ ΜΕΓΑ ΘΗΡΙΟΝ|Olibanum|All carminatives and tonics|…|Power of Training Wild Beasts|…|…|…|Fortuna Major and Fortuna Minor*| +
-|20|Yod ()|Hand|210|Venus - 🜃 - Moon|4 to 6|Hand of Will|Hermit|Green, yellowish|#ADFF2F|Slate grey|#708090|Deep olive-green|#556B2F|Plum colour|#DDA0DD|Isis (as Virgin)|Heru-pa-Kraath|…|The Hpo girls, the Lord of Yoga|Bloated Corpse|…|…|Attis|[Attis], Ceres, Adonis Vesta, Flora|…|Virgin, Anchorite, any solitary person or animal Rhinoceros|Snowdrop, Lily, Narcissus Mistletoe|Peridot|The Lamp and Wand (Virile Force reserved), the Bread Lotus Wand|…|Narcissus|All anaphrodisiacs|…|Invisibility, Parthenogenesis, Initiation (?)|…|…|…|Conjunctio *| +
-|21|(כף) Kaph|Palm|231|…|4 to 7|Palm of Conciliation|Wheel of Fortune|Violet|#EE82EE|Blue|#0000FF|Very dark brown|#321414|Bright blue rayed yellow|#00FFFF|Amoun-Ra|Amoun-Ra|The Left Ear (Aput)|Brahma, Indra|Liberality|…|…|Zeus|Jupiter, [Pluto]|Philadelphia|Eagle Praying Mantis|Hyssop, Oak, Poplar, Fig Arnica, Cedar|Amethyst, Lapis Lazuli|The Sceptre|…|Saffron|Cocaine|…|Power of Acquiring Political and other Ascendency|Li|…|…|Square and Rhombus| +
-|22|Lamed ()|Ox Goad|253|Saturn - 🜁 - Mercury|5 to 6|Faithful Ox Goad|Justice|Emerald green|#00C957|Blue|#0000FF|Green|#008000|Pale green|#98FB98|Ma|Maat|…|Yama|Hacked in Pieces Corpse|…|…|Themis, Minos, Aecus and Rhadamanthus|Vulcan Venus, Nemesis|…|Elephant Spider|Aloe|Emerald|The Cross of Equilibrium|…|Galbanum|Tobacco|…|Works of Justice and Equilibrium|…|…|Greek Cross Solid, the Rose (3+7+12)|Puella| +
-|23|(מים) Maim|Water|276|Cold & Moist 🜄|5 to 8|Stable Water|The Hanged Man - Cups - Queens|Deep blue|#00008B|Sea-green|#2E8B57|Blue black|#000080|White flecked purple|#E6E6FA|Tum, Ptah, Auramoth (as Water), Asar (as Hanged Man), Hekar, Isis Hathor]|Ieqhourey (To revisit)|The Belly and Back (Sekhet)|Soma [Apas]|Water|Apo-Bhawana|…|Poseidon|Neptune Rhea|John, Jesus as Hanged Man|Eagle-Snake-Scorpion (Cherub of Water)|Lotus, all Water Plants|Beryl or Aquamarine|The Cup and Cross of Suffering, the Wine Water of Lustration|…|Onycha, Myrrh|Caseara, all purges|Sulphates|The Great Work, Talismans, Crystal-gazing, & c.|Tui|…|…|Those of 🜄y Triplicity| +
-|24|Nun ()|Fish|300|Mars - 🜄|6 to 7|Imaginative Fish|Death|Green blue|#006400|Dull brown|#964B00|Venetian red|#C80815|Livid indigo brown (like a black beetle)|#565051|Merti goddesses, Typhon, Apep, Khephra|Hammemit|The Belly and Back (Sekhet)|Kundalini [Yama|Skeleton Corpse|…|…|Ares Apollo the Pythean, Thanatos|Mars Mors|…|Scorpio, Beetle, Crayfish or Lobster, Wolf all Reptiles, Shark, Crablouse|Cactus Nettle, all poisonous plants|Snakestone Greenish Turquoise|The Pain of the Obligation The Oath|AUMGN|Siamese Benzoin, Opoponax|…|…|Necromancy|…|…|…|Rubeus*| +
-|25|(סמך) Samekh|Prop|325|Sun - 🜂 - Jupiter|6 to 9|Prop of Probation (Tentative) One|Temperence|Blue|#0000FF|Yellow|#FFFF00|Blueish mauve|#9370DB|Dark vivid blue|#002FA7|Nephthys|Arwuerie (To revisit)|…|Vishnu (Horse-Avatar)|Limited Aperture|…|…|Apollo, Artemis (hunters)|Diana (Archer) Iris|…|Centaur, Horse, Hippogriff, Dog|Rush|Jacinth|The Arrow (swift and straight application of force)|ON|Lign-aloes|…|…|Transmutations Vision of Universal Peacock|…|…|The Rose (5×5)|Acquisitio*| +
-|26|Ayin ()|Eye|351|Venus - 🜃 - Moon|6 to 8|Renovating Eye|The Devil|Indigo|#4B0082|Black|#000000|Light translucent pinksh brown|Not a valid color description|Cold dark grey near black|#292929|Khem (Set)|Set|The Buttocks and Anus (Eye of Hoor)|Lingam, Yoni|Putrid Corpse|…|…|Pan, Priapus|Pan, Vesta, Bacchus|…|Goat, Ass Oyster|Indian Hemp, Orchis Root, Thistle Yohimba|Black Diamond|The Secret Force, Lamp|ON|Musk, Civet ( also ♄ian Perfumes)|Orchis [Satyrion]|…|The Witches' Sabbath so-called, the Evil Eye|…|…|Calvary Cross of 10, Solid|Carcer*| +
-|27|(פה) Pé|Mouth|378|…|7 to 8|Exciting Mouth|The House of God|Scarlet|#FF2400|Red|#FF0000|Rich amber|#FFBF00|Bright red rayed azure or orange|#FF4500|Horus|Mentu|The Right Nostril (Khenti-Khas)|Krishna|Blood-red|…|Tuisco|Ares Athena|Mars|Pergamos|Horse, Bear, Wolf Boar|Absinthe, Rue|Ruby, any red stone|The Sword|…|Pepper, Dragonís Blood, all Hot Pungent Odours|…|…|Works of Wrath and Vengeance|Kan|…|…|Pentagram| +
-|28|(צדי) Tzaddi|Fish-hook|406|Saturn - 🜁 - Mercury|7 to 9|Natural Fish-hook|The Star|Violet|#EE82EE|Sky blue|#87CEEB|Scarlet, flecked gold|Not a valid color description|White tinged purple|#F5F0FF|Ahepi, Aroueris|Nuit|The Reins (Lords of Kereba)|The Maruts|Purple Corpse|…|…|Athena Ganymede|Juno Æolus|…|Man or Eagle (Cherub of Air), Peacock|[Olive], Cocoanut|Artificial Glass Chalcedony|The Censer or Aspergillus|…|Galbanum|All diuretics|…|Astrology|…|…|…|Tristitia*| +
-|29|(קוף) Qoph|Back of head|435|Mars - 🜄|7 to 10|Corporeal Back of head|The Moon|Crimson (ultra violet)|#8A2BE2|Buff, flecked silver-White|#CCCCCC|Blue black|#000080|Stone colour|#AAADB2|Khephra (as Scarab in Tarot Trump)|Anubi|…|Vishnu (Matsya Avatar)|Conduct|…|…|Poseidon Hermes Psychopompus|Neptune|…|Fish, Dolphin Beetle, Dog, Jackal|Unicellular Organisms, Opium Mangrove|Pearl|The Twilight of the Place and Magic Mirror|…|Ambergris Menstrual Fluid|All narcotics|…|Bewitchments, Casting Illusions|…|…|…|Laetitia*| +
-|30|(ריש) Resh|Head|465|…|8 to 9|Collecting Head|The Sun|Orange|#FFA500|Gold Yellow|#FFD700|Dark brown|#654321|Amber rayed red|#FFBF00|Ra|Ra|The Right Eye (Hathor)|Agni [Tejas], Yama [Last Judgement]|Light|Vision of Surya|…|Helios, Apollo|Apollo Ops|Smyrna|Lion, Sparrowhawk Leopard|Sunflower, Laural, Heliotrop Nut, Galangal|Crysolith|The Lamen or Bow and Arrow|IAO : INRI|Olibanum, Cinnamon, all Glorious Odours|Alcohol|…|The Red Tincture, Power of Acquiring Wealth|Li and Khien|…|…|Hexagram| +
-|31|(שין) Shin|Tooth|496|Hot & Dry 🜂|8 to 10|Perpetual Tooth|The Angel or Last Judgement - Wands - Kings or Knights|Glowing orange scarlet|#FF4500|Vermillion|#FF4D00|The 7 prismatic colours, the violet being outside|Not a valid color description|Vermillion flecked crimson & emerald|#E34234|Thoum-Aesh-Neith, Mau, Kabeshunt,|Mau|The Teeth - The Breast|Surya (Sun)|Fire|Agni-Bhawana|…|Hades|Vulcan, Pluto|Mark|Lion (Cherub of Fire)|Red Poppy, Hibiscus, Nettle all scarlet flowers|Fire Opal|The Wand or Lamp, Pyramid of 🜂 The Thurible|…|Olibanum, all Fiery Odours|…|Nitrates|Evocation, Pyromancy|Kan|…|…|Those of 🜂y Triplicity| +
-|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|Horus, Tarpesheth|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…|…| +
-|32|(תו) Tau|Tau (as Egyptian)|528|…|9 to 10|Administrative Tau (as Egyptian)|The Universe|Indigo|#4B0082|Black|#000000|…|…|Black rayed blue|#00008B|Sebek,Mako|…|The Right Earh (Aput)|Brahma, Indra|Quiescence|…|…|[Athena]|Saturn Terminus, Astræa|Ephesus|Crocodile|Ash, Cypress, Hellebore, Yew, Nightshade Elm|Onyx|A Sickle|…|Assafœtida, Scammony, Indigo, Sulphur (all Evil Odours)|…|Lead|Works of Malediction and Death|Khan|…|…|Triangle| +
-|32 bis|(תו) Tau|…|…|Cold & Dry 🜃|…|…|Empresses - Coins|Citrine, Russet, Olive, Black|#E4D00A, #80461B, #808000, #000000|Amber|#FFBF00|…|…|Black and yellow|#000000|Satem,Ahapshi,Nephthys,Ameshet|…|The Bones (Alim Czim)|Prithivi|Earth|Prithiva-Bhawana|…|[Demeter] Gaia|Ceres|Luke|Bull (Cherub of Earth)|Oak, Ivy Cereals|Salt|The Pantacle or Bread and Salt|…|Storax, all Dull and Heavy Odours|…|Bismuth|Alchemy, Geomancy, Making of Pantacles Travels on the Astral Plane|Kan|…|…|Those of 🜃y Triplicity| +
-|31 bis|(שין) Shin|…|…|…|…|…|All 22 Trumps|White, merging Grey|#EEEEEE|Deep purble (near black)|#111111|…|…|White, red, yellow, blue, black (the latter outside)|#FFFFFF|Asar|…|…|Akasa|Breathing|Vision of the Higher Self, Prana-yama|…|Ikarus|[Liber] Bacchus|The Holy Ghost|Sphinx (if sworded and crowned)|Almond in Flower|Black Diamond|The Winged Egg|…|No attribution possible|Stramonium|Carbon|Invisibility, Transformations, Vision of the Genius|…|…|…|…|+
  
 +            tableCells.forEach(cell => {
 +                // Find all hex codes in the text of the cell
 +                let matches = cell.textContent.match(hexPattern);
  
 +                if (matches && matches.length > 0) {
 +                    // If there's a hex code, change the font color of the cell
 +                    // to the hex code found in the cell
 +                    cell.style.color = matches[0];
 +                }
 +            });
 +        }
 +
 +        // Call the function on page load
 +        applyHexColorToTableCells();
 +    </script>
 +</HTML>