diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2024-09-14 12:40:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 10:40:17 +0000 |
| commit | d48293f1c6ff5cfb256946be4f814df851197bd7 (patch) | |
| tree | 3f28fbbf90a4195845beae6571f04d90807f0098 | |
| parent | a2f91c4bc6c28f05d05b896427f8e2caef3bbf5b (diff) | |
Add `copyleft`, `trademark`, and `registered` symbols (#4883)
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 3261fa89..9d38e412 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -125,7 +125,6 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { hash: '#', hyph: ['‐', minus: '\u{2D}', nobreak: '\u{2011}', point: '‧', soft: '\u{ad}'], percent: '%', - copyright: ['©', sound: '℗'], permille: '‰', pilcrow: ['¶', rev: '⁋'], section: '§', @@ -525,7 +524,9 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { crossmark: ['✗', heavy: '✘'], floral: ['❦', l: '☙', r: '❧'], refmark: '※', - servicemark: '℠', + copyright: ['©', sound: '℗'], + copyleft: '🄯', + trademark: ['™', registered: '®', service: '℠'], maltese: '✠', suit: [ club.filled: '♣', |
