From 2b24f4dd3def6ba616824022f527ce09de3bac1e Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:15:10 +0200 Subject: [PATCH 1/3] Add symbols with hats --- CHANGELOG.md | 4 ++++ src/modules/sym.txt | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e8db4..b374696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,10 @@ - `lt.closed.eq.not`: ⋬ - `lt.closed.not`: ⋪ +- Decorated mathematical symbols + - `plus.hat`: ⨣ + - `approx.hat`: ⩯ + - Miscellaneous technical - `bowtie.stroked`: ⋈ - `bowtie.stroked.big`: ⨝ diff --git a/src/modules/sym.txt b/src/modules/sym.txt index 439ccf1..afcce8a 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -255,6 +255,7 @@ plus + .square ⊞ .triangle ⨹ .triple ⧻ + .hat ⨣ minus − .o ⊖ .dot ∸ @@ -378,6 +379,7 @@ lt < approx ≈ .eq ≊ .not ≉ + .hat ⩯ prec ≺ .approx ⪷ .curly.eq ≼ From acecec2196e5df7d7a9ec93e96a1c47b3576d0e8 Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:16:21 +0200 Subject: [PATCH 2/3] Add symbols with question marks --- CHANGELOG.md | 2 ++ src/modules/sym.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b374696..c3e0e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,8 @@ - Decorated mathematical symbols - `plus.hat`: ⨣ - `approx.hat`: ⩯ + - `lt.quest`: ⩻ + - `gt.quest`: ⩼ - Miscellaneous technical - `bowtie.stroked`: ⋈ diff --git a/src/modules/sym.txt b/src/modules/sym.txt index afcce8a..08083a6 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -307,6 +307,7 @@ eq = gt > .o ⧁ .dot ⋗ + .quest ⩼ .approx ⪆ .arc ⪧ .arc.eq ⪩ @@ -343,6 +344,7 @@ gt > lt < .o ⧀ .dot ⋖ + .quest ⩻ .approx ⪅ .arc ⪦ .arc.eq ⪨ From 994d290881fc44a38368490e1dd3515d08d923ad Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:17:01 +0200 Subject: [PATCH 3/3] Add symbol with asterisk --- CHANGELOG.md | 1 + src/modules/sym.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e0e3f..e8c61d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ - `approx.hat`: ⩯ - `lt.quest`: ⩻ - `gt.quest`: ⩼ + - `eq.ast`: ⩮ - Miscellaneous technical - `bowtie.stroked`: ⋈ diff --git a/src/modules/sym.txt b/src/modules/sym.txt index 08083a6..2ec90d7 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -284,6 +284,7 @@ ratio ∶ // Relations. eq = + .ast ⩮ .star ≛ .o ⊜ .colon ≕