55
55
.v.double ‖
56
56
.v.triple ⦀
57
57
.v.broken ¦
58
+ .v.o ⦶
59
+ @deprecated: `bar.v.circle` is deprecated, use `bar.v.o` instead
58
60
.v.circle ⦶
59
61
.h ―
60
62
fence
@@ -101,16 +103,20 @@ amp &
101
103
// Punctuation.
102
104
ast
103
105
.op ∗
106
+ .op.o ⊛
104
107
.basic *
105
108
.low ⁎
106
109
.double ⁑
107
110
.triple ⁂
108
111
@deprecated: `ast.small` is deprecated (CJK compatibility character), use ﹡ or `\u{fe61}` instead
109
112
.small ﹡
113
+ @deprecated: `ast.circle` is deprecated, use `convolve.o` or `ast.op.o` instead
110
114
.circle ⊛
111
115
.square ⧆
112
116
at @
113
117
backslash \
118
+ .o ⦸
119
+ @deprecated: `backslash.circle` is deprecated, use `backslash.o` instead
114
120
.circle ⦸
115
121
.not ⧷
116
122
co ℅
@@ -138,13 +144,19 @@ dash
138
144
.fig ‒
139
145
.wave 〜
140
146
.colon ∹
147
+ .o ⊝
148
+ @deprecated: `dash.circle` is deprecated, use `dash.o` instead
141
149
.circle ⊝
142
150
.wave.double 〰
143
151
dot
144
152
.op ⋅
145
153
.basic \u{2E}
146
154
.c ·
155
+ .o ⊙
156
+ .o.big ⨀
157
+ @deprecated: `dot.circle` is deprecated, use `dot.o` instead
147
158
.circle ⊙
159
+ @deprecated: `dot.circle.big` is deprecated, use `dot.o.big` instead
148
160
.circle.big ⨀
149
161
.square ⊡
150
162
.double ¨
@@ -177,7 +189,7 @@ semi ;
177
189
.inv ⸵
178
190
.rev ⁏
179
191
slash /
180
- .circle ⊘
192
+ .o ⊘
181
193
.double ⫽
182
194
.triple ⫻
183
195
.big ⧸
@@ -239,8 +251,14 @@ prime ′
239
251
240
252
// Arithmetic.
241
253
plus +
254
+ .o ⊕
255
+ .o.arrow ⟴
256
+ .o.big ⨁
257
+ @deprecated: `plus.circle` is deprecated, use `plus.o` instead
242
258
.circle ⊕
259
+ @deprecated: `plus.circle.arrow` is deprecated, use `plus.o.arrow` instead
243
260
.circle.arrow ⟴
261
+ @deprecated: `plus.circle.big` is deprecated, use `plus.o.big` instead
244
262
.circle.big ⨁
245
263
.dot ∔
246
264
.double ⧺
@@ -251,17 +269,25 @@ plus +
251
269
.triangle ⨹
252
270
.triple ⧻
253
271
minus −
272
+ .o ⊖
273
+ @deprecated: `minus.circle` is deprecated, use `minus.o` instead
254
274
.circle ⊖
255
275
.dot ∸
256
276
.plus ∓
257
277
.square ⊟
258
278
.tilde ≂
259
279
.triangle ⨺
260
280
div ÷
281
+ .o ⨸
282
+ @deprecated: `div.circle` is deprecated, use `div.o` instead
261
283
.circle ⨸
262
284
times ×
263
285
.big ⨉
286
+ .o ⊗
287
+ .o.big ⨂
288
+ @deprecated: `times.circle` is deprecated, use `times.o` instead
264
289
.circle ⊗
290
+ @deprecated: `times.circle.big` is deprecated, use `times.o.big` instead
265
291
.circle.big ⨂
266
292
.div ⋇
267
293
.three.l ⋋
@@ -275,6 +301,8 @@ ratio ∶
275
301
// Relations.
276
302
eq =
277
303
.star ≛
304
+ .o ⊜
305
+ @deprecated: `eq.circle` is deprecated, use `eq.o` instead
278
306
.circle ⊜
279
307
.colon ≕
280
308
.dots ≑
297
325
.triple.not ≢
298
326
.quad ≣
299
327
gt >
328
+ .o ⧁
329
+ @deprecated: `gt.circle` is deprecated, use `gt.o` instead
300
330
.circle ⧁
301
331
.dot ⋗
302
332
.approx ⪆
324
354
.triple ⋙
325
355
.triple.nested ⫸
326
356
lt <
357
+ .o ⧀
358
+ @deprecated: `lt.circle` is deprecated, use `lt.o` instead
327
359
.circle ⧀
328
360
.dot ⋖
329
361
.approx ⪅
@@ -533,7 +565,9 @@ qed ∎
533
565
mapsto ↦
534
566
.long ⟼
535
567
compose ∘
568
+ .o ⊚
536
569
convolve ∗
570
+ .o ⊛
537
571
multimap ⊸
538
572
.double ⧟
539
573
@@ -554,6 +588,8 @@ wreath ≀
554
588
angzarr ⍼
555
589
parallel ∥
556
590
.struck ⫲
591
+ .o ⦷
592
+ @deprecated: `parallel.circle` is deprecated, use `parallel.o` instead
557
593
.circle ⦷
558
594
.eq ⋕
559
595
.equiv ⩨
@@ -563,6 +599,8 @@ parallel ∥
563
599
.slanted.equiv ⧥
564
600
.tilde ⫳
565
601
perp ⟂
602
+ .o ⦹
603
+ @deprecated: `perp.circle` is deprecated, use `perp.o` instead
566
604
.circle ⦹
567
605
568
606
// Astronomical.
@@ -731,6 +769,7 @@ circle
731
769
.filled.small ∙
732
770
.filled.big ⬤
733
771
.dotted ◌
772
+ @deprecated: `circle.nested` is deprecated, use `compose.o` instead
734
773
.nested ⊚
735
774
ellipse
736
775
.stroked.h ⬭
0 commit comments