Skip to content
41 changes: 40 additions & 1 deletion src/modules/sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ bar
.v.double ‖
.v.triple ⦀
.v.broken ¦
.v.o ⦶
//Deprecated
.v.circle ⦶
.h ―
fence
Expand Down Expand Up @@ -101,14 +103,18 @@ amp &
// Punctuation.
ast
.op ∗
.op.o ⊛
.basic *
.low ⁎
.double ⁑
.triple ⁂
//Deprecated
.circle ⊛
.square ⧆
at @
backslash \
.o ⦸
//Deprecated
.circle ⦸
.not ⧷
co ℅
Expand All @@ -135,13 +141,19 @@ dash
.fig ‒
.wave 〜
.colon ∹
.o ⊝
//Deprecated
.circle ⊝
.wave.double 〰
dot
.op ⋅
.basic U+2E
.c ·
.o ⊙
.o.big ⨀
//Deprecated
.circle ⊙
//Deprecated
.circle.big ⨀
.square ⊡
.double ¨
Expand Down Expand Up @@ -174,7 +186,7 @@ semi ;
.inv ⸵
.rev ⁏
slash /
.circle
.o
.double ⫽
.triple ⫻
.big ⧸
Expand Down Expand Up @@ -236,8 +248,14 @@ prime ′

// Arithmetic.
plus +
.o ⊕
.o.arrow ⟴
.o.big ⨁
//Deprecated
.circle ⊕
//Deprecated
.circle.arrow ⟴
//Deprecated
.circle.big ⨁
.dot ∔
.double ⧺
Expand All @@ -246,17 +264,25 @@ plus +
.triangle ⨹
.triple ⧻
minus −
.o ⊖
//Deprecated
.circle ⊖
.dot ∸
.plus ∓
.square ⊟
.tilde ≂
.triangle ⨺
div ÷
.o ⨸
//Deprecated
.circle ⨸
times ×
.big ⨉
.o ⊗
.o.big ⨂
//Deprecated
.circle ⊗
//Deprecated
.circle.big ⨂
.div ⋇
.three.l ⋋
Expand All @@ -270,6 +296,8 @@ ratio ∶
// Relations.
eq =
.star ≛
.o ⊜
//Deprecated
.circle ⊜
.colon ≕
.dots ≑
Expand All @@ -290,6 +318,8 @@ eq =
.triple.not ≢
.quad ≣
gt >
.o ⧁
//Deprecated
.circle ⧁
.dot ⋗
.approx ⪆
Expand All @@ -315,6 +345,8 @@ gt >
.triple ⋙
.triple.nested ⫸
lt <
.o ⧀
//Deprecated
.circle ⧀
.dot ⋖
.approx ⪅
Expand Down Expand Up @@ -522,7 +554,9 @@ qed ∎
mapsto ↦
.long ⟼
compose ∘
.o ⊚
convolve ∗
.o ⊛
multimap ⊸
.double ⧟

Expand All @@ -543,6 +577,8 @@ wreath ≀
angzarr ⍼
parallel ∥
.struck ⫲
.o ⦷
//Deprecated
.circle ⦷
.eq ⋕
.equiv ⩨
Expand All @@ -552,6 +588,8 @@ parallel ∥
.slanted.equiv ⧥
.tilde ⫳
perp ⟂
.o ⦹
//Deprecated
.circle ⦹

// Astronomical.
Expand Down Expand Up @@ -693,6 +731,7 @@ circle
.filled.small ∙
.filled.big ⬤
.dotted ◌
//Deprecated, use compose.o
.nested ⊚
ellipse
.stroked.h ⬭
Expand Down