mirror of https://github.com/stelzo/typst.git
Added Numero Sign № (U+2116) (#5326)
This commit is contained in:
parent
f0d7f54cbf
commit
30427ac842
|
|
@ -123,6 +123,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = typst_macros::symbols! {
|
||||||
interrobang: '‽',
|
interrobang: '‽',
|
||||||
hash: '#',
|
hash: '#',
|
||||||
hyph: ['‐', minus: '\u{2D}', nobreak: '\u{2011}', point: '‧', soft: '\u{ad}'],
|
hyph: ['‐', minus: '\u{2D}', nobreak: '\u{2011}', point: '‧', soft: '\u{ad}'],
|
||||||
|
numero: '№',
|
||||||
percent: '%',
|
percent: '%',
|
||||||
permille: '‰',
|
permille: '‰',
|
||||||
pilcrow: ['¶', rev: '⁋'],
|
pilcrow: ['¶', rev: '⁋'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue