Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
Comment thread
smeech marked this conversation as resolved.
Outdated
"spellright.language": [],
"spellright.documentTypes": [
"latex",
"plaintext"
]
}
35 changes: 35 additions & 0 deletions packages/i-ching/0.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# I Ching (Book of Changes) Unicode Symbols

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.

## To Install

espanso install i-ching

## To find hexagram symbols

Type `:ic` follow by a 6-digit binary (1/0s) starting from the top line. For example,

- `:ic111111` → ䷀ (1 of the 64 Hexagrams that represents THE CREATIVE HEAVEN)
- `:ic000000` → ䷁ (THE RECEPTIVE EARTH)
- and so on.

## To learn more

- **C**hinese: `:icc111111` → 乾卦 ䷀ (Chinese name + Hexagram)
- **E**nglish: `:ice000000` → THE RECEPTIVE EARTH ䷁ (English name + Hexagram)
- **L**ink: `:icl111111` [https://ctext.org/book-of-changes/qian](https://ctext.org/book-of-changes/qian) (**L**ink to original text)

- **M**onograms: `:icm0` → ⚋ (兩儀, 1 of 2 that represents Ying 陰)
- **B**igrams: `:icb11` → ⚌ (四象, 1 of 4 that represents Greater Yang 太陽)
- **T**rigrams: `:ict011` → ☱ (八卦, 1 of 8 that represents Lake 澤)

## To search by order

- **N**umber: `:icn30` → 離卦 ䷝ (…大過坎離三十備…)

## Organized by Longman

- [GitHub](https://github.com/luklongman)
- [Instagram](https://www.instagram.com/l.ongman/)
- Last edited: Jun 20, 2026 (Sat)
7 changes: 7 additions & 0 deletions packages/i-ching/0.1.0/_manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: "i-ching"
title: "I Ching (Book of Changes) Unicode Symbols"
description: Type I Ching Symbol with its corresponding binary code
version: 0.1.0
author: Longman
tags: ["i-ching", "book of changes", "i ching"]
website: https://github.com/luklongman/
Comment thread
smeech marked this conversation as resolved.
Outdated
Loading