I Ching Hexagram Meanings is a 64-entry reference catalogue of the King Wen sequence, designed for structural lookup rather than divination. Getting started with the tool means understanding what it does not do first. The catalogue does not toss coins, calculate changing lines, generate predictions, or ask you to submit a personal question. It maps each King Wen number from 1 through 64 to its encoded character from U+4DC0 through U+4DFF, names that character using the official Unicode English label, and exposes the lower and upper trigrams built from Lines 1–3 and Lines 4–6 of the six-line figure. The Stanford Encyclopedia of Philosophy appendix supplies the bottom-to-top yin and yang line codes that drive the 8-by-8 trigram matrix, while Unicode NamesList supplies the character, code point, and exact English name for every entry. Once you accept that this is a structural reference built on those two public sources, the three concrete steps for a first session are search, filter, inspect — each one a single field, filter, or button click.

Scope of the Reference Catalogue
The catalogue is a literal 64-row table stored in the test fixture, so the production code cannot manufacture its own expected names. Each row pairs one King Wen number with one Unicode character, one code point in the U+4DC0 through U+4DFF block, and one official Unicode English name. The first row is ䷀ at U+4DC0, named HEXAGRAM FOR THE CREATIVE HEAVEN, and the last is ䷿ at U+4DFF, named HEXAGRAM FOR BEFORE COMPLETION. Every other entry sits between them with no gaps and no repeats, so any search you run lands inside a continuous, finite set rather than a generated or inferred one.
The catalogue is not a casting tool. It does not select a random entry, calculate changing lines, reproduce a modern commercial translation, attach a fortune to a result, or claim that a hexagram predicts an event. It also does not ask for a personal question, persist your last selection in localStorage or sessionStorage, or upload the term you type. Search and filtering happen entirely on top of the fixed 64-row table inside your browser session.
Three Structural Facts to Confirm First
Before you click into the search field of the I Ching Hexagram Meanings catalogue, three structural facts shape every lookup you do.
- You have five search keys to choose from. Any one of them — a King Wen number from 1 to 64, the hexagram character itself, a Unicode code point in the U+4DC0 to U+4DFF range, the official Unicode English name, or one of the eight trigram names — resolves the same entry from the same fixed table.
- Lines are read from the bottom up, not the top down. A six-line figure is structured bottom-first, so the lower trigram occupies Lines 1 through 3 and the upper trigram occupies Lines 4 through 6.
- The catalogue never flattens a result into a single label. Every selected entry shows both the short display name and the full official Unicode name, so the structural decomposition can be checked directly against the encoding authority.
| Trigram | Also Called | Position in the Six-Line Figure |
|---|---|---|
| Qian | Heaven | Lower (Lines 1–3) or upper (Lines 4–6) |
| Dui | Lake | Lower or upper |
| Li | Fire | Lower or upper |
| Zhen | Thunder | Lower or upper |
| Xun | Wind | Lower or upper |
| Kan | Water | Lower or upper |
| Gen | Mountain | Lower or upper |
| Kun | Earth | Lower or upper |
The eight trigrams in the table above are the only building blocks the catalogue uses. Because each trigram can sit on the bottom half or the top half, and there are eight possibilities for each half, the 8-by-8 King Wen matrix falls out naturally — eight lower choices times eight upper choices equals the full 64-entry sequence.
Run Your First Lookup in Three Steps
The shortest path through the catalogue is three moves, each one a single field, filter, or button.
- Open the catalogue at I Ching Hexagram Meanings and confirm that the result count reads 64 and the selected entry is Hexagram 1 (䷀, U+4DC0, HEXAGRAM FOR THE CREATIVE HEAVEN).
- Type one search term into the search field — for example, the number 29, the character ䷜, the code point U+4DDC, the name "ABYSMAL WATER", or the trigram name "Kan". The result count drops to the matches and the matching entries become selectable.
- Click the matching entry to inspect its exact Unicode identity and structure. The detail panel shows the character, code point, official Unicode English name, short display name, and the lower and upper trigrams with both names and symbols, so you can confirm the bottom-first decomposition by eye.
For a parallel walkthrough that focuses only on the search and trigram filters, the 64 I Ching Hexagrams: Search by Unicode and Trigrams guide repeats the same moves in slightly more detail and links the controls to the Stanford and Unicode sources behind them.
Combine the Search Field With Lower and Upper Filters
The lower and upper trigram filters sit beside the search field and let you narrow the 64 entries in two additional ways. Set the lower trigram to Zhen (Thunder) and the upper trigram to Kan (Water) and the catalogue keeps only hexagrams whose bottom three lines spell Thunder and whose top three lines spell Water. Add an official Unicode English name to the search field and the catalogue further narrows the filtered trigram pair to entries whose name matches. The three controls compose: a search term, a lower filter, and an upper filter all run together against the same fixed table.
The two filters narrow to different sets, but they share one rule — every filter value comes from the same eight-trigram table shown above. If you cannot see a trigram you expect in a dropdown, it is because the catalogue does not infer trigrams from the English title. The trigram identity is locked independently against the Stanford Encyclopedia of Philosophy appendix, where bottom-to-top yin and yang line codes are published for every hexagram. Splitting each six-line code after the third line gives the lower and upper trigrams, so the matrix is computed from sourced line data rather than guessed from a name.
Reset the View and Recover From an Empty Result
An empty state appears whenever the combination of search term, lower filter, and upper filter has no intersection in the 64-row table. The visible result count will read 0 and the detail panel will explain how to recover rather than leave you stuck. The recovery path is the Reset catalogue control: one click clears the search field, clears both trigram filters, restores all 64 entries, and re-selects Hexagram 1.
Reset is also the right starting point whenever you suspect a previous filter is leaking into your current session. Closing the tab or refreshing the page removes the transient filter state as well, so the catalogue cannot surprise you with a hidden filter from an earlier visit. Nothing about your session is written to localStorage or sessionStorage, and the catalogue sends no fetch request when you search or filter. A visible result count announces every filtering change so you always know whether your view currently holds 64 entries, a subset, or zero matches.
Where the Numbering, Names, and Line Codes Come From
Two public sources anchor every value in the table, and you can cross-check both of them yourself. The Unicode NamesList at unicode.org supplies the encoding authority for the character, code point, and exact English name of each of the 64 entries from U+4DC0 through U+4DFF. The Stanford Encyclopedia of Philosophy appendix supplies the bottom-to-top yin and yang line codes for all eight trigrams and all 64 hexagrams, and the catalogue splits each six-line code after the third line to identify the lower and upper trigrams independently.
The Book of Changes itself, in the Chinese Text Project edition, is the upstream classical text for any interpretive reading you might pair with a structural lookup. The catalogue deliberately stops at the structural facts and does not reproduce a modern translation or attach a fortune to an entry. If your goal is a mechanical three-coin cast rather than a reference lookup, the separate I Ching Reading tool is built for that task and keeps the two workflows apart, so getting started in the right place means choosing the reference catalogue when you want structural facts and the casting tool when you want a primary and transformed hexagram with changing lines.