diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index f472b3918..f5f94d907 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -486,7 +486,16 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { refmark: '※', servicemark: '℠', maltese: '✠', - suit: [club: '♣', diamond: '♦', heart: '♥', spade: '♠'], + suit: [ + club.filled: '♣', + club.stroked: '♧', + diamond.filled: '♦', + diamond.stroked: '♢', + heart.filled: '♥', + heart.stroked: '♡', + spade.filled: '♠', + spade.stroked: '♤', + ], // Shapes. bullet: '•',