summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index c2bc0065..b3c90d5b 100644
--- a/crates/typst/src/symbols/sym.rs
+++ b/crates/typst/src/symbols/sym.rs
@@ -239,6 +239,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
equiv: '≧',
lt: '≷',
lt.not: '≹',
+ neq: '⪈',
napprox: '⪊',
nequiv: '≩',
not: '≯',
@@ -266,6 +267,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
equiv: '≦',
gt: '≶',
gt.not: '≸',
+ neq: '⪇',
napprox: '⪉',
nequiv: '≨',
not: '≮',