mirror of
https://github.com/typst/typst
synced 2025-05-21 04:25:28 +08:00
Add copyleft
, trademark
, and registered
symbols (#4883)
This commit is contained in:
parent
a2f91c4bc6
commit
d48293f1c6
@ -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: '♣',
|
||||
|
Loading…
x
Reference in New Issue
Block a user