Skip to content

Commit 91fafcb

Browse files
authored
Add narrow emptyset symbol (#132)
1 parent 7f60dcc commit 91fafcb

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
@@ -9,6 +9,8 @@
99
### New in `sym`
1010

1111
- Mathematical symbols
12+
- `emptyset.zero`: ∅︀
13+
- `nothing.zero`: ∅︀
1214
- `union.serif`: ∪︀
1315
- `union.sq.serif`: ⊔︀
1416
- `inter.serif`: ∩︀

src/modules/sym.txt

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

418418
// Set theory.
419419
emptyset ∅
420+
.zero ∅\vs{1}
420421
.arrow.r ⦳
421422
.arrow.l ⦴
422423
.bar ⦱
423424
.circle ⦲
424425
.rev ⦰
425426
nothing ∅
427+
.zero ∅\vs{1}
426428
.arrow.r ⦳
427429
.arrow.l ⦴
428430
.bar ⦱

0 commit comments

Comments
 (0)