mirror of
https://github.com/typst/typst
synced 2025-05-22 04:55:29 +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: '#',
|
hash: '#',
|
||||||
hyph: ['‐', minus: '\u{2D}', nobreak: '\u{2011}', point: '‧', soft: '\u{ad}'],
|
hyph: ['‐', minus: '\u{2D}', nobreak: '\u{2011}', point: '‧', soft: '\u{ad}'],
|
||||||
percent: '%',
|
percent: '%',
|
||||||
copyright: ['©', sound: '℗'],
|
|
||||||
permille: '‰',
|
permille: '‰',
|
||||||
pilcrow: ['¶', rev: '⁋'],
|
pilcrow: ['¶', rev: '⁋'],
|
||||||
section: '§',
|
section: '§',
|
||||||
@ -525,7 +524,9 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
crossmark: ['✗', heavy: '✘'],
|
crossmark: ['✗', heavy: '✘'],
|
||||||
floral: ['❦', l: '☙', r: '❧'],
|
floral: ['❦', l: '☙', r: '❧'],
|
||||||
refmark: '※',
|
refmark: '※',
|
||||||
servicemark: '℠',
|
copyright: ['©', sound: '℗'],
|
||||||
|
copyleft: '🄯',
|
||||||
|
trademark: ['™', registered: '®', service: '℠'],
|
||||||
maltese: '✠',
|
maltese: '✠',
|
||||||
suit: [
|
suit: [
|
||||||
club.filled: '♣',
|
club.filled: '♣',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user