diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 0456ed189374..527801a21042 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -464,7 +464,13 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { // Miscellaneous. ballot: ['☐', x: '☒'], - checkmark: ['✓', light: '🗸'], + mark:[ + '✓', + check.light: '🗸', + check.heavy: '✔', + cross: '✗', + cross.heavy: '✘' + ], floral: ['❦', l: '☙', r: '❧'], notes: [up: '🎜', down: '🎝'], refmark: '※',