summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index 16c4df72..3261fa89 100644
--- a/crates/typst/src/symbols/sym.rs
+++ b/crates/typst/src/symbols/sym.rs
@@ -100,6 +100,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
dash: [
#[call(crate::math::accent::dash)] en: '–',
em: '—',
+ em.two: '\u{2e3a}',
+ em.three: '\u{2e3b}',
fig: '‒',
wave: '〜',
colon: '∹',