summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index 1d78ee3f..1cdd92d8 100644
--- a/crates/typst/src/symbols/sym.rs
+++ b/crates/typst/src/symbols/sym.rs
@@ -341,18 +341,18 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
// Set theory.
emptyset: [
'∅',
+ arrow.r: '⦳',
+ arror.l: '⦴',
bar: '⦱',
circle: '⦲',
- larrow: '⦴',
- rarrow: '⦳',
rev: '⦰',
],
nothing: [
'∅',
+ arrow.r: '⦳',
+ arror.l: '⦴',
bar: '⦱',
circle: '⦲',
- larrow: '⦴',
- rarrow: '⦳',
rev: '⦰',
],
without: '∖',