| | 277 | |
| | 278 | # mathematical negations |
| | 279 | <Multi_key> <equal> <slash> : "≠" U2260 # NOT EQUAL TO |
| | 280 | <dead_stroke> <equal> : "≠" U2260 # NOT EQUAL TO |
| | 281 | <Multi_key> <equal> <dead_stroke> <dead_stroke> : "≠" U2260 # NOT EQUAL TO |
| | 282 | <Multi_key> <KP_equal> <KP_Divide> : "≠" U2260 # NOT EQUAL TO |
| | 283 | <dead_stroke> <KP_equal> : "≠" U2260 # NOT EQUAL TO |
| | 284 | <Multi_key> <KP_equal> <dead_stroke> <dead_stroke> : "≠" U2260 # NOT EQUAL TO |
| | 285 | <Multi_key> <less> <greater> : "≠" U2260 # NOT EQUAL TO |
| | 286 | |
| | 287 | <Multi_key> <U2203> <slash> : "∄" U2204 # THERE DOES NOT EXIST |
| | 288 | <dead_stroke> <U2203> : "∄" U2204 # THERE DOES NOT EXIST |
| | 289 | <Multi_key> <U2203> <dead_stroke> <dead_stroke> : "∄" U2204 # THERE DOES NOT EXIST |
| | 290 | |
| | 291 | <Multi_key> <elementof> <slash> : "∉" U2209 # NOT AN ELEMENT OF |
| | 292 | <dead_stroke> <elementof> : "∉" U2209 # NOT AN ELEMENT OF |
| | 293 | <Multi_key> <elementof> <dead_stroke> <dead_stroke> : "∉" U2209 # NOT AN ELEMENT OF |
| | 294 | |
| | 295 | <Multi_key> <containsas> <slash> : "∌" U220C # DOES NOT CONTAIN AS MEMBER |
| | 296 | <dead_stroke> <containsas> : "∌" U220C # DOES NOT CONTAIN AS MEMBER |
| | 297 | <Multi_key> <containsas> <dead_stroke> <dead_stroke> : "∌" U220C # DOES NOT CONTAIN AS MEMBER |
| | 298 | |
| | 299 | <Multi_key> <bar> <slash> : "∤" U2224 # DOES NOT DIVIDE |
| | 300 | <dead_stroke> <bar> : "∤" U2224 # DOES NOT DIVIDE |
| | 301 | <Multi_key> <bar> <dead_stroke> <dead_stroke> : "∤" U2224 # DOES NOT DIVIDE |
| | 302 | |
| | 303 | <Multi_key> <U2225> <slash> : "∦" U2226 # NOT PARALLEL TO |
| | 304 | <dead_stroke> <U2225> : "∦" U2226 # NOT PARALLEL TO |
| | 305 | <Multi_key> <U2225> <dead_stroke> <dead_stroke> : "∦" U2226 # NOT PARALLEL TO |
| | 306 | |
| | 307 | <Multi_key> <asciitilde> <slash> : "≁" U2241 # NOT TILDE |
| | 308 | <dead_stroke> <asciitilde> : "≁" U2241 # NOT TILDE |
| | 309 | <Multi_key> <asciitilde> <dead_stroke> <dead_stroke> : "≁" U2241 # NOT TILDE |
| | 310 | |
| | 311 | <Multi_key> <less> <slash> : "≮" U226E # NOT LESS-THAN |
| | 312 | <dead_stroke> <less> : "≮" U226E # NOT LESS-THAN |
| | 313 | <Multi_key> <less> <dead_stroke> <dead_stroke> : "≮" U226E # NOT LESS-THAN |
| | 314 | |
| | 315 | <Multi_key> <greater> <slash> : "≯" U226F # NOT GREATER-THAN |
| | 316 | <dead_stroke> <greater> : "≯" U226F # NOT GREATER-THAN |
| | 317 | <Multi_key> <greater> <dead_stroke> <dead_stroke> : "≯" U226F # NOT GREATER-THAN |
| | 318 | |
| | 319 | <Multi_key> <lessthanequal> <slash> : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO |
| | 320 | <dead_stroke> <lessthanequal> : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO |
| | 321 | <Multi_key> <lessthanequal> <dead_stroke> <dead_stroke> : "≰" U2270 # NEITHER LESS-THAN NOR EQUAL TO |
| | 322 | |
| | 323 | <Multi_key> <greaterthanequal> <slash> : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO |
| | 324 | <dead_stroke> <greaterthanequal> : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO |
| | 325 | <Multi_key> <greaterthanequal> <dead_stroke> <dead_stroke> : "≱" U2271 # NEITHER GREATER-THAN NOR EQUAL TO |
| | 326 | |
| | 327 | <Multi_key> <includedin> <slash> : "⊄" U2284 # NOT A SUBSET OF |
| | 328 | <dead_stroke> <includedin> : "⊄" U2284 # NOT A SUBSET OF |
| | 329 | <Multi_key> <includedin> <dead_stroke> <dead_stroke> : "⊄" U2284 # NOT A SUBSET OF |
| | 330 | |
| | 331 | <Multi_key> <includes> <slash> : "⊅" U2285 # NOT A SUPERSET OF |
| | 332 | <dead_stroke> <includes> : "⊅" U2285 # NOT A SUPERSET OF |
| | 333 | <Multi_key> <includes> <dead_stroke> <dead_stroke> : "⊅" U2285 # NOT A SUPERSET OF |