summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs18
1 files changed, 16 insertions, 2 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index f2a32dfa..3957f8bf 100644
--- a/crates/typst/src/symbols/sym.rs
+++ b/crates/typst/src/symbols/sym.rs
@@ -332,8 +332,22 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
image: '⊷',
// Set theory.
- emptyset: ['∅', rev: '⦰'],
- nothing: ['∅', rev: '⦰'],
+ emptyset: [
+ '∅',
+ bar: '⦱',
+ circle: '⦲',
+ larrow: '⦴',
+ rarrow: '⦳',
+ rev: '⦰',
+ ],
+ nothing: [
+ '∅',
+ bar: '⦱',
+ circle: '⦲',
+ larrow: '⦴',
+ rarrow: '⦳',
+ rev: '⦰',
+ ],
without: '∖',
complement: '∁',
in: [