diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 648cdf799..227607bde 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -331,6 +331,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { ], equiv: ['≡', not: '≢'], prop: '∝', + original: '⊶', + image: '⊷', // Set theory. emptyset: ['∅', rev: '⦰'],