diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index a672b6750..d54be8ba4 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -600,6 +600,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { r.stop: '⇥', r.stroked: '⇨', r.tail: '↣', + r.tilde: '⥲', r.triple: '⇛', r.twohead.bar: '⤅', r.twohead: '↠', @@ -626,6 +627,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { l.stop: '⇤', l.stroked: '⇦', l.tail: '↢', + l.tilde: '⭉', l.triple: '⇚', l.twohead.bar: '⬶', l.twohead: '↞',