Skip to content

Commit 56686b0

Browse files
committed
Add narrow emptyset symbol
1 parent 4b4b3a5 commit 56686b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
### New in `sym`
66

77
- Mathematical symbols
8+
- `emptyset.zero`: ∅︀
9+
- `nothing.zero`: ∅︀
810
- `union.serif`: ∪︀
911
- `union.sq.serif`: ⊔︀
1012
- `inter.serif`: ∩︀

src/modules/sym.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,14 @@ asymp ≍
401401

402402
// Set theory.
403403
emptyset ∅
404+
.zero ∅\vs{1}
404405
.arrow.r ⦳
405406
.arrow.l ⦴
406407
.bar ⦱
407408
.circle ⦲
408409
.rev ⦰
409410
nothing ∅
411+
.zero ∅\vs{1}
410412
.arrow.r ⦳
411413
.arrow.l ⦴
412414
.bar ⦱

0 commit comments

Comments
 (0)