∤ Does Not Divide Symbol: Meaning, Uses, and Keyboard Shortcuts

The ∤ (Does Not Divide) symbol is a mathematical operator used primarily in number theory to indicate that one integer does not divide evenly into another without leaving a remainder. Visually, it consists of a vertical line struck through with a forward slash, serving as the direct negation of the standard "divides" (|) symbol. For example, the expression "3 ∤ 10" is simply read as "three does not divide ten."

In the Unicode Standard, this character is officially named "Does Not Divide" and is assigned the code point U+2224. It belongs to the Mathematical Operators block, a comprehensive collection of characters designed to render scientific formulas, logic, and mathematical equations consistently across different digital platforms and web browsers.

While you are unlikely to spot the ∤ symbol in casual text messages or trending social media captions, it is indispensable in academic and technical contexts. In mathematics and computer science, it appears frequently in discrete math, cryptography, and algorithms where divisibility rules are crucial. Programmers and mathematicians often use it when writing theoretical documentation or formatting academic papers in LaTeX, where it is generated using the `\nmid` command. In actual code execution, programmers typically use the modulo operator (like `10 % 3 != 0`) to check for divisibility, but ∤ remains the gold standard for human-readable theory.

Typing the ∤ symbol requires a few shortcuts, as it doesn't appear on standard keyboards. On Mac, you can pull up the Character Viewer by pressing Control + Command + Space and searching for "does not divide." On Windows, you can find it in the Character Map utility, or you can type "2224" followed by Alt + X in Microsoft Word. Web developers can easily insert it into HTML using the decimal entity `∤` or the hexadecimal entity `∤`.

The most obvious relative to ∤ is its positive counterpart, the standard vertical line or "divides" symbol (|) at U+007C. It also shares a visual and thematic relationship with other negated mathematical operators, such as ≠ (Not Equal To) and ∉ (Not An Element Of). Striking a line through an operator is the universal mathematical shorthand for "not," making the ∤ symbol instantly recognizable to anyone familiar with basic number theory.

Related Symbols

More Meanings