Skip to content

Commit 421ffd6

Browse files
authored
Merge pull request #208 from luklongman/main
Add I-Ching Package
2 parents 0a1548c + 6f87a0f commit 421ffd6

3 files changed

Lines changed: 718 additions & 0 deletions

File tree

packages/i-ching/0.1.0/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# I Ching (Book of Changes) Unicode Symbols
2+
3+
A package that provides access to I Ching symbols including hexagrams (䷀), trigrams(☷), bigrams(⚍), and monograms (⚋); Chinese and English names; and links to original text and translation from ctext.org.
4+
5+
## To Install
6+
7+
espanso install i-ching
8+
9+
## To find hexagram symbols
10+
11+
Type `:ic` follow by a 6-digit binary (1/0s) starting from the top line. For example,
12+
13+
- `:ic111111` → ䷀ (1 of the 64 Hexagrams that represents THE CREATIVE HEAVEN)
14+
- `:ic000000` → ䷁ (THE RECEPTIVE EARTH)
15+
- and so on.
16+
17+
## To learn more
18+
19+
- **C**hinese: `:icc111111` → 乾卦 ䷀ (Chinese name + Hexagram)
20+
- **E**nglish: `:ice000000` → THE RECEPTIVE EARTH ䷁ (English name + Hexagram)
21+
- **L**ink: `:icl111111` [https://ctext.org/book-of-changes/qian](https://ctext.org/book-of-changes/qian) (**L**ink to original text)
22+
23+
- **M**onograms: `:icm0` → ⚋ (兩儀, 1 of 2 that represents Ying 陰)
24+
- **B**igrams: `:icb11` → ⚌ (四象, 1 of 4 that represents Greater Yang 太陽)
25+
- **T**rigrams: `:ict011` → ☱ (八卦, 1 of 8 that represents Lake 澤)
26+
27+
## To search by order
28+
29+
- **N**umber: `:icn30` → 離卦 ䷝ (…大過坎離三十備…)
30+
31+
## Organized by Longman
32+
33+
- [GitHub](https://github.com/luklongman)
34+
- [Instagram](https://www.instagram.com/l.ongman/)
35+
- Last edited: Jun 20, 2026 (Sat)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: "i-ching"
2+
title: "I Ching (Book of Changes) Unicode Symbols"
3+
description: Type I Ching Symbol with its corresponding binary code
4+
version: 0.1.0
5+
author: Longman
6+
tags: ["i-ching", "book of changes", "i ching"]
7+
homepage: https://github.com/luklongman/

0 commit comments

Comments
 (0)