summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index 94e47272..18420805 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.