diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 94e472723..18420805c 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -585,6 +585,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { filled.small: '⬪', filled.medium: '⬧', ], + parallelogram: [ + stroked: '▱', + filled: '▰', + ], star: [op: '⋆', stroked: '☆', filled: '★'], // Arrows, harpoons, and tacks.