[
  {
    "id": "plus",
    "symbol": "+",
    "slug": "plus",
    "name": "Plus Sign",
    "aliases": [
      "addition sign"
    ],
    "unicode": "U+002B",
    "htmlEntity": "&plus;",
    "htmlDecimal": "&#43;",
    "latex": "+",
    "mathml": "<mo>+</mo>",
    "categories": [
      "basic-math",
      "algebra"
    ],
    "meaning": "Indicates addition or a positive value.",
    "usage": "Place it between quantities to add them, or before a number to make its positive sign explicit.",
    "pronunciation": "plus sign",
    "examples": [
      "2+3=5",
      "x+4=9"
    ],
    "relatedSymbols": [
      "minus",
      "plus-minus"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+002B in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type + in an equation and press Space.",
      "iPhone": "Copy and paste +, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste +, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste + or use Insert → Special characters. For structured math, use the equation editor and verify +.",
      "excel": "Paste + into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Plus Sign (+): Meaning, Examples & LaTeX",
      "description": "Copy + (U+002B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around +; Place it between quantities to add them, or before a number to make its positive sign explicit.",
      "For plain text, copy + as U+002B; for structured equations, use + in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Plus Sign."
    ],
    "searchIntents": [
      "Plus Sign symbol meaning",
      "Plus Sign copy and paste",
      "Plus Sign LaTeX",
      "Plus Sign Unicode",
      "how to type Plus Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Plus Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "− — Minus Sign",
      "± — Plus–Minus Sign"
    ],
    "useCases": [
      "Use + in plain text when a Unicode character is appropriate and the destination preserves U+002B.",
      "Use + in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Plus Sign is used in basic math, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "− — Minus Sign",
      "± — Plus–Minus Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "minus",
    "symbol": "−",
    "slug": "minus",
    "name": "Minus Sign",
    "aliases": [
      "subtraction sign",
      "negative sign"
    ],
    "unicode": "U+2212",
    "htmlEntity": "&minus;",
    "htmlDecimal": "&#8722;",
    "latex": "-",
    "mathml": "<mo>−</mo>",
    "categories": [
      "basic-math",
      "algebra"
    ],
    "meaning": "Indicates subtraction, negation, or a negative value.",
    "usage": "Use the mathematical minus sign rather than a hyphen when typography matters.",
    "pronunciation": "minus sign",
    "examples": [
      "7-2=5",
      "-x"
    ],
    "relatedSymbols": [
      "plus",
      "plus-minus"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2212 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type - in an equation and press Space.",
      "iPhone": "Copy and paste −, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste −, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste − or use Insert → Special characters. For structured math, use the equation editor and verify -.",
      "excel": "Paste − into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Minus Sign (−): Meaning, Examples & LaTeX",
      "description": "Copy − (U+2212), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around −; Use the mathematical minus sign rather than a hyphen when typography matters.",
      "For plain text, copy − as U+2212; for structured equations, use - in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Minus Sign."
    ],
    "searchIntents": [
      "Minus Sign symbol meaning",
      "Minus Sign copy and paste",
      "Minus Sign LaTeX",
      "Minus Sign Unicode",
      "how to type Minus Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Minus Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "± — Plus–Minus Sign"
    ],
    "useCases": [
      "Use − in plain text when a Unicode character is appropriate and the destination preserves U+2212.",
      "Use - in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Minus Sign is used in basic math, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "± — Plus–Minus Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "multiplication",
    "symbol": "×",
    "slug": "multiplication",
    "name": "Multiplication Sign",
    "aliases": [
      "times sign"
    ],
    "unicode": "U+00D7",
    "htmlEntity": "&times;",
    "htmlDecimal": "&#215;",
    "latex": "\\times",
    "mathml": "<mo>×</mo>",
    "categories": [
      "basic-math",
      "algebra"
    ],
    "meaning": "Indicates multiplication or a Cartesian product.",
    "usage": "In arithmetic it means multiply; in set theory and geometry it can denote a product.",
    "pronunciation": "multiplication sign",
    "examples": [
      "4\\times 3=12",
      "A\\times B"
    ],
    "relatedSymbols": [
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+00D7 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\times in an equation and press Space.",
      "iPhone": "Copy and paste ×, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ×, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste × or use Insert → Special characters. For structured math, use the equation editor and verify \\times.",
      "excel": "Paste × into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Multiplication Sign (×): Meaning, Examples & LaTeX",
      "description": "Copy × (U+00D7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ×; In arithmetic it means multiply; in set theory and geometry it can denote a product.",
      "For plain text, copy × as U+00D7; for structured equations, use \\times in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Multiplication Sign."
    ],
    "searchIntents": [
      "Multiplication Sign symbol meaning",
      "Multiplication Sign copy and paste",
      "Multiplication Sign LaTeX",
      "Multiplication Sign Unicode",
      "how to type Multiplication Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Multiplication Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "÷ — Division Sign"
    ],
    "useCases": [
      "Use × in plain text when a Unicode character is appropriate and the destination preserves U+00D7.",
      "Use \\times in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Multiplication Sign is used in basic math, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "÷ — Division Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "division",
    "symbol": "÷",
    "slug": "division",
    "name": "Division Sign",
    "aliases": [
      "obelus"
    ],
    "unicode": "U+00F7",
    "htmlEntity": "&divide;",
    "htmlDecimal": "&#247;",
    "latex": "\\div",
    "mathml": "<mo>÷</mo>",
    "categories": [
      "basic-math"
    ],
    "meaning": "Indicates division.",
    "usage": "Common in elementary arithmetic; fractions and slash notation are more common in advanced mathematics.",
    "pronunciation": "division sign",
    "examples": [
      "12\\div 3=4"
    ],
    "relatedSymbols": [
      "multiplication",
      "ratio"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+00F7 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\div in an equation and press Space.",
      "iPhone": "Copy and paste ÷, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ÷, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ÷ or use Insert → Special characters. For structured math, use the equation editor and verify \\div.",
      "excel": "Paste ÷ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Division Sign (÷): Meaning, Examples & LaTeX",
      "description": "Copy ÷ (U+00F7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ÷; Common in elementary arithmetic; fractions and slash notation are more common in advanced mathematics.",
      "For plain text, copy ÷ as U+00F7; for structured equations, use \\div in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Division Sign."
    ],
    "searchIntents": [
      "Division Sign symbol meaning",
      "Division Sign copy and paste",
      "Division Sign LaTeX",
      "Division Sign Unicode",
      "how to type Division Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Division Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "× — Multiplication Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ÷ in plain text when a Unicode character is appropriate and the destination preserves U+00F7.",
      "Use \\div in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Division Sign is used in basic math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols"
    ],
    "confusableCharacters": [
      "× — Multiplication Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equals",
    "symbol": "=",
    "slug": "equals",
    "name": "Equals Sign",
    "aliases": [
      "equal sign"
    ],
    "unicode": "U+003D",
    "htmlEntity": "",
    "htmlDecimal": "&#61;",
    "latex": "=",
    "mathml": "<mo>=</mo>",
    "categories": [
      "basic-math",
      "comparison",
      "algebra"
    ],
    "meaning": "States that two expressions have the same value.",
    "usage": "Use it only for equality, not as a general transition between unrelated steps.",
    "pronunciation": "equals sign",
    "examples": [
      "x+2=7",
      "a=b"
    ],
    "relatedSymbols": [
      "not-equal",
      "approximately-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+003D in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type = in an equation and press Space.",
      "iPhone": "Copy and paste =, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste =, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste = or use Insert → Special characters. For structured math, use the equation editor and verify =.",
      "excel": "Paste = into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equals Sign (=): Meaning, Examples & LaTeX",
      "description": "Copy = (U+003D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Use = only when the two expressions are equal; do not use it as a generic separator between calculation steps.",
      "For plain text, copy = as U+003D; for structured equations, use = in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equals Sign."
    ],
    "searchIntents": [
      "Equals Sign symbol meaning",
      "Equals Sign copy and paste",
      "Equals Sign LaTeX",
      "Equals Sign Unicode",
      "how to type Equals Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Equals Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "≠ — Not Equal To",
      "≈ — Approximately Equal To"
    ],
    "useCases": [
      "Use = in plain text when a Unicode character is appropriate and the destination preserves U+003D.",
      "Use = in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equals Sign is used in basic math, comparison, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Comparison Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "≠ — Not Equal To",
      "≈ — Approximately Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-equal",
    "symbol": "≠",
    "slug": "not-equal",
    "name": "Not Equal To",
    "aliases": [
      "not equals"
    ],
    "unicode": "U+2260",
    "htmlEntity": "&ne;",
    "htmlDecimal": "&#8800;",
    "latex": "\\neq",
    "mathml": "<mo>≠</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "States that two values or expressions are not equal.",
    "usage": "Use it when equality is false or excluded by a condition.",
    "pronunciation": "not equal to",
    "examples": [
      "3\\neq 4",
      "x\\neq 0"
    ],
    "relatedSymbols": [
      "equals",
      "approximately-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2260 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\neq in an equation and press Space.",
      "iPhone": "Copy and paste ≠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≠ or use Insert → Special characters. For structured math, use the equation editor and verify \\neq.",
      "excel": "Paste ≠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Equal To (≠): Meaning, Examples & LaTeX",
      "description": "Copy ≠ (U+2260), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Use ≠ to deny equality, not to express an ordering such as less than or greater than.",
      "For plain text, copy ≠ as U+2260; for structured equations, use \\neq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Equal To."
    ],
    "searchIntents": [
      "Not Equal To symbol meaning",
      "Not Equal To copy and paste",
      "Not Equal To LaTeX",
      "Not Equal To Unicode",
      "how to type Not Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≈ — Approximately Equal To"
    ],
    "useCases": [
      "Use ≠ in plain text when a Unicode character is appropriate and the destination preserves U+2260.",
      "Use \\neq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Equal To is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≈ — Approximately Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-than",
    "symbol": "<",
    "slug": "less-than",
    "name": "Less Than",
    "aliases": [
      "smaller than"
    ],
    "unicode": "U+003C",
    "htmlEntity": "&lt;",
    "htmlDecimal": "&#60;",
    "latex": "<",
    "mathml": "<mo><</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Indicates that the left quantity is smaller than the right quantity.",
    "usage": "Use it in inequalities and ordered comparisons.",
    "pronunciation": "less than",
    "examples": [
      "2<5",
      "x<10"
    ],
    "relatedSymbols": [
      "greater-than",
      "less-than-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+003C in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type < in an equation and press Space.",
      "iPhone": "Copy and paste <, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste <, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste < or use Insert → Special characters. For structured math, use the equation editor and verify <.",
      "excel": "Paste < into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than (<): Meaning, Examples & LaTeX",
      "description": "Copy < (U+003C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of < and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy < as U+003C; for structured equations, use < in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than."
    ],
    "searchIntents": [
      "Less Than symbol meaning",
      "Less Than copy and paste",
      "Less Than LaTeX",
      "Less Than Unicode",
      "how to type Less Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "> — Greater Than",
      "≤ — Less Than or Equal To"
    ],
    "useCases": [
      "Use < in plain text when a Unicode character is appropriate and the destination preserves U+003C.",
      "Use < in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "> — Greater Than",
      "≤ — Less Than or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-than",
    "symbol": ">",
    "slug": "greater-than",
    "name": "Greater Than",
    "aliases": [
      "larger than"
    ],
    "unicode": "U+003E",
    "htmlEntity": "&gt;",
    "htmlDecimal": "&#62;",
    "latex": ">",
    "mathml": "<mo>></mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Indicates that the left quantity is larger than the right quantity.",
    "usage": "Use it in inequalities and ordered comparisons.",
    "pronunciation": "greater than",
    "examples": [
      "9>4",
      "x>0"
    ],
    "relatedSymbols": [
      "less-than",
      "greater-than-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+003E in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type > in an equation and press Space.",
      "iPhone": "Copy and paste >, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste >, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste > or use Insert → Special characters. For structured math, use the equation editor and verify >.",
      "excel": "Paste > into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than (>): Meaning, Examples & LaTeX",
      "description": "Copy > (U+003E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of > and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy > as U+003E; for structured equations, use > in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than."
    ],
    "searchIntents": [
      "Greater Than symbol meaning",
      "Greater Than copy and paste",
      "Greater Than LaTeX",
      "Greater Than Unicode",
      "how to type Greater Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "< — Less Than",
      "≥ — Greater Than or Equal To"
    ],
    "useCases": [
      "Use > in plain text when a Unicode character is appropriate and the destination preserves U+003E.",
      "Use > in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "< — Less Than",
      "≥ — Greater Than or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-than-or-equal",
    "symbol": "≤",
    "slug": "less-than-or-equal",
    "name": "Less Than or Equal To",
    "aliases": [
      "less than equal",
      "at most"
    ],
    "unicode": "U+2264",
    "htmlEntity": "&le;",
    "htmlDecimal": "&#8804;",
    "latex": "\\leq",
    "mathml": "<mo>≤</mo>",
    "categories": [
      "comparison",
      "basic-math"
    ],
    "meaning": "Indicates that the left side is smaller than or exactly equal to the right side.",
    "usage": "Use it for inclusive upper bounds and closed intervals.",
    "pronunciation": "less than or equal to",
    "examples": [
      "x\\leq 5",
      "0\\leq p\\leq 1"
    ],
    "relatedSymbols": [
      "less-than",
      "greater-than-or-equal",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2264 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\leq in an equation and press Space.",
      "iPhone": "Copy and paste ≤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≤ or use Insert → Special characters. For structured math, use the equation editor and verify \\leq.",
      "excel": "Paste ≤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than or Equal To (≤): Meaning, Examples & LaTeX",
      "description": "Copy ≤ (U+2264), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ≤ and its inclusive boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ≤ as U+2264; for structured equations, use \\leq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than or Equal To."
    ],
    "searchIntents": [
      "Less Than or Equal To symbol meaning",
      "Less Than or Equal To copy and paste",
      "Less Than or Equal To LaTeX",
      "Less Than or Equal To Unicode",
      "how to type Less Than or Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than or Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "< — Less Than",
      "≥ — Greater Than or Equal To",
      "= — Equals Sign"
    ],
    "useCases": [
      "Use ≤ in plain text when a Unicode character is appropriate and the destination preserves U+2264.",
      "Use \\leq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than or Equal To is used in comparison, basic math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Basic Math Symbols"
    ],
    "confusableCharacters": [
      "< — Less Than",
      "≥ — Greater Than or Equal To",
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-than-or-equal",
    "symbol": "≥",
    "slug": "greater-than-or-equal",
    "name": "Greater Than or Equal To",
    "aliases": [
      "greater than equal",
      "at least"
    ],
    "unicode": "U+2265",
    "htmlEntity": "&ge;",
    "htmlDecimal": "&#8805;",
    "latex": "\\geq",
    "mathml": "<mo>≥</mo>",
    "categories": [
      "comparison",
      "basic-math"
    ],
    "meaning": "Indicates that the left side is larger than or exactly equal to the right side.",
    "usage": "Use it for inclusive lower bounds and closed intervals.",
    "pronunciation": "greater than or equal to",
    "examples": [
      "x\\geq 2",
      "n\\geq 1"
    ],
    "relatedSymbols": [
      "greater-than",
      "less-than-or-equal",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2265 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\geq in an equation and press Space.",
      "iPhone": "Copy and paste ≥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≥ or use Insert → Special characters. For structured math, use the equation editor and verify \\geq.",
      "excel": "Paste ≥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than or Equal To (≥): Meaning, Examples & LaTeX",
      "description": "Copy ≥ (U+2265), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ≥ and its inclusive boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ≥ as U+2265; for structured equations, use \\geq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than or Equal To."
    ],
    "searchIntents": [
      "Greater Than or Equal To symbol meaning",
      "Greater Than or Equal To copy and paste",
      "Greater Than or Equal To LaTeX",
      "Greater Than or Equal To Unicode",
      "how to type Greater Than or Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than or Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "> — Greater Than",
      "≤ — Less Than or Equal To",
      "= — Equals Sign"
    ],
    "useCases": [
      "Use ≥ in plain text when a Unicode character is appropriate and the destination preserves U+2265.",
      "Use \\geq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than or Equal To is used in comparison, basic math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Basic Math Symbols"
    ],
    "confusableCharacters": [
      "> — Greater Than",
      "≤ — Less Than or Equal To",
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "plus-minus",
    "symbol": "±",
    "slug": "plus-minus",
    "name": "Plus–Minus Sign",
    "aliases": [
      "plus or minus"
    ],
    "unicode": "U+00B1",
    "htmlEntity": "&plusmn;",
    "htmlDecimal": "&#177;",
    "latex": "\\pm",
    "mathml": "<mo>±</mo>",
    "categories": [
      "basic-math",
      "algebra"
    ],
    "meaning": "Represents two values, one obtained with plus and one with minus.",
    "usage": "Common in quadratic solutions, tolerances, and uncertainty statements.",
    "pronunciation": "plus–minus sign",
    "examples": [
      "x=3\\pm 1",
      "10\\pm 0.2"
    ],
    "relatedSymbols": [
      "plus",
      "minus"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+00B1 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\pm in an equation and press Space.",
      "iPhone": "Copy and paste ±, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ±, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ± or use Insert → Special characters. For structured math, use the equation editor and verify \\pm.",
      "excel": "Paste ± into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Plus–Minus Sign (±): Meaning, Examples & LaTeX",
      "description": "Copy ± (U+00B1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ±; Common in quadratic solutions, tolerances, and uncertainty statements.",
      "For plain text, copy ± as U+00B1; for structured equations, use \\pm in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Plus–Minus Sign."
    ],
    "searchIntents": [
      "Plus–Minus Sign symbol meaning",
      "Plus–Minus Sign copy and paste",
      "Plus–Minus Sign LaTeX",
      "Plus–Minus Sign Unicode",
      "how to type Plus–Minus Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Plus–Minus Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign"
    ],
    "useCases": [
      "Use ± in plain text when a Unicode character is appropriate and the destination preserves U+00B1.",
      "Use \\pm in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Plus–Minus Sign is used in basic math, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "approximately-equal",
    "symbol": "≈",
    "slug": "approximately-equal",
    "name": "Approximately Equal To",
    "aliases": [
      "about equal",
      "approximately"
    ],
    "unicode": "U+2248",
    "htmlEntity": "&asymp;",
    "htmlDecimal": "&#8776;",
    "latex": "\\approx",
    "mathml": "<mo>≈</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Indicates values that are close but not exactly equal.",
    "usage": "Use it for rounded values, estimates, and numerical approximations.",
    "pronunciation": "approximately equal to",
    "examples": [
      "\\pi\\approx 3.14159",
      "1/3\\approx 0.333"
    ],
    "relatedSymbols": [
      "equals",
      "not-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2248 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\approx in an equation and press Space.",
      "iPhone": "Copy and paste ≈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≈ or use Insert → Special characters. For structured math, use the equation editor and verify \\approx.",
      "excel": "Paste ≈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Approximately Equal To (≈): Meaning, Examples & LaTeX",
      "description": "Copy ≈ (U+2248), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not replace Approximately Equal To with an equals sign: ≈ communicates an approximation or field-specific equivalence, not exact equality.",
      "For plain text, copy ≈ as U+2248; for structured equations, use \\approx in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Approximately Equal To."
    ],
    "searchIntents": [
      "Approximately Equal To symbol meaning",
      "Approximately Equal To copy and paste",
      "Approximately Equal To LaTeX",
      "Approximately Equal To Unicode",
      "how to type Approximately Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Approximately Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To"
    ],
    "useCases": [
      "Use ≈ in plain text when a Unicode character is appropriate and the destination preserves U+2248.",
      "Use \\approx in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Approximately Equal To is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "proportional-to",
    "symbol": "∝",
    "slug": "proportional-to",
    "name": "Proportional To",
    "aliases": [
      "varies as"
    ],
    "unicode": "U+221D",
    "htmlEntity": "&prop;",
    "htmlDecimal": "&#8733;",
    "latex": "\\propto",
    "mathml": "<mo>∝</mo>",
    "categories": [
      "comparison",
      "algebra"
    ],
    "meaning": "Shows that one quantity changes in direct proportion to another.",
    "usage": "A constant of proportionality is implied and may be introduced later.",
    "pronunciation": "proportional to",
    "examples": [
      "y\\propto x",
      "F\\propto 1/r^2"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+221D in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\propto in an equation and press Space.",
      "iPhone": "Copy and paste ∝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∝ or use Insert → Special characters. For structured math, use the equation editor and verify \\propto.",
      "excel": "Paste ∝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Proportional To (∝): Meaning, Examples & LaTeX",
      "description": "Copy ∝ (U+221D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∝; A constant of proportionality is implied and may be introduced later.",
      "For plain text, copy ∝ as U+221D; for structured equations, use \\propto in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Proportional To."
    ],
    "searchIntents": [
      "Proportional To symbol meaning",
      "Proportional To copy and paste",
      "Proportional To LaTeX",
      "Proportional To Unicode",
      "how to type Proportional To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use ∝ in plain text when a Unicode character is appropriate and the destination preserves U+221D.",
      "Use \\propto in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Proportional To is used in comparison, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "infinity",
    "symbol": "∞",
    "slug": "infinity",
    "name": "Infinity",
    "aliases": [
      "infinite symbol",
      "lemniscate"
    ],
    "unicode": "U+221E",
    "htmlEntity": "&infin;",
    "htmlDecimal": "&#8734;",
    "latex": "\\infty",
    "mathml": "<mi>∞</mi>",
    "categories": [
      "constants",
      "calculus"
    ],
    "meaning": "Represents an unbounded quantity or limit concept rather than an ordinary real number.",
    "usage": "Use it in limits, intervals, cardinality, and descriptions of unbounded behavior.",
    "pronunciation": "infinity",
    "examples": [
      "\\lim_{x\\to\\infty}1/x=0",
      "(-\\infty,0)"
    ],
    "relatedSymbols": [
      "real-numbers"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+221E in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\infty in an equation and press Space.",
      "iPhone": "Copy and paste ∞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∞ or use Insert → Special characters. For structured math, use the equation editor and verify \\infty.",
      "excel": "Paste ∞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Infinity (∞): Meaning, Uses, Unicode & LaTeX",
      "description": "Copy ∞, learn what infinity represents and where it is used, and get its Unicode, LaTeX (\\infty), HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∞ is acting as an operator, differential, index, or variable in the surrounding expression; Use it in limits, intervals, cardinality, and descriptions of unbounded behavior.",
      "For plain text, copy ∞ as U+221E; for structured equations, use \\infty in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Infinity."
    ],
    "searchIntents": [
      "Infinity symbol meaning",
      "Infinity copy and paste",
      "Infinity LaTeX",
      "Infinity Unicode",
      "how to type Infinity"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Infinity against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "ℝ — Real Numbers"
    ],
    "useCases": [
      "Use ∞ in plain text when a Unicode character is appropriate and the destination preserves U+221E.",
      "Use \\infty in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Infinity is used in constants, calculus with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "constant",
    "primaryIntent": "identify the constant, understand its role, and copy the correct notation",
    "semanticRole": "A named mathematical constant or fixed symbolic quantity.",
    "commonDomains": [
      "Mathematical Constants",
      "Calculus Symbols"
    ],
    "confusableCharacters": [
      "ℝ — Real Numbers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "square-root",
    "symbol": "√",
    "slug": "square-root",
    "name": "Square Root",
    "aliases": [
      "radical sign"
    ],
    "unicode": "U+221A",
    "htmlEntity": "&radic;",
    "htmlDecimal": "&#8730;",
    "latex": "\\sqrt{x}",
    "mathml": "<msqrt><mi>x</mi></msqrt>",
    "categories": [
      "basic-math",
      "algebra"
    ],
    "meaning": "Denotes the principal square root of a number or expression.",
    "usage": "Place the radicand under the radical bar; use an index for higher roots.",
    "pronunciation": "square root",
    "examples": [
      "\\sqrt{9}=3",
      "\\sqrt{x^2}"
    ],
    "relatedSymbols": [
      "superscript-two"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+221A in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\sqrt{x} in an equation and press Space.",
      "iPhone": "Copy and paste √, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste √, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste √ or use Insert → Special characters. For structured math, use the equation editor and verify \\sqrt{x}.",
      "excel": "Paste √ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Square Root (√): Meaning, Examples & LaTeX",
      "description": "Copy √ (U+221A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around √; Place the radicand under the radical bar; use an index for higher roots.",
      "For plain text, copy √ as U+221A; for structured equations, use \\sqrt{x} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Square Root."
    ],
    "searchIntents": [
      "Square Root symbol meaning",
      "Square Root copy and paste",
      "Square Root LaTeX",
      "Square Root Unicode",
      "how to type Square Root"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Square Root against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "² — Superscript Two"
    ],
    "useCases": [
      "Use √ in plain text when a Unicode character is appropriate and the destination preserves U+221A.",
      "Use \\sqrt{x} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Square Root is used in basic math, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "pi",
    "symbol": "π",
    "slug": "pi",
    "name": "Pi",
    "aliases": [
      "pi constant"
    ],
    "unicode": "U+03C0",
    "htmlEntity": "&pi;",
    "htmlDecimal": "&#960;",
    "latex": "\\pi",
    "mathml": "<mi>π</mi>",
    "categories": [
      "constants",
      "greek",
      "geometry"
    ],
    "meaning": "The constant equal to a circle’s circumference divided by its diameter.",
    "usage": "Used in geometry, trigonometry, analysis, probability, and many scientific formulas.",
    "pronunciation": "pi",
    "examples": [
      "C=2\\pi r",
      "A=\\pi r^2"
    ],
    "relatedSymbols": [
      "degree",
      "euler-number"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+03C0 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\pi in an equation and press Space.",
      "iPhone": "Copy and paste π, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste π, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste π or use Insert → Special characters. For structured math, use the equation editor and verify \\pi.",
      "excel": "Paste π into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Pi (π): Meaning, Uses, Unicode & LaTeX",
      "description": "Copy π, learn what pi represents and where it is used, and get its Unicode, LaTeX (\\pi), HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for π; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy π as U+03C0; for structured equations, use \\pi in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Pi."
    ],
    "searchIntents": [
      "Pi symbol meaning",
      "Pi copy and paste",
      "Pi LaTeX",
      "Pi Unicode",
      "how to type Pi"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Pi against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "e — Euler’s Number"
    ],
    "useCases": [
      "Use π in plain text when a Unicode character is appropriate and the destination preserves U+03C0.",
      "Use \\pi in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Pi is used in constants, greek, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "constant",
    "primaryIntent": "identify the constant, understand its role, and copy the correct notation",
    "semanticRole": "A named mathematical constant or fixed symbolic quantity.",
    "commonDomains": [
      "Mathematical Constants",
      "Greek Letters",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "e — Euler’s Number"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "euler-number",
    "symbol": "e",
    "slug": "euler-number",
    "name": "Euler’s Number",
    "aliases": [
      "Euler number",
      "natural base"
    ],
    "unicode": "U+0065",
    "htmlEntity": "",
    "htmlDecimal": "&#101;",
    "latex": "e",
    "mathml": "<mi>e</mi>",
    "categories": [
      "constants",
      "calculus"
    ],
    "meaning": "The base of the natural logarithm, approximately 2.71828.",
    "usage": "Used in exponential growth, differential equations, compound interest, and complex analysis.",
    "pronunciation": "euler’s number",
    "examples": [
      "e^{i\\pi}+1=0",
      "\\frac{d}{dx}e^x=e^x"
    ],
    "relatedSymbols": [
      "pi"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0065 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type e in an equation and press Space.",
      "iPhone": "Copy and paste e, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste e, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste e or use Insert → Special characters. For structured math, use the equation editor and verify e.",
      "excel": "Paste e into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Euler’s Number (e): Meaning, Uses, Unicode & LaTeX",
      "description": "Copy e, learn what euler’s number represents and where it is used, and get its Unicode, LaTeX (e), HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether e is acting as an operator, differential, index, or variable in the surrounding expression; Used in exponential growth, differential equations, compound interest, and complex analysis.",
      "For plain text, copy e as U+0065; for structured equations, use e in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Euler’s Number."
    ],
    "searchIntents": [
      "Euler’s Number symbol meaning",
      "Euler’s Number copy and paste",
      "Euler’s Number LaTeX",
      "Euler’s Number Unicode",
      "how to type Euler’s Number"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi"
    ],
    "useCases": [
      "Use e in plain text when a Unicode character is appropriate and the destination preserves U+0065.",
      "Use e in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Euler’s Number is used in constants, calculus with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "constant",
    "primaryIntent": "identify the constant, understand its role, and copy the correct notation",
    "semanticRole": "A named mathematical constant or fixed symbolic quantity.",
    "commonDomains": [
      "Mathematical Constants",
      "Calculus Symbols"
    ],
    "confusableCharacters": [
      "π — Pi"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "summation",
    "symbol": "∑",
    "slug": "summation",
    "name": "Summation",
    "aliases": [
      "sigma notation",
      "sum symbol"
    ],
    "unicode": "U+2211",
    "htmlEntity": "&sum;",
    "htmlDecimal": "&#8721;",
    "latex": "\\sum",
    "mathml": "<mo>∑</mo>",
    "categories": [
      "calculus",
      "algebra",
      "information-theory"
    ],
    "meaning": "Represents the sum of a sequence of terms.",
    "usage": "Add lower and upper limits to specify the index range.",
    "pronunciation": "summation",
    "examples": [
      "\\sum_{i=1}^{n}i",
      "\\sum_{k=0}^{\\infty}ar^k"
    ],
    "relatedSymbols": [
      "product",
      "integral"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2211 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\sum in an equation and press Space.",
      "iPhone": "Copy and paste ∑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∑ or use Insert → Special characters. For structured math, use the equation editor and verify \\sum.",
      "excel": "Paste ∑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Summation (∑): Meaning, Examples & LaTeX",
      "description": "Copy ∑ (U+2211), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∑ is acting as an operator, differential, index, or variable in the surrounding expression; Add lower and upper limits to specify the index range.",
      "For plain text, copy ∑ as U+2211; for structured equations, use \\sum in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Summation."
    ],
    "searchIntents": [
      "Summation symbol meaning",
      "Summation copy and paste",
      "Summation LaTeX",
      "Summation Unicode",
      "how to type Summation"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Summation against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∏ — Product",
      "∫ — Integral"
    ],
    "useCases": [
      "Use ∑ in plain text when a Unicode character is appropriate and the destination preserves U+2211.",
      "Use \\sum in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Summation is used in calculus, algebra, information theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols",
      "Information Theory Symbols"
    ],
    "confusableCharacters": [
      "∏ — Product",
      "∫ — Integral"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "product",
    "symbol": "∏",
    "slug": "product",
    "name": "Product",
    "aliases": [
      "product notation"
    ],
    "unicode": "U+220F",
    "htmlEntity": "&prod;",
    "htmlDecimal": "&#8719;",
    "latex": "\\prod",
    "mathml": "<mo>∏</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "Represents multiplication across an indexed sequence of factors.",
    "usage": "Add lower and upper limits in the same way as summation notation.",
    "pronunciation": "product",
    "examples": [
      "\\prod_{i=1}^{n}i=n!"
    ],
    "relatedSymbols": [
      "summation",
      "multiplication"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+220F in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\prod in an equation and press Space.",
      "iPhone": "Copy and paste ∏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∏ or use Insert → Special characters. For structured math, use the equation editor and verify \\prod.",
      "excel": "Paste ∏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Product (∏): Meaning, Examples & LaTeX",
      "description": "Copy ∏ (U+220F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∏ is acting as an operator, differential, index, or variable in the surrounding expression; Add lower and upper limits in the same way as summation notation.",
      "For plain text, copy ∏ as U+220F; for structured equations, use \\prod in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Product."
    ],
    "searchIntents": [
      "Product symbol meaning",
      "Product copy and paste",
      "Product LaTeX",
      "Product Unicode",
      "how to type Product"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ∏ in plain text when a Unicode character is appropriate and the destination preserves U+220F.",
      "Use \\prod in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Product is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral",
    "symbol": "∫",
    "slug": "integral",
    "name": "Integral",
    "aliases": [
      "integration symbol"
    ],
    "unicode": "U+222B",
    "htmlEntity": "&int;",
    "htmlDecimal": "&#8747;",
    "latex": "\\int",
    "mathml": "<mo>∫</mo>",
    "categories": [
      "calculus",
      "differential-equations"
    ],
    "meaning": "Represents integration, accumulation, or the area-like sum of infinitesimal contributions.",
    "usage": "Use limits for definite integrals and include the differential variable.",
    "pronunciation": "integral",
    "examples": [
      "\\int_0^1 x^2\\,dx",
      "\\int f(x)\\,dx"
    ],
    "relatedSymbols": [
      "summation",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+222B in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\int in an equation and press Space.",
      "iPhone": "Copy and paste ∫, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∫, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∫ or use Insert → Special characters. For structured math, use the equation editor and verify \\int.",
      "excel": "Paste ∫ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral (∫): Meaning, Examples & LaTeX",
      "description": "Copy ∫ (U+222B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∫ is acting as an operator, differential, index, or variable in the surrounding expression; Use limits for definite integrals and include the differential variable.",
      "For plain text, copy ∫ as U+222B; for structured equations, use \\int in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral."
    ],
    "searchIntents": [
      "Integral symbol meaning",
      "Integral copy and paste",
      "Integral LaTeX",
      "Integral Unicode",
      "how to type Integral"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ∫ in plain text when a Unicode character is appropriate and the destination preserves U+222B.",
      "Use \\int in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral is used in calculus, differential equations with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Differential Equation Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "partial-derivative",
    "symbol": "∂",
    "slug": "partial-derivative",
    "name": "Partial Derivative",
    "aliases": [
      "curly d",
      "partial symbol"
    ],
    "unicode": "U+2202",
    "htmlEntity": "&part;",
    "htmlDecimal": "&#8706;",
    "latex": "\\partial",
    "mathml": "<mo>∂</mo>",
    "categories": [
      "calculus",
      "differential-equations",
      "tensor-calculus"
    ],
    "meaning": "Denotes differentiation with respect to one variable while other variables are held fixed.",
    "usage": "Used for multivariable functions, fields, and partial differential equations.",
    "pronunciation": "partial derivative",
    "examples": [
      "\\frac{\\partial f}{\\partial x}",
      "\\partial_t u"
    ],
    "relatedSymbols": [
      "nabla",
      "integral"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2202 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\partial in an equation and press Space.",
      "iPhone": "Copy and paste ∂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∂ or use Insert → Special characters. For structured math, use the equation editor and verify \\partial.",
      "excel": "Paste ∂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Partial Derivative (∂): Meaning, Examples & LaTeX",
      "description": "Copy ∂ (U+2202), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∂ is acting as an operator, differential, index, or variable in the surrounding expression; Used for multivariable functions, fields, and partial differential equations.",
      "For plain text, copy ∂ as U+2202; for structured equations, use \\partial in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Partial Derivative."
    ],
    "searchIntents": [
      "Partial Derivative symbol meaning",
      "Partial Derivative copy and paste",
      "Partial Derivative LaTeX",
      "Partial Derivative Unicode",
      "how to type Partial Derivative"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Partial Derivative against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∇ — Nabla",
      "∫ — Integral"
    ],
    "useCases": [
      "Use ∂ in plain text when a Unicode character is appropriate and the destination preserves U+2202.",
      "Use \\partial in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Partial Derivative is used in calculus, differential equations, tensor calculus with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Differential Equation Symbols",
      "Tensor Calculus Symbols"
    ],
    "confusableCharacters": [
      "∇ — Nabla",
      "∫ — Integral"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "nabla",
    "symbol": "∇",
    "slug": "nabla",
    "name": "Nabla",
    "aliases": [
      "del operator",
      "gradient symbol"
    ],
    "unicode": "U+2207",
    "htmlEntity": "&nabla;",
    "htmlDecimal": "&#8711;",
    "latex": "\\nabla",
    "mathml": "<mo>∇</mo>",
    "categories": [
      "calculus",
      "geometry",
      "differential-equations",
      "tensor-calculus"
    ],
    "meaning": "A vector differential operator used for gradient, divergence, and curl.",
    "usage": "Its meaning depends on the operation and the type of field that follows it.",
    "pronunciation": "nabla",
    "examples": [
      "\\nabla f",
      "\\nabla\\cdot F",
      "\\nabla\\times F"
    ],
    "relatedSymbols": [
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2207 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\nabla in an equation and press Space.",
      "iPhone": "Copy and paste ∇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∇ or use Insert → Special characters. For structured math, use the equation editor and verify \\nabla.",
      "excel": "Paste ∇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Nabla (∇): Meaning, Examples & LaTeX",
      "description": "Copy ∇ (U+2207), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∇ is acting as an operator, differential, index, or variable in the surrounding expression; Its meaning depends on the operation and the type of field that follows it.",
      "For plain text, copy ∇ as U+2207; for structured equations, use \\nabla in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Nabla."
    ],
    "searchIntents": [
      "Nabla symbol meaning",
      "Nabla copy and paste",
      "Nabla LaTeX",
      "Nabla Unicode",
      "how to type Nabla"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Nabla against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ∇ in plain text when a Unicode character is appropriate and the destination preserves U+2207.",
      "Use \\nabla in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Nabla is used in calculus, geometry, differential equations with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Geometry Symbols",
      "Differential Equation Symbols",
      "Tensor Calculus Symbols"
    ],
    "confusableCharacters": [
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "delta",
    "symbol": "Δ",
    "slug": "delta",
    "name": "Delta",
    "aliases": [
      "change symbol"
    ],
    "unicode": "U+0394",
    "htmlEntity": "&Delta;",
    "htmlDecimal": "&#916;",
    "latex": "\\Delta",
    "mathml": "<mi>Δ</mi>",
    "categories": [
      "greek",
      "calculus",
      "geometry",
      "differential-equations"
    ],
    "meaning": "Uppercase delta often denotes change, difference, a discriminant, or the Laplacian.",
    "usage": "Interpret it from context; lowercase delta may represent a small variation or parameter.",
    "pronunciation": "delta",
    "examples": [
      "\\Delta x=x_2-x_1",
      "\\Delta=b^2-4ac"
    ],
    "relatedSymbols": [
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0394 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\Delta in an equation and press Space.",
      "iPhone": "Copy and paste Δ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste Δ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste Δ or use Insert → Special characters. For structured math, use the equation editor and verify \\Delta.",
      "excel": "Paste Δ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Delta (Δ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy Δ, identify the delta Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\Delta), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for Δ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy Δ as U+0394; for structured equations, use \\Delta in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Delta."
    ],
    "searchIntents": [
      "Delta symbol meaning",
      "Delta copy and paste",
      "Delta LaTeX",
      "Delta Unicode",
      "how to type Delta"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use Δ in plain text when a Unicode character is appropriate and the destination preserves U+0394.",
      "Use \\Delta in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Delta is used in greek, calculus, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters",
      "Calculus Symbols",
      "Geometry Symbols",
      "Differential Equation Symbols"
    ],
    "confusableCharacters": [
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "element-of",
    "symbol": "∈",
    "slug": "element-of",
    "name": "Element Of",
    "aliases": [
      "belongs to",
      "member of"
    ],
    "unicode": "U+2208",
    "htmlEntity": "&isin;",
    "htmlDecimal": "&#8712;",
    "latex": "\\in",
    "mathml": "<mo>∈</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "States that an object belongs to a set.",
    "usage": "Place the object on the left and the set on the right.",
    "pronunciation": "element of",
    "examples": [
      "x\\in A",
      "3\\in\\mathbb{N}"
    ],
    "relatedSymbols": [
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2208 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\in in an equation and press Space.",
      "iPhone": "Copy and paste ∈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∈ or use Insert → Special characters. For structured math, use the equation editor and verify \\in.",
      "excel": "Paste ∈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Element Of (∈): Meaning, Examples & LaTeX",
      "description": "Copy ∈ (U+2208), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (∈) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ∈ as U+2208; for structured equations, use \\in in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Element Of."
    ],
    "searchIntents": [
      "Element Of symbol meaning",
      "Element Of copy and paste",
      "Element Of LaTeX",
      "Element Of Unicode",
      "how to type Element Of"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Element Of against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ∈ in plain text when a Unicode character is appropriate and the destination preserves U+2208.",
      "Use \\in in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Element Of is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-element-of",
    "symbol": "∉",
    "slug": "not-element-of",
    "name": "Not an Element Of",
    "aliases": [
      "not belongs to"
    ],
    "unicode": "U+2209",
    "htmlEntity": "&notin;",
    "htmlDecimal": "&#8713;",
    "latex": "\\notin",
    "mathml": "<mo>∉</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "States that an object does not belong to a set.",
    "usage": "Use it to exclude a value or object from a set.",
    "pronunciation": "not an element of",
    "examples": [
      "-1\\notin\\mathbb{N}"
    ],
    "relatedSymbols": [
      "element-of"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2209 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\notin in an equation and press Space.",
      "iPhone": "Copy and paste ∉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∉ or use Insert → Special characters. For structured math, use the equation editor and verify \\notin.",
      "excel": "Paste ∉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not an Element Of (∉): Meaning, Examples & LaTeX",
      "description": "Copy ∉ (U+2209), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (∉) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ∉ as U+2209; for structured equations, use \\notin in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not an Element Of."
    ],
    "searchIntents": [
      "Not an Element Of symbol meaning",
      "Not an Element Of copy and paste",
      "Not an Element Of LaTeX",
      "Not an Element Of Unicode",
      "how to type Not an Element Of"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not an Element Of against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ∉ in plain text when a Unicode character is appropriate and the destination preserves U+2209.",
      "Use \\notin in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not an Element Of is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subset",
    "symbol": "⊂",
    "slug": "subset",
    "name": "Subset / Proper Subset",
    "aliases": [
      "proper subset"
    ],
    "unicode": "U+2282",
    "htmlEntity": "&sub;",
    "htmlDecimal": "&#8834;",
    "latex": "\\subset",
    "mathml": "<mo>⊂</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Often denotes a proper subset, although conventions vary between textbooks.",
    "usage": "Check local convention; use ⊆ when inclusion may allow equality.",
    "pronunciation": "subset / proper subset",
    "examples": [
      "A\\subset B"
    ],
    "relatedSymbols": [
      "subset-or-equal",
      "element-of"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2282 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\subset in an equation and press Space.",
      "iPhone": "Copy and paste ⊂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊂ or use Insert → Special characters. For structured math, use the equation editor and verify \\subset.",
      "excel": "Paste ⊂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subset / Proper Subset (⊂): Meaning, Examples & LaTeX",
      "description": "Copy ⊂ (U+2282), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊂ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⊂ as U+2282; for structured equations, use \\subset in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subset / Proper Subset."
    ],
    "searchIntents": [
      "Subset / Proper Subset symbol meaning",
      "Subset / Proper Subset copy and paste",
      "Subset / Proper Subset LaTeX",
      "Subset / Proper Subset Unicode",
      "how to type Subset / Proper Subset"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Subset / Proper Subset against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "⊆ — Subset or Equal To",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⊂ in plain text when a Unicode character is appropriate and the destination preserves U+2282.",
      "Use \\subset in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subset / Proper Subset is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "⊆ — Subset or Equal To",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subset-or-equal",
    "symbol": "⊆",
    "slug": "subset-or-equal",
    "name": "Subset or Equal To",
    "aliases": [
      "subseteq",
      "included in"
    ],
    "unicode": "U+2286",
    "htmlEntity": "&sube;",
    "htmlDecimal": "&#8838;",
    "latex": "\\subseteq",
    "mathml": "<mo>⊆</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "States that every element of the left set is in the right set, allowing equality.",
    "usage": "Use it when the two sets may be equal.",
    "pronunciation": "subset or equal to",
    "examples": [
      "A\\subseteq B"
    ],
    "relatedSymbols": [
      "subset"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2286 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\subseteq in an equation and press Space.",
      "iPhone": "Copy and paste ⊆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊆ or use Insert → Special characters. For structured math, use the equation editor and verify \\subseteq.",
      "excel": "Paste ⊆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subset or Equal To (⊆): Meaning, Examples & LaTeX",
      "description": "Copy ⊆ (U+2286), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊆ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⊆ as U+2286; for structured equations, use \\subseteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subset or Equal To."
    ],
    "searchIntents": [
      "Subset or Equal To symbol meaning",
      "Subset or Equal To copy and paste",
      "Subset or Equal To LaTeX",
      "Subset or Equal To Unicode",
      "how to type Subset or Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Subset or Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⊆ in plain text when a Unicode character is appropriate and the destination preserves U+2286.",
      "Use \\subseteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subset or Equal To is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "union",
    "symbol": "∪",
    "slug": "union",
    "name": "Union",
    "aliases": [
      "set union"
    ],
    "unicode": "U+222A",
    "htmlEntity": "&cup;",
    "htmlDecimal": "&#8746;",
    "latex": "\\cup",
    "mathml": "<mo>∪</mo>",
    "categories": [
      "set-theory",
      "probability"
    ],
    "meaning": "Forms the set of elements that appear in either set.",
    "usage": "In probability it corresponds to the event that at least one event occurs.",
    "pronunciation": "union",
    "examples": [
      "A\\cup B",
      "P(A\\cup B)"
    ],
    "relatedSymbols": [
      "intersection",
      "empty-set"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+222A in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\cup in an equation and press Space.",
      "iPhone": "Copy and paste ∪, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∪, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∪ or use Insert → Special characters. For structured math, use the equation editor and verify \\cup.",
      "excel": "Paste ∪ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Union (∪): Meaning, Examples & LaTeX",
      "description": "Copy ∪ (U+222A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not swap union and intersection: In probability it corresponds to the event that at least one event occurs.",
      "For plain text, copy ∪ as U+222A; for structured equations, use \\cup in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Union."
    ],
    "searchIntents": [
      "Union symbol meaning",
      "Union copy and paste",
      "Union LaTeX",
      "Union Unicode",
      "how to type Union"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Union against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∩ — Intersection",
      "∅ — Empty Set"
    ],
    "useCases": [
      "Use ∪ in plain text when a Unicode character is appropriate and the destination preserves U+222A.",
      "Use \\cup in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Union is used in set theory, probability with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Probability Symbols"
    ],
    "confusableCharacters": [
      "∩ — Intersection",
      "∅ — Empty Set"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "intersection",
    "symbol": "∩",
    "slug": "intersection",
    "name": "Intersection",
    "aliases": [
      "set intersection"
    ],
    "unicode": "U+2229",
    "htmlEntity": "&cap;",
    "htmlDecimal": "&#8745;",
    "latex": "\\cap",
    "mathml": "<mo>∩</mo>",
    "categories": [
      "set-theory",
      "probability"
    ],
    "meaning": "Forms the set of elements shared by both sets.",
    "usage": "In probability it corresponds to events occurring together.",
    "pronunciation": "intersection",
    "examples": [
      "A\\cap B",
      "P(A\\cap B)"
    ],
    "relatedSymbols": [
      "union",
      "empty-set"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2229 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\cap in an equation and press Space.",
      "iPhone": "Copy and paste ∩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∩ or use Insert → Special characters. For structured math, use the equation editor and verify \\cap.",
      "excel": "Paste ∩ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Intersection (∩): Meaning, Examples & LaTeX",
      "description": "Copy ∩ (U+2229), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not swap union and intersection: In probability it corresponds to events occurring together.",
      "For plain text, copy ∩ as U+2229; for structured equations, use \\cap in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Intersection."
    ],
    "searchIntents": [
      "Intersection symbol meaning",
      "Intersection copy and paste",
      "Intersection LaTeX",
      "Intersection Unicode",
      "how to type Intersection"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Intersection against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∪ — Union",
      "∅ — Empty Set"
    ],
    "useCases": [
      "Use ∩ in plain text when a Unicode character is appropriate and the destination preserves U+2229.",
      "Use \\cap in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Intersection is used in set theory, probability with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Probability Symbols"
    ],
    "confusableCharacters": [
      "∪ — Union",
      "∅ — Empty Set"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "empty-set",
    "symbol": "∅",
    "slug": "empty-set",
    "name": "Empty Set",
    "aliases": [
      "null set"
    ],
    "unicode": "U+2205",
    "htmlEntity": "&empty;",
    "htmlDecimal": "&#8709;",
    "latex": "\\varnothing",
    "mathml": "<mo>∅</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Represents the unique set containing no elements.",
    "usage": "Do not confuse it with the number zero or the letter O.",
    "pronunciation": "empty set",
    "examples": [
      "A\\cap B=\\varnothing"
    ],
    "relatedSymbols": [
      "union",
      "intersection"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2205 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\varnothing in an equation and press Space.",
      "iPhone": "Copy and paste ∅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∅ or use Insert → Special characters. For structured math, use the equation editor and verify \\varnothing.",
      "excel": "Paste ∅ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Empty Set (∅): Meaning, Examples & LaTeX",
      "description": "Copy ∅ (U+2205), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ∅; Do not confuse it with the number zero or the letter O.",
      "For plain text, copy ∅ as U+2205; for structured equations, use \\varnothing in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Empty Set."
    ],
    "searchIntents": [
      "Empty Set symbol meaning",
      "Empty Set copy and paste",
      "Empty Set LaTeX",
      "Empty Set Unicode",
      "how to type Empty Set"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Empty Set against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∪ — Union",
      "∩ — Intersection"
    ],
    "useCases": [
      "Use ∅ in plain text when a Unicode character is appropriate and the destination preserves U+2205.",
      "Use \\varnothing in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Empty Set is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∪ — Union",
      "∩ — Intersection"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "for-all",
    "symbol": "∀",
    "slug": "for-all",
    "name": "For All",
    "aliases": [
      "universal quantifier"
    ],
    "unicode": "U+2200",
    "htmlEntity": "&forall;",
    "htmlDecimal": "&#8704;",
    "latex": "\\forall",
    "mathml": "<mo>∀</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Universal quantifier meaning that a statement holds for every allowed value.",
    "usage": "Write the quantified variable and its domain clearly.",
    "pronunciation": "for all",
    "examples": [
      "\\forall x\\in\\mathbb{R},\\ x^2\\geq0"
    ],
    "relatedSymbols": [
      "exists",
      "implies"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2200 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\forall in an equation and press Space.",
      "iPhone": "Copy and paste ∀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∀ or use Insert → Special characters. For structured math, use the equation editor and verify \\forall.",
      "excel": "Paste ∀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "For All (∀): Meaning, Examples & LaTeX",
      "description": "Copy ∀ (U+2200), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ∀; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ∀ as U+2200; for structured equations, use \\forall in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is For All."
    ],
    "searchIntents": [
      "For All symbol meaning",
      "For All copy and paste",
      "For All LaTeX",
      "For All Unicode",
      "how to type For All"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked For All against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∃ — There Exists",
      "⇒ — Implies"
    ],
    "useCases": [
      "Use ∀ in plain text when a Unicode character is appropriate and the destination preserves U+2200.",
      "Use \\forall in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when For All is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∃ — There Exists",
      "⇒ — Implies"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "exists",
    "symbol": "∃",
    "slug": "exists",
    "name": "There Exists",
    "aliases": [
      "existential quantifier"
    ],
    "unicode": "U+2203",
    "htmlEntity": "&exist;",
    "htmlDecimal": "&#8707;",
    "latex": "\\exists",
    "mathml": "<mo>∃</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Existential quantifier meaning that at least one value satisfies a statement.",
    "usage": "A uniqueness marker may be added when exactly one value exists.",
    "pronunciation": "there exists",
    "examples": [
      "\\exists x\\in\\mathbb{R}:x^2=4"
    ],
    "relatedSymbols": [
      "for-all"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2203 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\exists in an equation and press Space.",
      "iPhone": "Copy and paste ∃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∃ or use Insert → Special characters. For structured math, use the equation editor and verify \\exists.",
      "excel": "Paste ∃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "There Exists (∃): Meaning, Examples & LaTeX",
      "description": "Copy ∃ (U+2203), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ∃; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ∃ as U+2203; for structured equations, use \\exists in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is There Exists."
    ],
    "searchIntents": [
      "There Exists symbol meaning",
      "There Exists copy and paste",
      "There Exists LaTeX",
      "There Exists Unicode",
      "how to type There Exists"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked There Exists against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∀ — For All"
    ],
    "useCases": [
      "Use ∃ in plain text when a Unicode character is appropriate and the destination preserves U+2203.",
      "Use \\exists in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when There Exists is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∀ — For All"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "logical-and",
    "symbol": "∧",
    "slug": "logical-and",
    "name": "Logical And",
    "aliases": [
      "conjunction",
      "and operator"
    ],
    "unicode": "U+2227",
    "htmlEntity": "&and;",
    "htmlDecimal": "&#8743;",
    "latex": "\\land",
    "mathml": "<mo>∧</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Conjunction that is true only when both component statements are true.",
    "usage": "Used in propositional logic, predicates, and conditions.",
    "pronunciation": "logical and",
    "examples": [
      "p\\land q"
    ],
    "relatedSymbols": [
      "logical-or"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2227 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\land in an equation and press Space.",
      "iPhone": "Copy and paste ∧, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∧, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∧ or use Insert → Special characters. For structured math, use the equation editor and verify \\land.",
      "excel": "Paste ∧ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Logical And (∧): Meaning, Examples & LaTeX",
      "description": "Copy ∧ (U+2227), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ∧; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ∧ as U+2227; for structured equations, use \\land in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Logical And."
    ],
    "searchIntents": [
      "Logical And symbol meaning",
      "Logical And copy and paste",
      "Logical And LaTeX",
      "Logical And Unicode",
      "how to type Logical And"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Logical And against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∨ — Logical Or"
    ],
    "useCases": [
      "Use ∧ in plain text when a Unicode character is appropriate and the destination preserves U+2227.",
      "Use \\land in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Logical And is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∨ — Logical Or"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "logical-or",
    "symbol": "∨",
    "slug": "logical-or",
    "name": "Logical Or",
    "aliases": [
      "disjunction",
      "or operator"
    ],
    "unicode": "U+2228",
    "htmlEntity": "&or;",
    "htmlDecimal": "&#8744;",
    "latex": "\\lor",
    "mathml": "<mo>∨</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Inclusive disjunction that is true when at least one component statement is true.",
    "usage": "In standard mathematical logic, it normally includes the case where both are true.",
    "pronunciation": "logical or",
    "examples": [
      "p\\lor q"
    ],
    "relatedSymbols": [
      "logical-and"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2228 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\lor in an equation and press Space.",
      "iPhone": "Copy and paste ∨, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∨, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∨ or use Insert → Special characters. For structured math, use the equation editor and verify \\lor.",
      "excel": "Paste ∨ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Logical Or (∨): Meaning, Examples & LaTeX",
      "description": "Copy ∨ (U+2228), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ∨; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ∨ as U+2228; for structured equations, use \\lor in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Logical Or."
    ],
    "searchIntents": [
      "Logical Or symbol meaning",
      "Logical Or copy and paste",
      "Logical Or LaTeX",
      "Logical Or Unicode",
      "how to type Logical Or"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Logical Or against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ∨ in plain text when a Unicode character is appropriate and the destination preserves U+2228.",
      "Use \\lor in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Logical Or is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "implies",
    "symbol": "⇒",
    "slug": "implies",
    "name": "Implies",
    "aliases": [
      "therefore implies"
    ],
    "unicode": "U+21D2",
    "htmlEntity": "&rArr;",
    "htmlDecimal": "&#8658;",
    "latex": "\\Rightarrow",
    "mathml": "<mo>⇒</mo>",
    "categories": [
      "logic",
      "arrows"
    ],
    "meaning": "Indicates logical implication from a premise to a conclusion.",
    "usage": "Use it between complete statements; do not treat it as ordinary equality.",
    "pronunciation": "implies",
    "examples": [
      "x>2\\Rightarrow x>0"
    ],
    "relatedSymbols": [
      "iff",
      "right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21D2 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\Rightarrow in an equation and press Space.",
      "iPhone": "Copy and paste ⇒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇒ or use Insert → Special characters. For structured math, use the equation editor and verify \\Rightarrow.",
      "excel": "Paste ⇒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Implies (⇒): Meaning, Examples & LaTeX",
      "description": "Copy ⇒ (U+21D2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇒; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇒ as U+21D2; for structured equations, use \\Rightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Implies."
    ],
    "searchIntents": [
      "Implies symbol meaning",
      "Implies copy and paste",
      "Implies LaTeX",
      "Implies Unicode",
      "how to type Implies"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Implies against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇒ in plain text when a Unicode character is appropriate and the destination preserves U+21D2.",
      "Use \\Rightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Implies is used in logic, arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Arrows"
    ],
    "confusableCharacters": [
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "iff",
    "symbol": "⇔",
    "slug": "iff",
    "name": "If and Only If",
    "aliases": [
      "equivalent to",
      "biconditional"
    ],
    "unicode": "U+21D4",
    "htmlEntity": "&hArr;",
    "htmlDecimal": "&#8660;",
    "latex": "\\Leftrightarrow",
    "mathml": "<mo>⇔</mo>",
    "categories": [
      "logic",
      "arrows"
    ],
    "meaning": "Indicates that two statements imply each other and are logically equivalent.",
    "usage": "Use it when both directions have been established.",
    "pronunciation": "if and only if",
    "examples": [
      "n\\text{ even}\\Leftrightarrow n=2k"
    ],
    "relatedSymbols": [
      "implies"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21D4 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\Leftrightarrow in an equation and press Space.",
      "iPhone": "Copy and paste ⇔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇔ or use Insert → Special characters. For structured math, use the equation editor and verify \\Leftrightarrow.",
      "excel": "Paste ⇔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "If and Only If (⇔): Meaning, Examples & LaTeX",
      "description": "Copy ⇔ (U+21D4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇔; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇔ as U+21D4; for structured equations, use \\Leftrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is If and Only If."
    ],
    "searchIntents": [
      "If and Only If symbol meaning",
      "If and Only If copy and paste",
      "If and Only If LaTeX",
      "If and Only If Unicode",
      "how to type If and Only If"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked If and Only If against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "⇒ — Implies"
    ],
    "useCases": [
      "Use ⇔ in plain text when a Unicode character is appropriate and the destination preserves U+21D4.",
      "Use \\Leftrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when If and Only If is used in logic, arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Arrows"
    ],
    "confusableCharacters": [
      "⇒ — Implies"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "therefore",
    "symbol": "∴",
    "slug": "therefore",
    "name": "Therefore",
    "aliases": [
      "conclusion symbol"
    ],
    "unicode": "U+2234",
    "htmlEntity": "&there4;",
    "htmlDecimal": "&#8756;",
    "latex": "\\therefore",
    "mathml": "<mo>∴</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Marks a conclusion that follows from preceding statements.",
    "usage": "Mostly used in written derivations and informal proof layouts.",
    "pronunciation": "therefore",
    "examples": [
      "a=b,\\ b=c\\ \\therefore a=c"
    ],
    "relatedSymbols": [
      "implies"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2234 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\therefore in an equation and press Space.",
      "iPhone": "Copy and paste ∴, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∴, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∴ or use Insert → Special characters. For structured math, use the equation editor and verify \\therefore.",
      "excel": "Paste ∴ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Therefore (∴): Meaning, Examples & LaTeX",
      "description": "Copy ∴ (U+2234), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ∴; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ∴ as U+2234; for structured equations, use \\therefore in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Therefore."
    ],
    "searchIntents": [
      "Therefore symbol meaning",
      "Therefore copy and paste",
      "Therefore LaTeX",
      "Therefore Unicode",
      "how to type Therefore"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Therefore against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "⇒ — Implies"
    ],
    "useCases": [
      "Use ∴ in plain text when a Unicode character is appropriate and the destination preserves U+2234.",
      "Use \\therefore in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Therefore is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "angle",
    "symbol": "∠",
    "slug": "angle",
    "name": "Angle",
    "aliases": [
      "angle sign"
    ],
    "unicode": "U+2220",
    "htmlEntity": "&ang;",
    "htmlDecimal": "&#8736;",
    "latex": "\\angle",
    "mathml": "<mo>∠</mo>",
    "categories": [
      "geometry"
    ],
    "meaning": "Denotes an angle or the measure of an angle.",
    "usage": "Follow it with point labels, usually placing the vertex letter in the middle.",
    "pronunciation": "angle",
    "examples": [
      "\\angle ABC=60^\\circ"
    ],
    "relatedSymbols": [
      "degree",
      "perpendicular"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2220 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\angle in an equation and press Space.",
      "iPhone": "Copy and paste ∠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∠ or use Insert → Special characters. For structured math, use the equation editor and verify \\angle.",
      "excel": "Paste ∠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Angle (∠): Meaning, Examples & LaTeX",
      "description": "Copy ∠ (U+2220), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ∠; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ∠ as U+2220; for structured equations, use \\angle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Angle."
    ],
    "searchIntents": [
      "Angle symbol meaning",
      "Angle copy and paste",
      "Angle LaTeX",
      "Angle Unicode",
      "how to type Angle"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Angle against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "⊥ — Perpendicular"
    ],
    "useCases": [
      "Use ∠ in plain text when a Unicode character is appropriate and the destination preserves U+2220.",
      "Use \\angle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Angle is used in geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "⊥ — Perpendicular"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "perpendicular",
    "symbol": "⊥",
    "slug": "perpendicular",
    "name": "Perpendicular",
    "aliases": [
      "orthogonal"
    ],
    "unicode": "U+22A5",
    "htmlEntity": "&perp;",
    "htmlDecimal": "&#8869;",
    "latex": "\\perp",
    "mathml": "<mo>⊥</mo>",
    "categories": [
      "geometry"
    ],
    "meaning": "States that two lines, segments, planes, or vectors meet at a right angle.",
    "usage": "Use between the names of the geometric objects.",
    "pronunciation": "perpendicular",
    "examples": [
      "AB\\perp CD"
    ],
    "relatedSymbols": [
      "parallel",
      "angle"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22A5 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\perp in an equation and press Space.",
      "iPhone": "Copy and paste ⊥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊥ or use Insert → Special characters. For structured math, use the equation editor and verify \\perp.",
      "excel": "Paste ⊥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Perpendicular (⊥): Meaning, Examples & LaTeX",
      "description": "Copy ⊥ (U+22A5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⊥; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⊥ as U+22A5; for structured equations, use \\perp in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Perpendicular."
    ],
    "searchIntents": [
      "Perpendicular symbol meaning",
      "Perpendicular copy and paste",
      "Perpendicular LaTeX",
      "Perpendicular Unicode",
      "how to type Perpendicular"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Perpendicular against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∥ — Parallel",
      "∠ — Angle"
    ],
    "useCases": [
      "Use ⊥ in plain text when a Unicode character is appropriate and the destination preserves U+22A5.",
      "Use \\perp in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Perpendicular is used in geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∥ — Parallel",
      "∠ — Angle"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "parallel",
    "symbol": "∥",
    "slug": "parallel",
    "name": "Parallel",
    "aliases": [
      "parallel to"
    ],
    "unicode": "U+2225",
    "htmlEntity": "&par;",
    "htmlDecimal": "&#8741;",
    "latex": "\\parallel",
    "mathml": "<mo>∥</mo>",
    "categories": [
      "geometry"
    ],
    "meaning": "States that two lines or geometric objects remain equidistant and do not intersect in Euclidean geometry.",
    "usage": "Use between line or segment names.",
    "pronunciation": "parallel",
    "examples": [
      "AB\\parallel CD"
    ],
    "relatedSymbols": [
      "perpendicular"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2225 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\parallel in an equation and press Space.",
      "iPhone": "Copy and paste ∥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∥ or use Insert → Special characters. For structured math, use the equation editor and verify \\parallel.",
      "excel": "Paste ∥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Parallel (∥): Meaning, Examples & LaTeX",
      "description": "Copy ∥ (U+2225), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ∥; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ∥ as U+2225; for structured equations, use \\parallel in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Parallel."
    ],
    "searchIntents": [
      "Parallel symbol meaning",
      "Parallel copy and paste",
      "Parallel LaTeX",
      "Parallel Unicode",
      "how to type Parallel"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Parallel against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "⊥ — Perpendicular"
    ],
    "useCases": [
      "Use ∥ in plain text when a Unicode character is appropriate and the destination preserves U+2225.",
      "Use \\parallel in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Parallel is used in geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "⊥ — Perpendicular"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "degree",
    "symbol": "°",
    "slug": "degree",
    "name": "Degree Sign",
    "aliases": [
      "degrees symbol"
    ],
    "unicode": "U+00B0",
    "htmlEntity": "&deg;",
    "htmlDecimal": "&#176;",
    "latex": "^\\circ",
    "mathml": "<msup><mi></mi><mo>°</mo></msup>",
    "categories": [
      "geometry",
      "currency-measurement"
    ],
    "meaning": "Marks angular measure or, in context, temperature.",
    "usage": "Do not insert a space before it for angles; temperature style depends on the guide used.",
    "pronunciation": "degree sign",
    "examples": [
      "90^\\circ",
      "25^\\circ\\mathrm{C}"
    ],
    "relatedSymbols": [
      "angle",
      "pi"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+00B0 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type ^\\circ in an equation and press Space.",
      "iPhone": "Copy and paste °, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste °, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ° or use Insert → Special characters. For structured math, use the equation editor and verify ^\\circ.",
      "excel": "Paste ° into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Degree Sign (°): Meaning, Examples & LaTeX",
      "description": "Copy ° (U+00B0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of °; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ° as U+00B0; for structured equations, use ^\\circ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Degree Sign."
    ],
    "searchIntents": [
      "Degree Sign symbol meaning",
      "Degree Sign copy and paste",
      "Degree Sign LaTeX",
      "Degree Sign Unicode",
      "how to type Degree Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Degree Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∠ — Angle",
      "π — Pi"
    ],
    "useCases": [
      "Use ° in plain text when a Unicode character is appropriate and the destination preserves U+00B0.",
      "Use ^\\circ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Degree Sign is used in geometry, currency measurement with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols",
      "Currency and Measurement Symbols"
    ],
    "confusableCharacters": [
      "∠ — Angle",
      "π — Pi"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "mean",
    "symbol": "x̄",
    "slug": "mean",
    "name": "Sample Mean",
    "aliases": [
      "x bar",
      "average symbol"
    ],
    "unicode": "U+0078 + U+0304",
    "htmlEntity": "",
    "htmlDecimal": "x&#772;",
    "latex": "\\bar{x}",
    "mathml": "<mover><mi>x</mi><mo>¯</mo></mover>",
    "categories": [
      "statistics"
    ],
    "meaning": "Represents the arithmetic mean of a sample.",
    "usage": "Distinguish it from the population mean, commonly written with Greek mu.",
    "pronunciation": "sample mean",
    "examples": [
      "\\bar{x}=\\frac{1}{n}\\sum_{i=1}^{n}x_i"
    ],
    "relatedSymbols": [
      "population-mean",
      "summation"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0078 + U+0304 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\bar{x} in an equation and press Space.",
      "iPhone": "Copy and paste x̄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste x̄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste x̄ or use Insert → Special characters. For structured math, use the equation editor and verify \\bar{x}.",
      "excel": "Paste x̄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Sample Mean (x̄): Meaning, Examples & LaTeX",
      "description": "Copy x̄ (U+0078 + U+0304), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define x̄ near first use because statistical and probability conventions can distinguish sample, population, estimator, and parameter meanings.",
      "For plain text, copy x̄ as U+0078 + U+0304; for structured equations, use \\bar{x} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Sample Mean."
    ],
    "searchIntents": [
      "Sample Mean symbol meaning",
      "Sample Mean copy and paste",
      "Sample Mean LaTeX",
      "Sample Mean Unicode",
      "how to type Sample Mean"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "μ — Population Mean",
      "∑ — Summation"
    ],
    "useCases": [
      "Use x̄ in plain text when a Unicode character is appropriate and the destination preserves U+0078 + U+0304.",
      "Use \\bar{x} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Sample Mean is used in statistics with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Statistics Symbols"
    ],
    "confusableCharacters": [
      "μ — Population Mean",
      "∑ — Summation"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "population-mean",
    "symbol": "μ",
    "slug": "population-mean",
    "name": "Population Mean",
    "aliases": [
      "mu mean"
    ],
    "unicode": "U+03BC",
    "htmlEntity": "&mu;",
    "htmlDecimal": "&#956;",
    "latex": "\\mu",
    "mathml": "<mi>μ</mi>",
    "categories": [
      "statistics",
      "greek"
    ],
    "meaning": "Represents the mean of a population or distribution.",
    "usage": "Use x-bar for a sample mean and mu for a population parameter.",
    "pronunciation": "population mean",
    "examples": [
      "\\mu=E[X]"
    ],
    "relatedSymbols": [
      "mean",
      "expected-value"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+03BC in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\mu in an equation and press Space.",
      "iPhone": "Copy and paste μ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste μ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste μ or use Insert → Special characters. For structured math, use the equation editor and verify \\mu.",
      "excel": "Paste μ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Population Mean (μ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy μ, identify the population mean Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\mu), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for μ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy μ as U+03BC; for structured equations, use \\mu in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Population Mean."
    ],
    "searchIntents": [
      "Population Mean symbol meaning",
      "Population Mean copy and paste",
      "Population Mean LaTeX",
      "Population Mean Unicode",
      "how to type Population Mean"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "x̄ — Sample Mean",
      "E — Expected Value"
    ],
    "useCases": [
      "Use μ in plain text when a Unicode character is appropriate and the destination preserves U+03BC.",
      "Use \\mu in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Population Mean is used in statistics, greek with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Statistics Symbols",
      "Greek Letters"
    ],
    "confusableCharacters": [
      "x̄ — Sample Mean",
      "E — Expected Value"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "standard-deviation",
    "symbol": "σ",
    "slug": "standard-deviation",
    "name": "Population Standard Deviation",
    "aliases": [
      "sigma",
      "standard deviation symbol"
    ],
    "unicode": "U+03C3",
    "htmlEntity": "&sigma;",
    "htmlDecimal": "&#963;",
    "latex": "\\sigma",
    "mathml": "<mi>σ</mi>",
    "categories": [
      "statistics",
      "greek"
    ],
    "meaning": "Measures the typical spread of values around the population mean.",
    "usage": "Use s for sample standard deviation under many common conventions.",
    "pronunciation": "population standard deviation",
    "examples": [
      "\\sigma=\\sqrt{\\operatorname{Var}(X)}"
    ],
    "relatedSymbols": [
      "variance",
      "population-mean"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+03C3 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\sigma in an equation and press Space.",
      "iPhone": "Copy and paste σ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste σ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste σ or use Insert → Special characters. For structured math, use the equation editor and verify \\sigma.",
      "excel": "Paste σ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "σ Symbol: Population Standard Deviation, Unicode & LaTeX",
      "description": "Copy σ, identify the population standard deviation Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\sigma), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for σ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy σ as U+03C3; for structured equations, use \\sigma in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Population Standard Deviation."
    ],
    "searchIntents": [
      "Population Standard Deviation symbol meaning",
      "Population Standard Deviation copy and paste",
      "Population Standard Deviation LaTeX",
      "Population Standard Deviation Unicode",
      "how to type Population Standard Deviation"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "σ² — Population Variance",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use σ in plain text when a Unicode character is appropriate and the destination preserves U+03C3.",
      "Use \\sigma in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Population Standard Deviation is used in statistics, greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Statistics Symbols",
      "Greek Letters"
    ],
    "confusableCharacters": [
      "σ² — Population Variance",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "variance",
    "symbol": "σ²",
    "slug": "variance",
    "name": "Population Variance",
    "aliases": [
      "variance symbol",
      "sigma squared"
    ],
    "unicode": "U+03C3 + U+00B2",
    "htmlEntity": "",
    "htmlDecimal": "&#963;&#178;",
    "latex": "\\sigma^2",
    "mathml": "<msup><mi>σ</mi><mn>2</mn></msup>",
    "categories": [
      "statistics"
    ],
    "meaning": "Represents the expected squared deviation from the population mean.",
    "usage": "Its units are squared; standard deviation returns to the original unit.",
    "pronunciation": "population variance",
    "examples": [
      "\\sigma^2=E[(X-\\mu)^2]"
    ],
    "relatedSymbols": [
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+03C3 + U+00B2 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\sigma^2 in an equation and press Space.",
      "iPhone": "Copy and paste σ², or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste σ², or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste σ² or use Insert → Special characters. For structured math, use the equation editor and verify \\sigma^2.",
      "excel": "Paste σ² into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Population Variance (σ²): Meaning, Examples & LaTeX",
      "description": "Copy σ² (U+03C3 + U+00B2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define σ² near first use because statistical and probability conventions can distinguish sample, population, estimator, and parameter meanings.",
      "For plain text, copy σ² as U+03C3 + U+00B2; for structured equations, use \\sigma^2 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Population Variance."
    ],
    "searchIntents": [
      "Population Variance symbol meaning",
      "Population Variance copy and paste",
      "Population Variance LaTeX",
      "Population Variance Unicode",
      "how to type Population Variance"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "σ — Population Standard Deviation"
    ],
    "useCases": [
      "Use σ² in plain text when a Unicode character is appropriate and the destination preserves U+03C3 + U+00B2.",
      "Use \\sigma^2 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Population Variance is used in statistics with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Statistics Symbols"
    ],
    "confusableCharacters": [
      "σ — Population Standard Deviation"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "probability",
    "symbol": "P",
    "slug": "probability",
    "name": "Probability",
    "aliases": [
      "probability notation"
    ],
    "unicode": "U+0050",
    "htmlEntity": "",
    "htmlDecimal": "&#80;",
    "latex": "P",
    "mathml": "<mo>P</mo>",
    "categories": [
      "probability",
      "information-theory"
    ],
    "meaning": "A function assigning a value from 0 to 1 to an event.",
    "usage": "Write the event in parentheses and define the probability model when needed.",
    "pronunciation": "probability",
    "examples": [
      "P(A)",
      "0\\leq P(A)\\leq1"
    ],
    "relatedSymbols": [
      "conditional-probability",
      "expected-value"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0050 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type P in an equation and press Space.",
      "iPhone": "Copy and paste P, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste P, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste P or use Insert → Special characters. For structured math, use the equation editor and verify P.",
      "excel": "Paste P into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Probability (P): Meaning, Examples & LaTeX",
      "description": "Copy P (U+0050), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define P near first use because statistical and probability conventions can distinguish sample, population, estimator, and parameter meanings.",
      "For plain text, copy P as U+0050; for structured equations, use P in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Probability."
    ],
    "searchIntents": [
      "Probability symbol meaning",
      "Probability copy and paste",
      "Probability LaTeX",
      "Probability Unicode",
      "how to type Probability"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "| — Conditional Probability Bar",
      "E — Expected Value"
    ],
    "useCases": [
      "Use P in plain text when a Unicode character is appropriate and the destination preserves U+0050.",
      "Use P in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Probability is used in probability, information theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Probability Symbols",
      "Information Theory Symbols"
    ],
    "confusableCharacters": [
      "| — Conditional Probability Bar",
      "E — Expected Value"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "conditional-probability",
    "symbol": "|",
    "slug": "conditional-probability",
    "name": "Conditional Probability Bar",
    "aliases": [
      "given symbol",
      "vertical bar"
    ],
    "unicode": "U+007C",
    "htmlEntity": "&vert;",
    "htmlDecimal": "&#124;",
    "latex": "\\mid",
    "mathml": "<mo>|</mo>",
    "categories": [
      "probability"
    ],
    "meaning": "Separates an event from the condition under which its probability is evaluated.",
    "usage": "Read P(A|B) as the probability of A given B.",
    "pronunciation": "conditional probability bar",
    "examples": [
      "P(A\\mid B)=\\frac{P(A\\cap B)}{P(B)}"
    ],
    "relatedSymbols": [
      "probability",
      "intersection"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+007C in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\mid in an equation and press Space.",
      "iPhone": "Copy and paste |, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste |, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste | or use Insert → Special characters. For structured math, use the equation editor and verify \\mid.",
      "excel": "Paste | into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Conditional Probability Bar (|): Meaning, Examples & LaTeX",
      "description": "Copy | (U+007C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define | near first use because statistical and probability conventions can distinguish sample, population, estimator, and parameter meanings.",
      "For plain text, copy | as U+007C; for structured equations, use \\mid in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Conditional Probability Bar."
    ],
    "searchIntents": [
      "Conditional Probability Bar symbol meaning",
      "Conditional Probability Bar copy and paste",
      "Conditional Probability Bar LaTeX",
      "Conditional Probability Bar Unicode",
      "how to type Conditional Probability Bar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "P — Probability",
      "∩ — Intersection"
    ],
    "useCases": [
      "Use | in plain text when a Unicode character is appropriate and the destination preserves U+007C.",
      "Use \\mid in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Conditional Probability Bar is used in probability with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Probability Symbols"
    ],
    "confusableCharacters": [
      "P — Probability",
      "∩ — Intersection"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "expected-value",
    "symbol": "E",
    "slug": "expected-value",
    "name": "Expected Value",
    "aliases": [
      "expectation",
      "mean of random variable"
    ],
    "unicode": "U+0045",
    "htmlEntity": "",
    "htmlDecimal": "&#69;",
    "latex": "\\mathbb{E}",
    "mathml": "<mo>E</mo>",
    "categories": [
      "probability",
      "statistics"
    ],
    "meaning": "Represents the probability-weighted average of a random variable.",
    "usage": "Use brackets or parentheses around the random variable.",
    "pronunciation": "expected value",
    "examples": [
      "\\mathbb{E}[X]=\\sum_x xP(X=x)"
    ],
    "relatedSymbols": [
      "probability",
      "population-mean"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0045 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\mathbb{E} in an equation and press Space.",
      "iPhone": "Copy and paste E, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste E, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste E or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{E}.",
      "excel": "Paste E into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Expected Value (E): Meaning, Examples & LaTeX",
      "description": "Copy E (U+0045), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define E near first use because statistical and probability conventions can distinguish sample, population, estimator, and parameter meanings.",
      "For plain text, copy E as U+0045; for structured equations, use \\mathbb{E} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Expected Value."
    ],
    "searchIntents": [
      "Expected Value symbol meaning",
      "Expected Value copy and paste",
      "Expected Value LaTeX",
      "Expected Value Unicode",
      "how to type Expected Value"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "P — Probability",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use E in plain text when a Unicode character is appropriate and the destination preserves U+0045.",
      "Use \\mathbb{E} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Expected Value is used in probability, statistics with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Probability Symbols",
      "Statistics Symbols"
    ],
    "confusableCharacters": [
      "P — Probability",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-arrow",
    "symbol": "→",
    "slug": "right-arrow",
    "name": "Right Arrow",
    "aliases": [
      "to arrow"
    ],
    "unicode": "U+2192",
    "htmlEntity": "&rarr;",
    "htmlDecimal": "&#8594;",
    "latex": "\\to",
    "mathml": "<mo>→</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Indicates direction, mapping, convergence, transition, or a limit approach.",
    "usage": "Choose a more specific arrow when the distinction between mapping and implication matters.",
    "pronunciation": "right arrow",
    "examples": [
      "f:A\\to B",
      "x\\to0"
    ],
    "relatedSymbols": [
      "implies",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2192 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\to in an equation and press Space.",
      "iPhone": "Copy and paste →, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste →, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste → or use Insert → Special characters. For structured math, use the equation editor and verify \\to.",
      "excel": "Paste → into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Arrow (→): Meaning, Examples & LaTeX",
      "description": "Copy → (U+2192), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of →; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy → as U+2192; for structured equations, use \\to in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Arrow."
    ],
    "searchIntents": [
      "Right Arrow symbol meaning",
      "Right Arrow copy and paste",
      "Right Arrow LaTeX",
      "Right Arrow Unicode",
      "how to type Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "↔ — Left Right Arrow"
    ],
    "useCases": [
      "Use → in plain text when a Unicode character is appropriate and the destination preserves U+2192.",
      "Use \\to in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "↔ — Left Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-right-arrow",
    "symbol": "↔",
    "slug": "left-right-arrow",
    "name": "Left Right Arrow",
    "aliases": [
      "two-way arrow"
    ],
    "unicode": "U+2194",
    "htmlEntity": "&harr;",
    "htmlDecimal": "&#8596;",
    "latex": "\\leftrightarrow",
    "mathml": "<mo>↔</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Shows a reversible relation, correspondence, or bidirectional movement.",
    "usage": "In logic, a double arrow is usually preferred for equivalence.",
    "pronunciation": "left right arrow",
    "examples": [
      "A\\leftrightarrow B"
    ],
    "relatedSymbols": [
      "right-arrow",
      "iff"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2194 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\leftrightarrow in an equation and press Space.",
      "iPhone": "Copy and paste ↔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↔ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftrightarrow.",
      "excel": "Paste ↔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Right Arrow (↔): Meaning, Examples & LaTeX",
      "description": "Copy ↔ (U+2194), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↔; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↔ as U+2194; for structured equations, use \\leftrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Right Arrow."
    ],
    "searchIntents": [
      "Left Right Arrow symbol meaning",
      "Left Right Arrow copy and paste",
      "Left Right Arrow LaTeX",
      "Left Right Arrow Unicode",
      "how to type Left Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "⇔ — If and Only If"
    ],
    "useCases": [
      "Use ↔ in plain text when a Unicode character is appropriate and the destination preserves U+2194.",
      "Use \\leftrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Right Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "⇔ — If and Only If"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superscript-two",
    "symbol": "²",
    "slug": "superscript-two",
    "name": "Superscript Two",
    "aliases": [
      "squared symbol"
    ],
    "unicode": "U+00B2",
    "htmlEntity": "&sup2;",
    "htmlDecimal": "&#178;",
    "latex": "^2",
    "mathml": "<mn>²</mn>",
    "categories": [
      "super-sub",
      "algebra"
    ],
    "meaning": "A Unicode raised digit two, often used for squared units or simple powers.",
    "usage": "Use real superscript formatting or LaTeX for complex expressions.",
    "pronunciation": "superscript two",
    "examples": [
      "x^2",
      "m^2"
    ],
    "relatedSymbols": [
      "square-root",
      "subscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+00B2 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type ^2 in an equation and press Space.",
      "iPhone": "Copy and paste ², or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ², or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ² or use Insert → Special characters. For structured math, use the equation editor and verify ^2.",
      "excel": "Paste ² into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Two (²): Copy, Unicode & LaTeX",
      "description": "Copy ², learn the meaning and semantic role of superscript two, and get Unicode, LaTeX (^2), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ² are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ² as U+00B2; for structured equations, use ^2 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Two."
    ],
    "searchIntents": [
      "Superscript Two symbol meaning",
      "Superscript Two copy and paste",
      "Superscript Two LaTeX",
      "Superscript Two Unicode",
      "how to type Superscript Two"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Superscript Two against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "√ — Square Root",
      "₁ — Subscript One"
    ],
    "useCases": [
      "Use ² in plain text when a Unicode character is appropriate and the destination preserves U+00B2.",
      "Use ^2 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Two is used in super sub, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "√ — Square Root",
      "₁ — Subscript One"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-one",
    "symbol": "₁",
    "slug": "subscript-one",
    "name": "Subscript One",
    "aliases": [
      "lower one"
    ],
    "unicode": "U+2081",
    "htmlEntity": "",
    "htmlDecimal": "&#8321;",
    "latex": "_1",
    "mathml": "<mn>₁</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode lowered digit one used for indices and labels.",
    "usage": "Use LaTeX or semantic markup when the subscript is part of a larger mathematical expression.",
    "pronunciation": "subscript one",
    "examples": [
      "x_1",
      "a_1"
    ],
    "relatedSymbols": [
      "superscript-two"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2081 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type _1 in an equation and press Space.",
      "iPhone": "Copy and paste ₁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₁ or use Insert → Special characters. For structured math, use the equation editor and verify _1.",
      "excel": "Paste ₁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript One (₁): Copy, Unicode & LaTeX",
      "description": "Copy ₁, learn the meaning and semantic role of subscript one, and get Unicode, LaTeX (_1), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₁ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₁ as U+2081; for structured equations, use _1 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript One."
    ],
    "searchIntents": [
      "Subscript One symbol meaning",
      "Subscript One copy and paste",
      "Subscript One LaTeX",
      "Subscript One Unicode",
      "how to type Subscript One"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two"
    ],
    "useCases": [
      "Use ₁ in plain text when a Unicode character is appropriate and the destination preserves U+2081.",
      "Use _1 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript One is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "natural-numbers",
    "symbol": "ℕ",
    "slug": "natural-numbers",
    "name": "Natural Numbers",
    "aliases": [
      "N numbers",
      "counting numbers"
    ],
    "unicode": "U+2115",
    "htmlEntity": "&Nopf;",
    "htmlDecimal": "&#8469;",
    "latex": "\\mathbb{N}",
    "mathml": "<mi>ℕ</mi>",
    "categories": [
      "number-sets"
    ],
    "meaning": "The set of natural counting numbers; some conventions include zero and some do not.",
    "usage": "State the convention when zero matters.",
    "pronunciation": "natural numbers",
    "examples": [
      "n\\in\\mathbb{N}"
    ],
    "relatedSymbols": [
      "integers"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2115 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\mathbb{N} in an equation and press Space.",
      "iPhone": "Copy and paste ℕ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℕ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℕ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{N}.",
      "excel": "Paste ℕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℕ Natural Numbers Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℕ, learn what the natural numbers set contains, see membership notation, and get Unicode, LaTeX (\\mathbb{N}), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not reuse ℕ as an unrelated variable when it denotes Natural Numbers; define any nonstandard meaning explicitly.",
      "For plain text, copy ℕ as U+2115; for structured equations, use \\mathbb{N} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Natural Numbers."
    ],
    "searchIntents": [
      "Natural Numbers symbol meaning",
      "Natural Numbers copy and paste",
      "Natural Numbers LaTeX",
      "Natural Numbers Unicode",
      "how to type Natural Numbers"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℤ — Integers"
    ],
    "useCases": [
      "Use ℕ in plain text when a Unicode character is appropriate and the destination preserves U+2115.",
      "Use \\mathbb{N} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Natural Numbers is used in number sets with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets"
    ],
    "confusableCharacters": [
      "ℤ — Integers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "integers",
    "symbol": "ℤ",
    "slug": "integers",
    "name": "Integers",
    "aliases": [
      "Z numbers",
      "integer set"
    ],
    "unicode": "U+2124",
    "htmlEntity": "&Zopf;",
    "htmlDecimal": "&#8484;",
    "latex": "\\mathbb{Z}",
    "mathml": "<mi>ℤ</mi>",
    "categories": [
      "number-sets"
    ],
    "meaning": "The set of negative whole numbers, zero, and positive whole numbers.",
    "usage": "Used as a domain for discrete values and divisibility statements.",
    "pronunciation": "integers",
    "examples": [
      "-3\\in\\mathbb{Z}"
    ],
    "relatedSymbols": [
      "natural-numbers",
      "rational-numbers"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2124 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\mathbb{Z} in an equation and press Space.",
      "iPhone": "Copy and paste ℤ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℤ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℤ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{Z}.",
      "excel": "Paste ℤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℤ Integers Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℤ, learn what the integers set contains, see membership notation, and get Unicode, LaTeX (\\mathbb{Z}), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not reuse ℤ as an unrelated variable when it denotes Integers; define any nonstandard meaning explicitly.",
      "For plain text, copy ℤ as U+2124; for structured equations, use \\mathbb{Z} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integers."
    ],
    "searchIntents": [
      "Integers symbol meaning",
      "Integers copy and paste",
      "Integers LaTeX",
      "Integers Unicode",
      "how to type Integers"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℕ — Natural Numbers",
      "ℚ — Rational Numbers"
    ],
    "useCases": [
      "Use ℤ in plain text when a Unicode character is appropriate and the destination preserves U+2124.",
      "Use \\mathbb{Z} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integers is used in number sets with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets"
    ],
    "confusableCharacters": [
      "ℕ — Natural Numbers",
      "ℚ — Rational Numbers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "rational-numbers",
    "symbol": "ℚ",
    "slug": "rational-numbers",
    "name": "Rational Numbers",
    "aliases": [
      "Q numbers"
    ],
    "unicode": "U+211A",
    "htmlEntity": "&Qopf;",
    "htmlDecimal": "&#8474;",
    "latex": "\\mathbb{Q}",
    "mathml": "<mi>ℚ</mi>",
    "categories": [
      "number-sets"
    ],
    "meaning": "The set of numbers expressible as a ratio of two integers with a nonzero denominator.",
    "usage": "Every integer is rational, but not every real number is rational.",
    "pronunciation": "rational numbers",
    "examples": [
      "\\frac{2}{3}\\in\\mathbb{Q}"
    ],
    "relatedSymbols": [
      "integers",
      "real-numbers"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+211A in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\mathbb{Q} in an equation and press Space.",
      "iPhone": "Copy and paste ℚ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℚ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℚ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{Q}.",
      "excel": "Paste ℚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℚ Rational Numbers Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℚ, learn what the rational numbers set contains, see membership notation, and get Unicode, LaTeX (\\mathbb{Q}), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not reuse ℚ as an unrelated variable when it denotes Rational Numbers; define any nonstandard meaning explicitly.",
      "For plain text, copy ℚ as U+211A; for structured equations, use \\mathbb{Q} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rational Numbers."
    ],
    "searchIntents": [
      "Rational Numbers symbol meaning",
      "Rational Numbers copy and paste",
      "Rational Numbers LaTeX",
      "Rational Numbers Unicode",
      "how to type Rational Numbers"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℤ — Integers",
      "ℝ — Real Numbers"
    ],
    "useCases": [
      "Use ℚ in plain text when a Unicode character is appropriate and the destination preserves U+211A.",
      "Use \\mathbb{Q} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rational Numbers is used in number sets with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets"
    ],
    "confusableCharacters": [
      "ℤ — Integers",
      "ℝ — Real Numbers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "real-numbers",
    "symbol": "ℝ",
    "slug": "real-numbers",
    "name": "Real Numbers",
    "aliases": [
      "R numbers",
      "real set"
    ],
    "unicode": "U+211D",
    "htmlEntity": "&Ropf;",
    "htmlDecimal": "&#8477;",
    "latex": "\\mathbb{R}",
    "mathml": "<mi>ℝ</mi>",
    "categories": [
      "number-sets"
    ],
    "meaning": "The set containing rational and irrational numbers represented on the real number line.",
    "usage": "Commonly used as the default domain in algebra and calculus.",
    "pronunciation": "real numbers",
    "examples": [
      "x\\in\\mathbb{R}"
    ],
    "relatedSymbols": [
      "rational-numbers",
      "infinity"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+211D in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\mathbb{R} in an equation and press Space.",
      "iPhone": "Copy and paste ℝ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℝ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℝ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{R}.",
      "excel": "Paste ℝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℝ Real Numbers Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℝ, learn what the real numbers set contains, see membership notation, and get Unicode, LaTeX (\\mathbb{R}), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not reuse ℝ as an unrelated variable when it denotes Real Numbers; define any nonstandard meaning explicitly.",
      "For plain text, copy ℝ as U+211D; for structured equations, use \\mathbb{R} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Real Numbers."
    ],
    "searchIntents": [
      "Real Numbers symbol meaning",
      "Real Numbers copy and paste",
      "Real Numbers LaTeX",
      "Real Numbers Unicode",
      "how to type Real Numbers"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℚ — Rational Numbers",
      "∞ — Infinity"
    ],
    "useCases": [
      "Use ℝ in plain text when a Unicode character is appropriate and the destination preserves U+211D.",
      "Use \\mathbb{R} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Real Numbers is used in number sets with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets"
    ],
    "confusableCharacters": [
      "ℚ — Rational Numbers",
      "∞ — Infinity"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "percent",
    "symbol": "%",
    "slug": "percent",
    "name": "Percent Sign",
    "aliases": [
      "percentage sign"
    ],
    "unicode": "U+0025",
    "htmlEntity": "",
    "htmlDecimal": "&#37;",
    "latex": "\\%",
    "mathml": "<mo>%</mo>",
    "categories": [
      "currency-measurement",
      "basic-math"
    ],
    "meaning": "Means per hundred.",
    "usage": "Convert p percent to p/100 before many calculations.",
    "pronunciation": "percent sign",
    "examples": [
      "25\\%=0.25"
    ],
    "relatedSymbols": [
      "proportional-to"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0025 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\% in an equation and press Space.",
      "iPhone": "Copy and paste %, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste %, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste % or use Insert → Special characters. For structured math, use the equation editor and verify \\%.",
      "excel": "Paste % into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Percent Sign (%): Meaning, Examples & LaTeX",
      "description": "Copy % (U+0025), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep % attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy % as U+0025; for structured equations, use \\% in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Percent Sign."
    ],
    "searchIntents": [
      "Percent Sign symbol meaning",
      "Percent Sign copy and paste",
      "Percent Sign LaTeX",
      "Percent Sign Unicode",
      "how to type Percent Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Percent Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∝ — Proportional To"
    ],
    "useCases": [
      "Use % in plain text when a Unicode character is appropriate and the destination preserves U+0025.",
      "Use \\% in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Percent Sign is used in currency measurement, basic math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Basic Math Symbols"
    ],
    "confusableCharacters": [
      "∝ — Proportional To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "ratio",
    "symbol": "∶",
    "slug": "ratio",
    "name": "Ratio",
    "aliases": [
      "ratio colon"
    ],
    "unicode": "U+2236",
    "htmlEntity": "&ratio;",
    "htmlDecimal": "&#8758;",
    "latex": "\\mathbin{:}",
    "mathml": "<mo>∶</mo>",
    "categories": [
      "currency-measurement",
      "basic-math"
    ],
    "meaning": "Separates quantities in a ratio.",
    "usage": "A colon is more common in everyday typing, while the ratio character is typographically distinct.",
    "pronunciation": "ratio",
    "examples": [
      "2:3"
    ],
    "relatedSymbols": [
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2236 in a Unicode-aware app.",
      "mac": "Open Character Viewer with Control–Command–Space and search by name.",
      "word": "Type \\mathbin{:} in an equation and press Space.",
      "iPhone": "Copy and paste ∶, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∶, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∶ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbin{:}.",
      "excel": "Paste ∶ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Ratio (∶): Meaning, Examples & LaTeX",
      "description": "Copy ∶ (U+2236), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ∶ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ∶ as U+2236; for structured equations, use \\mathbin{:} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Ratio."
    ],
    "searchIntents": [
      "Ratio symbol meaning",
      "Ratio copy and paste",
      "Ratio LaTeX",
      "Ratio Unicode",
      "how to type Ratio"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "÷ — Division Sign"
    ],
    "useCases": [
      "Use ∶ in plain text when a Unicode character is appropriate and the destination preserves U+2236.",
      "Use \\mathbin{:} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Ratio is used in currency measurement, basic math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Basic Math Symbols"
    ],
    "confusableCharacters": [
      "÷ — Division Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "alpha",
    "symbol": "α",
    "slug": "alpha",
    "name": "Alpha",
    "aliases": [
      "alpha"
    ],
    "unicode": "U+03B1",
    "htmlEntity": "",
    "htmlDecimal": "&#945;",
    "latex": "\\alpha",
    "mathml": "<mi>α</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Commonly represents an angle, coefficient, significance level, or thermal expansion.",
    "usage": "Use lowercase alpha where a field convention defines a first parameter or angle.",
    "pronunciation": "alpha",
    "examples": [
      "\\alpha is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03B1.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\alpha and press Space when Word supports the command.",
      "iPhone": "Copy and paste α, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste α, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste α or use Insert → Special characters. For structured math, use the equation editor and verify \\alpha.",
      "excel": "Paste α into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Alpha (α) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy α, identify the alpha Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\alpha), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for α; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy α as U+03B1; for structured equations, use \\alpha in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Alpha."
    ],
    "searchIntents": [
      "Alpha symbol meaning",
      "Alpha copy and paste",
      "Alpha LaTeX",
      "Alpha Unicode",
      "how to type Alpha"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use α in plain text when a Unicode character is appropriate and the destination preserves U+03B1.",
      "Use \\alpha in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Alpha is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "beta",
    "symbol": "β",
    "slug": "beta",
    "name": "Beta",
    "aliases": [
      "beta"
    ],
    "unicode": "U+03B2",
    "htmlEntity": "",
    "htmlDecimal": "&#946;",
    "latex": "\\beta",
    "mathml": "<mi>β</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Commonly represents a coefficient, angle, beta distribution parameter, or particle velocity ratio.",
    "usage": "Use beta only after defining its role because meanings vary widely.",
    "pronunciation": "beta",
    "examples": [
      "\\beta is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03B2.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\beta and press Space when Word supports the command.",
      "iPhone": "Copy and paste β, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste β, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste β or use Insert → Special characters. For structured math, use the equation editor and verify \\beta.",
      "excel": "Paste β into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Beta (β) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy β, identify the beta Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\beta), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for β; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy β as U+03B2; for structured equations, use \\beta in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Beta."
    ],
    "searchIntents": [
      "Beta symbol meaning",
      "Beta copy and paste",
      "Beta LaTeX",
      "Beta Unicode",
      "how to type Beta"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use β in plain text when a Unicode character is appropriate and the destination preserves U+03B2.",
      "Use \\beta in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Beta is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "gamma",
    "symbol": "γ",
    "slug": "gamma",
    "name": "Gamma",
    "aliases": [
      "gamma"
    ],
    "unicode": "U+03B3",
    "htmlEntity": "",
    "htmlDecimal": "&#947;",
    "latex": "\\gamma",
    "mathml": "<mi>γ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents a parameter, Euler–Mascheroni constant in context, a photon, or surface tension.",
    "usage": "Distinguish lowercase gamma from uppercase Gamma, which often names a function.",
    "pronunciation": "gamma",
    "examples": [
      "\\gamma is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03B3.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\gamma and press Space when Word supports the command.",
      "iPhone": "Copy and paste γ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste γ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste γ or use Insert → Special characters. For structured math, use the equation editor and verify \\gamma.",
      "excel": "Paste γ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Gamma (γ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy γ, identify the gamma Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\gamma), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for γ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy γ as U+03B3; for structured equations, use \\gamma in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Gamma."
    ],
    "searchIntents": [
      "Gamma symbol meaning",
      "Gamma copy and paste",
      "Gamma LaTeX",
      "Gamma Unicode",
      "how to type Gamma"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use γ in plain text when a Unicode character is appropriate and the destination preserves U+03B3.",
      "Use \\gamma in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Gamma is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "capital-gamma",
    "symbol": "Γ",
    "slug": "capital-gamma",
    "name": "Capital Gamma",
    "aliases": [
      "capital gamma"
    ],
    "unicode": "U+0393",
    "htmlEntity": "",
    "htmlDecimal": "&#915;",
    "latex": "\\Gamma",
    "mathml": "<mi>Γ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Often denotes the gamma function, a curve, a group, or a boundary.",
    "usage": "Use uppercase Gamma for named mathematical objects and special functions.",
    "pronunciation": "capital gamma",
    "examples": [
      "\\Gamma is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+0393.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Gamma and press Space when Word supports the command.",
      "iPhone": "Copy and paste Γ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste Γ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste Γ or use Insert → Special characters. For structured math, use the equation editor and verify \\Gamma.",
      "excel": "Paste Γ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Capital Gamma (Γ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy Γ, identify the capital gamma Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\Gamma), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for Γ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy Γ as U+0393; for structured equations, use \\Gamma in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Capital Gamma."
    ],
    "searchIntents": [
      "Capital Gamma symbol meaning",
      "Capital Gamma copy and paste",
      "Capital Gamma LaTeX",
      "Capital Gamma Unicode",
      "how to type Capital Gamma"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use Γ in plain text when a Unicode character is appropriate and the destination preserves U+0393.",
      "Use \\Gamma in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Capital Gamma is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "epsilon",
    "symbol": "ε",
    "slug": "epsilon",
    "name": "Epsilon",
    "aliases": [
      "epsilon"
    ],
    "unicode": "U+03B5",
    "htmlEntity": "",
    "htmlDecimal": "&#949;",
    "latex": "\\epsilon",
    "mathml": "<mi>ε</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents a small positive quantity, error tolerance, strain, or permittivity.",
    "usage": "In analysis, epsilon usually means an arbitrarily small positive number.",
    "pronunciation": "epsilon",
    "examples": [
      "\\epsilon is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03B5.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\epsilon and press Space when Word supports the command.",
      "iPhone": "Copy and paste ε, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ε, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ε or use Insert → Special characters. For structured math, use the equation editor and verify \\epsilon.",
      "excel": "Paste ε into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Epsilon (ε) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ε, identify the epsilon Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\epsilon), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ε; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ε as U+03B5; for structured equations, use \\epsilon in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Epsilon."
    ],
    "searchIntents": [
      "Epsilon symbol meaning",
      "Epsilon copy and paste",
      "Epsilon LaTeX",
      "Epsilon Unicode",
      "how to type Epsilon"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ε in plain text when a Unicode character is appropriate and the destination preserves U+03B5.",
      "Use \\epsilon in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Epsilon is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "varepsilon",
    "symbol": "ϵ",
    "slug": "varepsilon",
    "name": "Lunate Epsilon",
    "aliases": [
      "lunate epsilon"
    ],
    "unicode": "U+03F5",
    "htmlEntity": "",
    "htmlDecimal": "&#1013;",
    "latex": "\\varepsilon",
    "mathml": "<mi>ϵ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "An alternate epsilon glyph used to distinguish variables or match a typography convention.",
    "usage": "Choose epsilon or varepsilon consistently within one document.",
    "pronunciation": "lunate epsilon",
    "examples": [
      "\\varepsilon is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03F5.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\varepsilon and press Space when Word supports the command.",
      "iPhone": "Copy and paste ϵ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ϵ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ϵ or use Insert → Special characters. For structured math, use the equation editor and verify \\varepsilon.",
      "excel": "Paste ϵ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Lunate Epsilon (ϵ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ϵ, identify the lunate epsilon Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\varepsilon), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ϵ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ϵ as U+03F5; for structured equations, use \\varepsilon in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Lunate Epsilon."
    ],
    "searchIntents": [
      "Lunate Epsilon symbol meaning",
      "Lunate Epsilon copy and paste",
      "Lunate Epsilon LaTeX",
      "Lunate Epsilon Unicode",
      "how to type Lunate Epsilon"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ϵ in plain text when a Unicode character is appropriate and the destination preserves U+03F5.",
      "Use \\varepsilon in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Lunate Epsilon is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "zeta",
    "symbol": "ζ",
    "slug": "zeta",
    "name": "Zeta",
    "aliases": [
      "zeta"
    ],
    "unicode": "U+03B6",
    "htmlEntity": "",
    "htmlDecimal": "&#950;",
    "latex": "\\zeta",
    "mathml": "<mi>ζ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents the Riemann zeta function, damping ratio, or a generic variable.",
    "usage": "Define the context before using zeta because it has several scientific meanings.",
    "pronunciation": "zeta",
    "examples": [
      "\\zeta is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03B6.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\zeta and press Space when Word supports the command.",
      "iPhone": "Copy and paste ζ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ζ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ζ or use Insert → Special characters. For structured math, use the equation editor and verify \\zeta.",
      "excel": "Paste ζ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Zeta (ζ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ζ, identify the zeta Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\zeta), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ζ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ζ as U+03B6; for structured equations, use \\zeta in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Zeta."
    ],
    "searchIntents": [
      "Zeta symbol meaning",
      "Zeta copy and paste",
      "Zeta LaTeX",
      "Zeta Unicode",
      "how to type Zeta"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ζ in plain text when a Unicode character is appropriate and the destination preserves U+03B6.",
      "Use \\zeta in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Zeta is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "eta",
    "symbol": "η",
    "slug": "eta",
    "name": "Eta",
    "aliases": [
      "eta"
    ],
    "unicode": "U+03B7",
    "htmlEntity": "",
    "htmlDecimal": "&#951;",
    "latex": "\\eta",
    "mathml": "<mi>η</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Often denotes efficiency, viscosity, a parameter, or conformal time.",
    "usage": "Use eta for a defined quantity and include units where applicable.",
    "pronunciation": "eta",
    "examples": [
      "\\eta is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03B7.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\eta and press Space when Word supports the command.",
      "iPhone": "Copy and paste η, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste η, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste η or use Insert → Special characters. For structured math, use the equation editor and verify \\eta.",
      "excel": "Paste η into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Eta (η) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy η, identify the eta Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\eta), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for η; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy η as U+03B7; for structured equations, use \\eta in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Eta."
    ],
    "searchIntents": [
      "Eta symbol meaning",
      "Eta copy and paste",
      "Eta LaTeX",
      "Eta Unicode",
      "how to type Eta"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use η in plain text when a Unicode character is appropriate and the destination preserves U+03B7.",
      "Use \\eta in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Eta is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "theta",
    "symbol": "θ",
    "slug": "theta",
    "name": "Theta",
    "aliases": [
      "theta"
    ],
    "unicode": "U+03B8",
    "htmlEntity": "",
    "htmlDecimal": "&#952;",
    "latex": "\\theta",
    "mathml": "<mi>θ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Commonly represents an angle, parameter, or unknown value.",
    "usage": "Theta is widely used for angles in trigonometry and polar coordinates.",
    "pronunciation": "theta",
    "examples": [
      "\\theta is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03B8.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\theta and press Space when Word supports the command.",
      "iPhone": "Copy and paste θ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste θ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste θ or use Insert → Special characters. For structured math, use the equation editor and verify \\theta.",
      "excel": "Paste θ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Theta (θ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy θ, identify the theta Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\theta), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for θ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy θ as U+03B8; for structured equations, use \\theta in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Theta."
    ],
    "searchIntents": [
      "Theta symbol meaning",
      "Theta copy and paste",
      "Theta LaTeX",
      "Theta Unicode",
      "how to type Theta"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use θ in plain text when a Unicode character is appropriate and the destination preserves U+03B8.",
      "Use \\theta in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Theta is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "vartheta",
    "symbol": "ϑ",
    "slug": "vartheta",
    "name": "Curly Theta",
    "aliases": [
      "curly theta"
    ],
    "unicode": "U+03D1",
    "htmlEntity": "",
    "htmlDecimal": "&#977;",
    "latex": "\\vartheta",
    "mathml": "<mi>ϑ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "An alternate theta glyph used to distinguish two variables.",
    "usage": "Use vartheta when a second theta-like variable must remain visually distinct.",
    "pronunciation": "curly theta",
    "examples": [
      "\\vartheta is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03D1.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\vartheta and press Space when Word supports the command.",
      "iPhone": "Copy and paste ϑ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ϑ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ϑ or use Insert → Special characters. For structured math, use the equation editor and verify \\vartheta.",
      "excel": "Paste ϑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Curly Theta (ϑ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ϑ, identify the curly theta Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\vartheta), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ϑ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ϑ as U+03D1; for structured equations, use \\vartheta in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Curly Theta."
    ],
    "searchIntents": [
      "Curly Theta symbol meaning",
      "Curly Theta copy and paste",
      "Curly Theta LaTeX",
      "Curly Theta Unicode",
      "how to type Curly Theta"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ϑ in plain text when a Unicode character is appropriate and the destination preserves U+03D1.",
      "Use \\vartheta in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Curly Theta is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "iota",
    "symbol": "ι",
    "slug": "iota",
    "name": "Iota",
    "aliases": [
      "iota"
    ],
    "unicode": "U+03B9",
    "htmlEntity": "",
    "htmlDecimal": "&#953;",
    "latex": "\\iota",
    "mathml": "<mi>ι</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "A Greek letter occasionally used for inclusion maps or small parameters.",
    "usage": "Define iota explicitly because it has fewer universal conventions.",
    "pronunciation": "iota",
    "examples": [
      "\\iota is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03B9.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\iota and press Space when Word supports the command.",
      "iPhone": "Copy and paste ι, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ι, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ι or use Insert → Special characters. For structured math, use the equation editor and verify \\iota.",
      "excel": "Paste ι into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Iota (ι) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ι, identify the iota Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\iota), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ι; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ι as U+03B9; for structured equations, use \\iota in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Iota."
    ],
    "searchIntents": [
      "Iota symbol meaning",
      "Iota copy and paste",
      "Iota LaTeX",
      "Iota Unicode",
      "how to type Iota"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ι in plain text when a Unicode character is appropriate and the destination preserves U+03B9.",
      "Use \\iota in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Iota is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "kappa",
    "symbol": "κ",
    "slug": "kappa",
    "name": "Kappa",
    "aliases": [
      "kappa"
    ],
    "unicode": "U+03BA",
    "htmlEntity": "",
    "htmlDecimal": "&#954;",
    "latex": "\\kappa",
    "mathml": "<mi>κ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Often denotes curvature, condition number, thermal conductivity, or agreement statistics.",
    "usage": "State which kappa quantity is intended and include units when physical.",
    "pronunciation": "kappa",
    "examples": [
      "\\kappa is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03BA.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\kappa and press Space when Word supports the command.",
      "iPhone": "Copy and paste κ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste κ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste κ or use Insert → Special characters. For structured math, use the equation editor and verify \\kappa.",
      "excel": "Paste κ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Kappa (κ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy κ, identify the kappa Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\kappa), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for κ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy κ as U+03BA; for structured equations, use \\kappa in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Kappa."
    ],
    "searchIntents": [
      "Kappa symbol meaning",
      "Kappa copy and paste",
      "Kappa LaTeX",
      "Kappa Unicode",
      "how to type Kappa"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use κ in plain text when a Unicode character is appropriate and the destination preserves U+03BA.",
      "Use \\kappa in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Kappa is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "lambda",
    "symbol": "λ",
    "slug": "lambda",
    "name": "Lambda",
    "aliases": [
      "lambda"
    ],
    "unicode": "U+03BB",
    "htmlEntity": "",
    "htmlDecimal": "&#955;",
    "latex": "\\lambda",
    "mathml": "<mi>λ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents wavelength, eigenvalue, rate parameter, or anonymous functions.",
    "usage": "Use lambda for eigenvalues in linear algebra and wavelength in physics with units.",
    "pronunciation": "lambda",
    "examples": [
      "\\lambda is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03BB.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lambda and press Space when Word supports the command.",
      "iPhone": "Copy and paste λ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste λ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste λ or use Insert → Special characters. For structured math, use the equation editor and verify \\lambda.",
      "excel": "Paste λ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Lambda (λ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy λ, identify the lambda Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\lambda), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for λ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy λ as U+03BB; for structured equations, use \\lambda in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Lambda."
    ],
    "searchIntents": [
      "Lambda symbol meaning",
      "Lambda copy and paste",
      "Lambda LaTeX",
      "Lambda Unicode",
      "how to type Lambda"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use λ in plain text when a Unicode character is appropriate and the destination preserves U+03BB.",
      "Use \\lambda in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Lambda is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "capital-lambda",
    "symbol": "Λ",
    "slug": "capital-lambda",
    "name": "Capital Lambda",
    "aliases": [
      "capital lambda"
    ],
    "unicode": "U+039B",
    "htmlEntity": "",
    "htmlDecimal": "&#923;",
    "latex": "\\Lambda",
    "mathml": "<mi>Λ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Often denotes a diagonal eigenvalue matrix, cosmological constant, or lattice.",
    "usage": "Define capital Lambda when it represents a structured object rather than a scalar.",
    "pronunciation": "capital lambda",
    "examples": [
      "\\Lambda is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+039B.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Lambda and press Space when Word supports the command.",
      "iPhone": "Copy and paste Λ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste Λ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste Λ or use Insert → Special characters. For structured math, use the equation editor and verify \\Lambda.",
      "excel": "Paste Λ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Capital Lambda (Λ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy Λ, identify the capital lambda Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\Lambda), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for Λ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy Λ as U+039B; for structured equations, use \\Lambda in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Capital Lambda."
    ],
    "searchIntents": [
      "Capital Lambda symbol meaning",
      "Capital Lambda copy and paste",
      "Capital Lambda LaTeX",
      "Capital Lambda Unicode",
      "how to type Capital Lambda"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use Λ in plain text when a Unicode character is appropriate and the destination preserves U+039B.",
      "Use \\Lambda in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Capital Lambda is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mu",
    "symbol": "μ",
    "slug": "mu",
    "name": "Mu",
    "aliases": [
      "mu"
    ],
    "unicode": "U+03BC",
    "htmlEntity": "",
    "htmlDecimal": "&#956;",
    "latex": "\\mu",
    "mathml": "<mi>μ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents a population mean, coefficient of friction, micro prefix, or permeability.",
    "usage": "Use upright µ for the SI micro prefix and italic μ for variables where typography permits.",
    "pronunciation": "mu",
    "examples": [
      "\\mu is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03BC.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mu and press Space when Word supports the command.",
      "iPhone": "Copy and paste μ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste μ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste μ or use Insert → Special characters. For structured math, use the equation editor and verify \\mu.",
      "excel": "Paste μ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Mu (μ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy μ, identify the mu Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\mu), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for μ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy μ as U+03BC; for structured equations, use \\mu in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Mu."
    ],
    "searchIntents": [
      "Mu symbol meaning",
      "Mu copy and paste",
      "Mu LaTeX",
      "Mu Unicode",
      "how to type Mu"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use μ in plain text when a Unicode character is appropriate and the destination preserves U+03BC.",
      "Use \\mu in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Mu is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "nu",
    "symbol": "ν",
    "slug": "nu",
    "name": "Nu",
    "aliases": [
      "nu"
    ],
    "unicode": "U+03BD",
    "htmlEntity": "",
    "htmlDecimal": "&#957;",
    "latex": "\\nu",
    "mathml": "<mi>ν</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Often denotes frequency, degrees of freedom, or kinematic viscosity.",
    "usage": "Distinguish nu from the Latin letter v in fonts where they look similar.",
    "pronunciation": "nu",
    "examples": [
      "\\nu is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03BD.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nu and press Space when Word supports the command.",
      "iPhone": "Copy and paste ν, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ν, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ν or use Insert → Special characters. For structured math, use the equation editor and verify \\nu.",
      "excel": "Paste ν into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Nu (ν) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ν, identify the nu Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\nu), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ν; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ν as U+03BD; for structured equations, use \\nu in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Nu."
    ],
    "searchIntents": [
      "Nu symbol meaning",
      "Nu copy and paste",
      "Nu LaTeX",
      "Nu Unicode",
      "how to type Nu"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ν in plain text when a Unicode character is appropriate and the destination preserves U+03BD.",
      "Use \\nu in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Nu is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "xi",
    "symbol": "ξ",
    "slug": "xi",
    "name": "Xi",
    "aliases": [
      "xi"
    ],
    "unicode": "U+03BE",
    "htmlEntity": "",
    "htmlDecimal": "&#958;",
    "latex": "\\xi",
    "mathml": "<mi>ξ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents a random variable, damping variable, or generic coordinate.",
    "usage": "Define xi before use because its meaning is context dependent.",
    "pronunciation": "xi",
    "examples": [
      "\\xi is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03BE.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\xi and press Space when Word supports the command.",
      "iPhone": "Copy and paste ξ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ξ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ξ or use Insert → Special characters. For structured math, use the equation editor and verify \\xi.",
      "excel": "Paste ξ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Xi (ξ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ξ, identify the xi Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\xi), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ξ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ξ as U+03BE; for structured equations, use \\xi in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Xi."
    ],
    "searchIntents": [
      "Xi symbol meaning",
      "Xi copy and paste",
      "Xi LaTeX",
      "Xi Unicode",
      "how to type Xi"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ξ in plain text when a Unicode character is appropriate and the destination preserves U+03BE.",
      "Use \\xi in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Xi is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "omicron",
    "symbol": "ο",
    "slug": "omicron",
    "name": "Omicron",
    "aliases": [
      "omicron"
    ],
    "unicode": "U+03BF",
    "htmlEntity": "",
    "htmlDecimal": "&#959;",
    "latex": "o",
    "mathml": "<mi>ο</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "The Greek omicron letter, rarely used as a mathematical variable because it resembles Latin o.",
    "usage": "Avoid omicron where it could be confused with zero or the Latin letter o.",
    "pronunciation": "omicron",
    "examples": [
      "o is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03BF.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type o and press Space when Word supports the command.",
      "iPhone": "Copy and paste ο, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ο, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ο or use Insert → Special characters. For structured math, use the equation editor and verify o.",
      "excel": "Paste ο into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Omicron (ο) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ο, identify the omicron Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (o), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ο; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ο as U+03BF; for structured equations, use o in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Omicron."
    ],
    "searchIntents": [
      "Omicron symbol meaning",
      "Omicron copy and paste",
      "Omicron LaTeX",
      "Omicron Unicode",
      "how to type Omicron"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ο in plain text when a Unicode character is appropriate and the destination preserves U+03BF.",
      "Use o in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Omicron is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "rho",
    "symbol": "ρ",
    "slug": "rho",
    "name": "Rho",
    "aliases": [
      "rho"
    ],
    "unicode": "U+03C1",
    "htmlEntity": "",
    "htmlDecimal": "&#961;",
    "latex": "\\rho",
    "mathml": "<mi>ρ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents density, correlation, resistivity, or radial distance.",
    "usage": "Use rho with units for density or resistivity and define it for statistical correlation.",
    "pronunciation": "rho",
    "examples": [
      "\\rho is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03C1.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rho and press Space when Word supports the command.",
      "iPhone": "Copy and paste ρ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ρ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ρ or use Insert → Special characters. For structured math, use the equation editor and verify \\rho.",
      "excel": "Paste ρ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Rho (ρ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ρ, identify the rho Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\rho), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ρ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ρ as U+03C1; for structured equations, use \\rho in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rho."
    ],
    "searchIntents": [
      "Rho symbol meaning",
      "Rho copy and paste",
      "Rho LaTeX",
      "Rho Unicode",
      "how to type Rho"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ρ in plain text when a Unicode character is appropriate and the destination preserves U+03C1.",
      "Use \\rho in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rho is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "sigma",
    "symbol": "σ",
    "slug": "sigma",
    "name": "Sigma",
    "aliases": [
      "sigma"
    ],
    "unicode": "U+03C3",
    "htmlEntity": "",
    "htmlDecimal": "&#963;",
    "latex": "\\sigma",
    "mathml": "<mi>σ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents standard deviation, stress, conductivity, or a permutation.",
    "usage": "Lowercase sigma commonly denotes population standard deviation in statistics.",
    "pronunciation": "sigma",
    "examples": [
      "\\sigma is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03C3.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\sigma and press Space when Word supports the command.",
      "iPhone": "Copy and paste σ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste σ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste σ or use Insert → Special characters. For structured math, use the equation editor and verify \\sigma.",
      "excel": "Paste σ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Sigma (σ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy σ, identify the sigma Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\sigma), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for σ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy σ as U+03C3; for structured equations, use \\sigma in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Sigma."
    ],
    "searchIntents": [
      "Sigma symbol meaning",
      "Sigma copy and paste",
      "Sigma LaTeX",
      "Sigma Unicode",
      "how to type Sigma"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use σ in plain text when a Unicode character is appropriate and the destination preserves U+03C3.",
      "Use \\sigma in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Sigma is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "capital-sigma",
    "symbol": "Σ",
    "slug": "capital-sigma",
    "name": "Capital Sigma",
    "aliases": [
      "capital sigma"
    ],
    "unicode": "U+03A3",
    "htmlEntity": "",
    "htmlDecimal": "&#931;",
    "latex": "\\Sigma",
    "mathml": "<mi>Σ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents a covariance matrix, alphabet, or aggregate object.",
    "usage": "Do not confuse capital Sigma with the summation operator ∑.",
    "pronunciation": "capital sigma",
    "examples": [
      "\\Sigma is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03A3.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Sigma and press Space when Word supports the command.",
      "iPhone": "Copy and paste Σ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste Σ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste Σ or use Insert → Special characters. For structured math, use the equation editor and verify \\Sigma.",
      "excel": "Paste Σ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Capital Sigma (Σ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy Σ, identify the capital sigma Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\Sigma), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for Σ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy Σ as U+03A3; for structured equations, use \\Sigma in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Capital Sigma."
    ],
    "searchIntents": [
      "Capital Sigma symbol meaning",
      "Capital Sigma copy and paste",
      "Capital Sigma LaTeX",
      "Capital Sigma Unicode",
      "how to type Capital Sigma"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use Σ in plain text when a Unicode character is appropriate and the destination preserves U+03A3.",
      "Use \\Sigma in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Capital Sigma is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "tau",
    "symbol": "τ",
    "slug": "tau",
    "name": "Tau",
    "aliases": [
      "tau"
    ],
    "unicode": "U+03C4",
    "htmlEntity": "",
    "htmlDecimal": "&#964;",
    "latex": "\\tau",
    "mathml": "<mi>τ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents torque, time constant, shear stress, or the circle constant 2π.",
    "usage": "Define tau and include units when it is a physical quantity.",
    "pronunciation": "tau",
    "examples": [
      "\\tau is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03C4.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\tau and press Space when Word supports the command.",
      "iPhone": "Copy and paste τ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste τ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste τ or use Insert → Special characters. For structured math, use the equation editor and verify \\tau.",
      "excel": "Paste τ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Tau (τ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy τ, identify the tau Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\tau), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for τ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy τ as U+03C4; for structured equations, use \\tau in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Tau."
    ],
    "searchIntents": [
      "Tau symbol meaning",
      "Tau copy and paste",
      "Tau LaTeX",
      "Tau Unicode",
      "how to type Tau"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use τ in plain text when a Unicode character is appropriate and the destination preserves U+03C4.",
      "Use \\tau in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Tau is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "upsilon",
    "symbol": "υ",
    "slug": "upsilon",
    "name": "Upsilon",
    "aliases": [
      "upsilon"
    ],
    "unicode": "U+03C5",
    "htmlEntity": "",
    "htmlDecimal": "&#965;",
    "latex": "\\upsilon",
    "mathml": "<mi>υ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "A Greek letter used occasionally for particles or generic variables.",
    "usage": "Define upsilon explicitly because conventions are field specific.",
    "pronunciation": "upsilon",
    "examples": [
      "\\upsilon is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03C5.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\upsilon and press Space when Word supports the command.",
      "iPhone": "Copy and paste υ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste υ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste υ or use Insert → Special characters. For structured math, use the equation editor and verify \\upsilon.",
      "excel": "Paste υ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Upsilon (υ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy υ, identify the upsilon Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\upsilon), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for υ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy υ as U+03C5; for structured equations, use \\upsilon in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Upsilon."
    ],
    "searchIntents": [
      "Upsilon symbol meaning",
      "Upsilon copy and paste",
      "Upsilon LaTeX",
      "Upsilon Unicode",
      "how to type Upsilon"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use υ in plain text when a Unicode character is appropriate and the destination preserves U+03C5.",
      "Use \\upsilon in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Upsilon is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "phi",
    "symbol": "φ",
    "slug": "phi",
    "name": "Phi",
    "aliases": [
      "phi"
    ],
    "unicode": "U+03C6",
    "htmlEntity": "",
    "htmlDecimal": "&#966;",
    "latex": "\\phi",
    "mathml": "<mi>φ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents an angle, phase, potential, golden ratio, or probability density.",
    "usage": "Use phi or varphi consistently and state which quantity it denotes.",
    "pronunciation": "phi",
    "examples": [
      "\\phi is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03C6.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\phi and press Space when Word supports the command.",
      "iPhone": "Copy and paste φ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste φ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste φ or use Insert → Special characters. For structured math, use the equation editor and verify \\phi.",
      "excel": "Paste φ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Phi (φ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy φ, identify the phi Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\phi), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for φ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy φ as U+03C6; for structured equations, use \\phi in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Phi."
    ],
    "searchIntents": [
      "Phi symbol meaning",
      "Phi copy and paste",
      "Phi LaTeX",
      "Phi Unicode",
      "how to type Phi"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use φ in plain text when a Unicode character is appropriate and the destination preserves U+03C6.",
      "Use \\phi in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Phi is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "varphi",
    "symbol": "ϕ",
    "slug": "varphi",
    "name": "Curly Phi",
    "aliases": [
      "curly phi"
    ],
    "unicode": "U+03D5",
    "htmlEntity": "",
    "htmlDecimal": "&#981;",
    "latex": "\\varphi",
    "mathml": "<mi>ϕ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "An alternate phi glyph often used for functions, angles, or potentials.",
    "usage": "Use varphi to distinguish two phi-like variables or match a house style.",
    "pronunciation": "curly phi",
    "examples": [
      "\\varphi is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03D5.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\varphi and press Space when Word supports the command.",
      "iPhone": "Copy and paste ϕ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ϕ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ϕ or use Insert → Special characters. For structured math, use the equation editor and verify \\varphi.",
      "excel": "Paste ϕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Curly Phi (ϕ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ϕ, identify the curly phi Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\varphi), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ϕ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ϕ as U+03D5; for structured equations, use \\varphi in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Curly Phi."
    ],
    "searchIntents": [
      "Curly Phi symbol meaning",
      "Curly Phi copy and paste",
      "Curly Phi LaTeX",
      "Curly Phi Unicode",
      "how to type Curly Phi"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ϕ in plain text when a Unicode character is appropriate and the destination preserves U+03D5.",
      "Use \\varphi in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Curly Phi is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "chi",
    "symbol": "χ",
    "slug": "chi",
    "name": "Chi",
    "aliases": [
      "chi"
    ],
    "unicode": "U+03C7",
    "htmlEntity": "",
    "htmlDecimal": "&#967;",
    "latex": "\\chi",
    "mathml": "<mi>χ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents the chi-square statistic, susceptibility, characteristic function, or Euler characteristic.",
    "usage": "Use chi with a superscript 2 for the chi-square statistic.",
    "pronunciation": "chi",
    "examples": [
      "\\chi is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03C7.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\chi and press Space when Word supports the command.",
      "iPhone": "Copy and paste χ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste χ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste χ or use Insert → Special characters. For structured math, use the equation editor and verify \\chi.",
      "excel": "Paste χ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Chi (χ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy χ, identify the chi Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\chi), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for χ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy χ as U+03C7; for structured equations, use \\chi in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Chi."
    ],
    "searchIntents": [
      "Chi symbol meaning",
      "Chi copy and paste",
      "Chi LaTeX",
      "Chi Unicode",
      "how to type Chi"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use χ in plain text when a Unicode character is appropriate and the destination preserves U+03C7.",
      "Use \\chi in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Chi is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "psi",
    "symbol": "ψ",
    "slug": "psi",
    "name": "Psi",
    "aliases": [
      "psi"
    ],
    "unicode": "U+03C8",
    "htmlEntity": "",
    "htmlDecimal": "&#968;",
    "latex": "\\psi",
    "mathml": "<mi>ψ</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents a wavefunction, stream function, or generic function.",
    "usage": "In quantum mechanics, psi commonly denotes a state wavefunction.",
    "pronunciation": "psi",
    "examples": [
      "\\psi is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03C8.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\psi and press Space when Word supports the command.",
      "iPhone": "Copy and paste ψ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ψ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ψ or use Insert → Special characters. For structured math, use the equation editor and verify \\psi.",
      "excel": "Paste ψ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Psi (ψ) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ψ, identify the psi Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\psi), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ψ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ψ as U+03C8; for structured equations, use \\psi in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Psi."
    ],
    "searchIntents": [
      "Psi symbol meaning",
      "Psi copy and paste",
      "Psi LaTeX",
      "Psi Unicode",
      "how to type Psi"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ψ in plain text when a Unicode character is appropriate and the destination preserves U+03C8.",
      "Use \\psi in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Psi is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "omega",
    "symbol": "ω",
    "slug": "omega",
    "name": "Omega",
    "aliases": [
      "omega"
    ],
    "unicode": "U+03C9",
    "htmlEntity": "",
    "htmlDecimal": "&#969;",
    "latex": "\\omega",
    "mathml": "<mi>ω</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents angular frequency, an outcome, or the first infinite ordinal.",
    "usage": "Use lowercase omega for angular frequency and include radians per second when physical.",
    "pronunciation": "omega",
    "examples": [
      "\\omega is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03C9.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\omega and press Space when Word supports the command.",
      "iPhone": "Copy and paste ω, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ω, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ω or use Insert → Special characters. For structured math, use the equation editor and verify \\omega.",
      "excel": "Paste ω into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Omega (ω) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy ω, identify the omega Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\omega), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ω; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ω as U+03C9; for structured equations, use \\omega in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Omega."
    ],
    "searchIntents": [
      "Omega symbol meaning",
      "Omega copy and paste",
      "Omega LaTeX",
      "Omega Unicode",
      "how to type Omega"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use ω in plain text when a Unicode character is appropriate and the destination preserves U+03C9.",
      "Use \\omega in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Omega is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "capital-omega",
    "symbol": "Ω",
    "slug": "capital-omega",
    "name": "Capital Omega",
    "aliases": [
      "capital omega"
    ],
    "unicode": "U+03A9",
    "htmlEntity": "",
    "htmlDecimal": "&#937;",
    "latex": "\\Omega",
    "mathml": "<mi>Ω</mi>",
    "categories": [
      "greek"
    ],
    "meaning": "Represents ohms, a sample space, asymptotic lower bound, or a domain.",
    "usage": "Use upright Ω for the ohm unit and italic capital Omega for variables.",
    "pronunciation": "capital omega",
    "examples": [
      "\\Omega is used as a defined variable in an equation."
    ],
    "relatedSymbols": [
      "pi",
      "delta",
      "population-mean",
      "standard-deviation"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03A9.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Omega and press Space when Word supports the command.",
      "iPhone": "Copy and paste Ω, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste Ω, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste Ω or use Insert → Special characters. For structured math, use the equation editor and verify \\Omega.",
      "excel": "Paste Ω into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Capital Omega (Ω) Greek Letter: Meaning, Unicode & LaTeX",
      "description": "Copy Ω, identify the capital omega Greek letter, compare its common mathematical uses, and get Unicode, LaTeX (\\Omega), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for Ω; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy Ω as U+03A9; for structured equations, use \\Omega in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Capital Omega."
    ],
    "searchIntents": [
      "Capital Omega symbol meaning",
      "Capital Omega copy and paste",
      "Capital Omega LaTeX",
      "Capital Omega Unicode",
      "how to type Capital Omega"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "useCases": [
      "Use Ω in plain text when a Unicode character is appropriate and the destination preserves U+03A9.",
      "Use \\Omega in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Capital Omega is used in greek with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "greek-letter",
    "primaryIntent": "identify the Greek letter, compare field-specific meanings, and type it correctly",
    "semanticRole": "A Greek letter used as a variable, parameter, angle, coefficient, or field-specific label.",
    "commonDomains": [
      "Greek Letters"
    ],
    "confusableCharacters": [
      "π — Pi",
      "Δ — Delta",
      "μ — Population Mean"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "superscript-zero",
    "symbol": "⁰",
    "slug": "superscript-zero",
    "name": "Superscript Zero",
    "aliases": [
      "raised 0"
    ],
    "unicode": "U+2070",
    "htmlEntity": "",
    "htmlDecimal": "&#8304;",
    "latex": "^{0}",
    "mathml": "<mn>⁰</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 0.",
    "usage": "For Superscript Zero (⁰), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript zero",
    "examples": [
      "x⁰"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-one",
      "superscript-three"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2070.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{0} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁰, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁰, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁰ or use Insert → Special characters. For structured math, use the equation editor and verify ^{0}.",
      "excel": "Paste ⁰ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Zero (⁰): Copy, Unicode & LaTeX",
      "description": "Copy ⁰, learn the meaning and semantic role of superscript zero, and get Unicode, LaTeX (^{0}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁰ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁰ as U+2070; for structured equations, use ^{0} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Zero."
    ],
    "searchIntents": [
      "Superscript Zero symbol meaning",
      "Superscript Zero copy and paste",
      "Superscript Zero LaTeX",
      "Superscript Zero Unicode",
      "how to type Superscript Zero"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "¹ — Superscript One"
    ],
    "useCases": [
      "Use ⁰ in plain text when a Unicode character is appropriate and the destination preserves U+2070.",
      "Use ^{0} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Zero is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "¹ — Superscript One"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-one",
    "symbol": "¹",
    "slug": "superscript-one",
    "name": "Superscript One",
    "aliases": [
      "raised 1"
    ],
    "unicode": "U+00B9",
    "htmlEntity": "",
    "htmlDecimal": "&#185;",
    "latex": "^{1}",
    "mathml": "<mn>¹</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 1.",
    "usage": "For Superscript One (¹), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript one",
    "examples": [
      "x¹"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-three"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+00B9.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{1} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ¹, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ¹, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ¹ or use Insert → Special characters. For structured math, use the equation editor and verify ^{1}.",
      "excel": "Paste ¹ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript One (¹): Copy, Unicode & LaTeX",
      "description": "Copy ¹, learn the meaning and semantic role of superscript one, and get Unicode, LaTeX (^{1}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ¹ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ¹ as U+00B9; for structured equations, use ^{1} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript One."
    ],
    "searchIntents": [
      "Superscript One symbol meaning",
      "Superscript One copy and paste",
      "Superscript One LaTeX",
      "Superscript One Unicode",
      "how to type Superscript One"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ¹ in plain text when a Unicode character is appropriate and the destination preserves U+00B9.",
      "Use ^{1} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript One is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-three",
    "symbol": "³",
    "slug": "superscript-three",
    "name": "Superscript Three",
    "aliases": [
      "raised 3"
    ],
    "unicode": "U+00B3",
    "htmlEntity": "",
    "htmlDecimal": "&#179;",
    "latex": "^{3}",
    "mathml": "<mn>³</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 3.",
    "usage": "For Superscript Three (³), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript three",
    "examples": [
      "x³"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+00B3.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{3} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ³, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ³, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ³ or use Insert → Special characters. For structured math, use the equation editor and verify ^{3}.",
      "excel": "Paste ³ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Three (³): Copy, Unicode & LaTeX",
      "description": "Copy ³, learn the meaning and semantic role of superscript three, and get Unicode, LaTeX (^{3}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ³ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ³ as U+00B3; for structured equations, use ^{3} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Three."
    ],
    "searchIntents": [
      "Superscript Three symbol meaning",
      "Superscript Three copy and paste",
      "Superscript Three LaTeX",
      "Superscript Three Unicode",
      "how to type Superscript Three"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ³ in plain text when a Unicode character is appropriate and the destination preserves U+00B3.",
      "Use ^{3} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Three is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-four",
    "symbol": "⁴",
    "slug": "superscript-four",
    "name": "Superscript Four",
    "aliases": [
      "raised 4"
    ],
    "unicode": "U+2074",
    "htmlEntity": "",
    "htmlDecimal": "&#8308;",
    "latex": "^{4}",
    "mathml": "<mn>⁴</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 4.",
    "usage": "For Superscript Four (⁴), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript four",
    "examples": [
      "x⁴"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2074.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{4} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁴, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁴, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁴ or use Insert → Special characters. For structured math, use the equation editor and verify ^{4}.",
      "excel": "Paste ⁴ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Four (⁴): Copy, Unicode & LaTeX",
      "description": "Copy ⁴, learn the meaning and semantic role of superscript four, and get Unicode, LaTeX (^{4}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁴ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁴ as U+2074; for structured equations, use ^{4} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Four."
    ],
    "searchIntents": [
      "Superscript Four symbol meaning",
      "Superscript Four copy and paste",
      "Superscript Four LaTeX",
      "Superscript Four Unicode",
      "how to type Superscript Four"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁴ in plain text when a Unicode character is appropriate and the destination preserves U+2074.",
      "Use ^{4} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Four is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-five",
    "symbol": "⁵",
    "slug": "superscript-five",
    "name": "Superscript Five",
    "aliases": [
      "raised 5"
    ],
    "unicode": "U+2075",
    "htmlEntity": "",
    "htmlDecimal": "&#8309;",
    "latex": "^{5}",
    "mathml": "<mn>⁵</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 5.",
    "usage": "For Superscript Five (⁵), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript five",
    "examples": [
      "x⁵"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2075.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{5} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁵, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁵, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁵ or use Insert → Special characters. For structured math, use the equation editor and verify ^{5}.",
      "excel": "Paste ⁵ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Five (⁵): Copy, Unicode & LaTeX",
      "description": "Copy ⁵, learn the meaning and semantic role of superscript five, and get Unicode, LaTeX (^{5}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁵ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁵ as U+2075; for structured equations, use ^{5} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Five."
    ],
    "searchIntents": [
      "Superscript Five symbol meaning",
      "Superscript Five copy and paste",
      "Superscript Five LaTeX",
      "Superscript Five Unicode",
      "how to type Superscript Five"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁵ in plain text when a Unicode character is appropriate and the destination preserves U+2075.",
      "Use ^{5} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Five is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-six",
    "symbol": "⁶",
    "slug": "superscript-six",
    "name": "Superscript Six",
    "aliases": [
      "raised 6"
    ],
    "unicode": "U+2076",
    "htmlEntity": "",
    "htmlDecimal": "&#8310;",
    "latex": "^{6}",
    "mathml": "<mn>⁶</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 6.",
    "usage": "For Superscript Six (⁶), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript six",
    "examples": [
      "x⁶"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2076.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{6} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁶, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁶, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁶ or use Insert → Special characters. For structured math, use the equation editor and verify ^{6}.",
      "excel": "Paste ⁶ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Six (⁶): Copy, Unicode & LaTeX",
      "description": "Copy ⁶, learn the meaning and semantic role of superscript six, and get Unicode, LaTeX (^{6}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁶ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁶ as U+2076; for structured equations, use ^{6} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Six."
    ],
    "searchIntents": [
      "Superscript Six symbol meaning",
      "Superscript Six copy and paste",
      "Superscript Six LaTeX",
      "Superscript Six Unicode",
      "how to type Superscript Six"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁶ in plain text when a Unicode character is appropriate and the destination preserves U+2076.",
      "Use ^{6} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Six is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-seven",
    "symbol": "⁷",
    "slug": "superscript-seven",
    "name": "Superscript Seven",
    "aliases": [
      "raised 7"
    ],
    "unicode": "U+2077",
    "htmlEntity": "",
    "htmlDecimal": "&#8311;",
    "latex": "^{7}",
    "mathml": "<mn>⁷</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 7.",
    "usage": "For Superscript Seven (⁷), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript seven",
    "examples": [
      "x⁷"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2077.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{7} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁷, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁷, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁷ or use Insert → Special characters. For structured math, use the equation editor and verify ^{7}.",
      "excel": "Paste ⁷ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Seven (⁷): Copy, Unicode & LaTeX",
      "description": "Copy ⁷, learn the meaning and semantic role of superscript seven, and get Unicode, LaTeX (^{7}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁷ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁷ as U+2077; for structured equations, use ^{7} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Seven."
    ],
    "searchIntents": [
      "Superscript Seven symbol meaning",
      "Superscript Seven copy and paste",
      "Superscript Seven LaTeX",
      "Superscript Seven Unicode",
      "how to type Superscript Seven"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁷ in plain text when a Unicode character is appropriate and the destination preserves U+2077.",
      "Use ^{7} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Seven is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-eight",
    "symbol": "⁸",
    "slug": "superscript-eight",
    "name": "Superscript Eight",
    "aliases": [
      "raised 8"
    ],
    "unicode": "U+2078",
    "htmlEntity": "",
    "htmlDecimal": "&#8312;",
    "latex": "^{8}",
    "mathml": "<mn>⁸</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 8.",
    "usage": "For Superscript Eight (⁸), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript eight",
    "examples": [
      "x⁸"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2078.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{8} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁸, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁸, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁸ or use Insert → Special characters. For structured math, use the equation editor and verify ^{8}.",
      "excel": "Paste ⁸ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Eight (⁸): Copy, Unicode & LaTeX",
      "description": "Copy ⁸, learn the meaning and semantic role of superscript eight, and get Unicode, LaTeX (^{8}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁸ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁸ as U+2078; for structured equations, use ^{8} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Eight."
    ],
    "searchIntents": [
      "Superscript Eight symbol meaning",
      "Superscript Eight copy and paste",
      "Superscript Eight LaTeX",
      "Superscript Eight Unicode",
      "how to type Superscript Eight"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁸ in plain text when a Unicode character is appropriate and the destination preserves U+2078.",
      "Use ^{8} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Eight is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-nine",
    "symbol": "⁹",
    "slug": "superscript-nine",
    "name": "Superscript Nine",
    "aliases": [
      "raised 9"
    ],
    "unicode": "U+2079",
    "htmlEntity": "",
    "htmlDecimal": "&#8313;",
    "latex": "^{9}",
    "mathml": "<mn>⁹</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of 9.",
    "usage": "For Superscript Nine (⁹), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript nine",
    "examples": [
      "x⁹"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2079.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{9} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁹, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁹, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁹ or use Insert → Special characters. For structured math, use the equation editor and verify ^{9}.",
      "excel": "Paste ⁹ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Nine (⁹): Copy, Unicode & LaTeX",
      "description": "Copy ⁹, learn the meaning and semantic role of superscript nine, and get Unicode, LaTeX (^{9}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁹ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁹ as U+2079; for structured equations, use ^{9} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Nine."
    ],
    "searchIntents": [
      "Superscript Nine symbol meaning",
      "Superscript Nine copy and paste",
      "Superscript Nine LaTeX",
      "Superscript Nine Unicode",
      "how to type Superscript Nine"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁹ in plain text when a Unicode character is appropriate and the destination preserves U+2079.",
      "Use ^{9} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Nine is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "superscript-plus",
    "symbol": "⁺",
    "slug": "superscript-plus",
    "name": "Superscript Plus",
    "aliases": [
      "raised +"
    ],
    "unicode": "U+207A",
    "htmlEntity": "",
    "htmlDecimal": "&#8314;",
    "latex": "^{+}",
    "mathml": "<mo>⁺</mo>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of +.",
    "usage": "For Superscript Plus (⁺), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript plus",
    "examples": [
      "x⁺"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+207A.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{+} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁺, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁺, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁺ or use Insert → Special characters. For structured math, use the equation editor and verify ^{+}.",
      "excel": "Paste ⁺ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Plus (⁺): Copy, Unicode & LaTeX",
      "description": "Copy ⁺, learn the meaning and semantic role of superscript plus, and get Unicode, LaTeX (^{+}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁺ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁺ as U+207A; for structured equations, use ^{+} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Plus."
    ],
    "searchIntents": [
      "Superscript Plus symbol meaning",
      "Superscript Plus copy and paste",
      "Superscript Plus LaTeX",
      "Superscript Plus Unicode",
      "how to type Superscript Plus"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁺ in plain text when a Unicode character is appropriate and the destination preserves U+207A.",
      "Use ^{+} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Plus is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-operator",
    "primaryIntent": "copy the scripted mark and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted operator or delimiter.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superscript-minus",
    "symbol": "⁻",
    "slug": "superscript-minus",
    "name": "Superscript Minus",
    "aliases": [
      "raised -"
    ],
    "unicode": "U+207B",
    "htmlEntity": "",
    "htmlDecimal": "&#8315;",
    "latex": "^{-}",
    "mathml": "<mo>⁻</mo>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of -.",
    "usage": "For Superscript Minus (⁻), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript minus",
    "examples": [
      "x⁻"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+207B.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{-} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁻, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁻, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁻ or use Insert → Special characters. For structured math, use the equation editor and verify ^{-}.",
      "excel": "Paste ⁻ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Minus (⁻): Copy, Unicode & LaTeX",
      "description": "Copy ⁻, learn the meaning and semantic role of superscript minus, and get Unicode, LaTeX (^{-}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁻ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁻ as U+207B; for structured equations, use ^{-} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Minus."
    ],
    "searchIntents": [
      "Superscript Minus symbol meaning",
      "Superscript Minus copy and paste",
      "Superscript Minus LaTeX",
      "Superscript Minus Unicode",
      "how to type Superscript Minus"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁻ in plain text when a Unicode character is appropriate and the destination preserves U+207B.",
      "Use ^{-} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Minus is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-operator",
    "primaryIntent": "copy the scripted mark and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted operator or delimiter.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superscript-n",
    "symbol": "ⁿ",
    "slug": "superscript-n",
    "name": "Superscript N",
    "aliases": [
      "raised n"
    ],
    "unicode": "U+207F",
    "htmlEntity": "",
    "htmlDecimal": "&#8319;",
    "latex": "^{n}",
    "mathml": "<mi>ⁿ</mi>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of n.",
    "usage": "For Superscript N (ⁿ), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript n",
    "examples": [
      "xⁿ"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+207F.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{n} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁿ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁿ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁿ or use Insert → Special characters. For structured math, use the equation editor and verify ^{n}.",
      "excel": "Paste ⁿ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript N (ⁿ): Copy, Unicode & LaTeX",
      "description": "Copy ⁿ, learn the meaning and semantic role of superscript n, and get Unicode, LaTeX (^{n}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁿ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁿ as U+207F; for structured equations, use ^{n} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript N."
    ],
    "searchIntents": [
      "Superscript N symbol meaning",
      "Superscript N copy and paste",
      "Superscript N LaTeX",
      "Superscript N Unicode",
      "how to type Superscript N"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁿ in plain text when a Unicode character is appropriate and the destination preserves U+207F.",
      "Use ^{n} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript N is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "superscript-i",
    "symbol": "ⁱ",
    "slug": "superscript-i",
    "name": "Superscript I",
    "aliases": [
      "raised i"
    ],
    "unicode": "U+2071",
    "htmlEntity": "",
    "htmlDecimal": "&#8305;",
    "latex": "^{i}",
    "mathml": "<mi>ⁱ</mi>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode superscript form of i.",
    "usage": "For Superscript I (ⁱ), use it in plain text for compact exponents or labels; use semantic math markup for complex expressions.",
    "pronunciation": "superscript i",
    "examples": [
      "xⁱ"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2071.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{i} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁱ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁱ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁱ or use Insert → Special characters. For structured math, use the equation editor and verify ^{i}.",
      "excel": "Paste ⁱ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript I (ⁱ): Copy, Unicode & LaTeX",
      "description": "Copy ⁱ, learn the meaning and semantic role of superscript i, and get Unicode, LaTeX (^{i}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⁱ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⁱ as U+2071; for structured equations, use ^{i} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript I."
    ],
    "searchIntents": [
      "Superscript I symbol meaning",
      "Superscript I copy and paste",
      "Superscript I LaTeX",
      "Superscript I Unicode",
      "how to type Superscript I"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁱ in plain text when a Unicode character is appropriate and the destination preserves U+2071.",
      "Use ^{i} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript I is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-zero",
    "symbol": "₀",
    "slug": "subscript-zero",
    "name": "Subscript Zero",
    "aliases": [
      "lowered 0"
    ],
    "unicode": "U+2080",
    "htmlEntity": "",
    "htmlDecimal": "&#8320;",
    "latex": "_{0}",
    "mathml": "<mn>₀</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 0.",
    "usage": "For Subscript Zero (₀), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript zero",
    "examples": [
      "a₀"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2080.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{0} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₀ or use Insert → Special characters. For structured math, use the equation editor and verify _{0}.",
      "excel": "Paste ₀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Zero (₀): Copy, Unicode & LaTeX",
      "description": "Copy ₀, learn the meaning and semantic role of subscript zero, and get Unicode, LaTeX (_{0}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₀ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₀ as U+2080; for structured equations, use _{0} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Zero."
    ],
    "searchIntents": [
      "Subscript Zero symbol meaning",
      "Subscript Zero copy and paste",
      "Subscript Zero LaTeX",
      "Subscript Zero Unicode",
      "how to type Subscript Zero"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₀ in plain text when a Unicode character is appropriate and the destination preserves U+2080.",
      "Use _{0} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Zero is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-two",
    "symbol": "₂",
    "slug": "subscript-two",
    "name": "Subscript Two",
    "aliases": [
      "lowered 2"
    ],
    "unicode": "U+2082",
    "htmlEntity": "",
    "htmlDecimal": "&#8322;",
    "latex": "_{2}",
    "mathml": "<mn>₂</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 2.",
    "usage": "For Subscript Two (₂), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript two",
    "examples": [
      "a₂"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2082.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{2} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₂ or use Insert → Special characters. For structured math, use the equation editor and verify _{2}.",
      "excel": "Paste ₂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Two (₂): Copy, Unicode & LaTeX",
      "description": "Copy ₂, learn the meaning and semantic role of subscript two, and get Unicode, LaTeX (_{2}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₂ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₂ as U+2082; for structured equations, use _{2} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Two."
    ],
    "searchIntents": [
      "Subscript Two symbol meaning",
      "Subscript Two copy and paste",
      "Subscript Two LaTeX",
      "Subscript Two Unicode",
      "how to type Subscript Two"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₂ in plain text when a Unicode character is appropriate and the destination preserves U+2082.",
      "Use _{2} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Two is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-three",
    "symbol": "₃",
    "slug": "subscript-three",
    "name": "Subscript Three",
    "aliases": [
      "lowered 3"
    ],
    "unicode": "U+2083",
    "htmlEntity": "",
    "htmlDecimal": "&#8323;",
    "latex": "_{3}",
    "mathml": "<mn>₃</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 3.",
    "usage": "For Subscript Three (₃), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript three",
    "examples": [
      "a₃"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2083.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{3} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₃ or use Insert → Special characters. For structured math, use the equation editor and verify _{3}.",
      "excel": "Paste ₃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Three (₃): Copy, Unicode & LaTeX",
      "description": "Copy ₃, learn the meaning and semantic role of subscript three, and get Unicode, LaTeX (_{3}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₃ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₃ as U+2083; for structured equations, use _{3} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Three."
    ],
    "searchIntents": [
      "Subscript Three symbol meaning",
      "Subscript Three copy and paste",
      "Subscript Three LaTeX",
      "Subscript Three Unicode",
      "how to type Subscript Three"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₃ in plain text when a Unicode character is appropriate and the destination preserves U+2083.",
      "Use _{3} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Three is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-four",
    "symbol": "₄",
    "slug": "subscript-four",
    "name": "Subscript Four",
    "aliases": [
      "lowered 4"
    ],
    "unicode": "U+2084",
    "htmlEntity": "",
    "htmlDecimal": "&#8324;",
    "latex": "_{4}",
    "mathml": "<mn>₄</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 4.",
    "usage": "For Subscript Four (₄), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript four",
    "examples": [
      "a₄"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2084.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{4} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₄ or use Insert → Special characters. For structured math, use the equation editor and verify _{4}.",
      "excel": "Paste ₄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Four (₄): Copy, Unicode & LaTeX",
      "description": "Copy ₄, learn the meaning and semantic role of subscript four, and get Unicode, LaTeX (_{4}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₄ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₄ as U+2084; for structured equations, use _{4} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Four."
    ],
    "searchIntents": [
      "Subscript Four symbol meaning",
      "Subscript Four copy and paste",
      "Subscript Four LaTeX",
      "Subscript Four Unicode",
      "how to type Subscript Four"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₄ in plain text when a Unicode character is appropriate and the destination preserves U+2084.",
      "Use _{4} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Four is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-five",
    "symbol": "₅",
    "slug": "subscript-five",
    "name": "Subscript Five",
    "aliases": [
      "lowered 5"
    ],
    "unicode": "U+2085",
    "htmlEntity": "",
    "htmlDecimal": "&#8325;",
    "latex": "_{5}",
    "mathml": "<mn>₅</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 5.",
    "usage": "For Subscript Five (₅), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript five",
    "examples": [
      "a₅"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2085.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{5} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₅ or use Insert → Special characters. For structured math, use the equation editor and verify _{5}.",
      "excel": "Paste ₅ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Five (₅): Copy, Unicode & LaTeX",
      "description": "Copy ₅, learn the meaning and semantic role of subscript five, and get Unicode, LaTeX (_{5}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₅ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₅ as U+2085; for structured equations, use _{5} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Five."
    ],
    "searchIntents": [
      "Subscript Five symbol meaning",
      "Subscript Five copy and paste",
      "Subscript Five LaTeX",
      "Subscript Five Unicode",
      "how to type Subscript Five"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₅ in plain text when a Unicode character is appropriate and the destination preserves U+2085.",
      "Use _{5} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Five is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-six",
    "symbol": "₆",
    "slug": "subscript-six",
    "name": "Subscript Six",
    "aliases": [
      "lowered 6"
    ],
    "unicode": "U+2086",
    "htmlEntity": "",
    "htmlDecimal": "&#8326;",
    "latex": "_{6}",
    "mathml": "<mn>₆</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 6.",
    "usage": "For Subscript Six (₆), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript six",
    "examples": [
      "a₆"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2086.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{6} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₆ or use Insert → Special characters. For structured math, use the equation editor and verify _{6}.",
      "excel": "Paste ₆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Six (₆): Copy, Unicode & LaTeX",
      "description": "Copy ₆, learn the meaning and semantic role of subscript six, and get Unicode, LaTeX (_{6}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₆ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₆ as U+2086; for structured equations, use _{6} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Six."
    ],
    "searchIntents": [
      "Subscript Six symbol meaning",
      "Subscript Six copy and paste",
      "Subscript Six LaTeX",
      "Subscript Six Unicode",
      "how to type Subscript Six"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₆ in plain text when a Unicode character is appropriate and the destination preserves U+2086.",
      "Use _{6} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Six is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-seven",
    "symbol": "₇",
    "slug": "subscript-seven",
    "name": "Subscript Seven",
    "aliases": [
      "lowered 7"
    ],
    "unicode": "U+2087",
    "htmlEntity": "",
    "htmlDecimal": "&#8327;",
    "latex": "_{7}",
    "mathml": "<mn>₇</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 7.",
    "usage": "For Subscript Seven (₇), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript seven",
    "examples": [
      "a₇"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2087.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{7} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₇ or use Insert → Special characters. For structured math, use the equation editor and verify _{7}.",
      "excel": "Paste ₇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Seven (₇): Copy, Unicode & LaTeX",
      "description": "Copy ₇, learn the meaning and semantic role of subscript seven, and get Unicode, LaTeX (_{7}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₇ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₇ as U+2087; for structured equations, use _{7} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Seven."
    ],
    "searchIntents": [
      "Subscript Seven symbol meaning",
      "Subscript Seven copy and paste",
      "Subscript Seven LaTeX",
      "Subscript Seven Unicode",
      "how to type Subscript Seven"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₇ in plain text when a Unicode character is appropriate and the destination preserves U+2087.",
      "Use _{7} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Seven is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-eight",
    "symbol": "₈",
    "slug": "subscript-eight",
    "name": "Subscript Eight",
    "aliases": [
      "lowered 8"
    ],
    "unicode": "U+2088",
    "htmlEntity": "",
    "htmlDecimal": "&#8328;",
    "latex": "_{8}",
    "mathml": "<mn>₈</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 8.",
    "usage": "For Subscript Eight (₈), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript eight",
    "examples": [
      "a₈"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2088.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{8} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₈ or use Insert → Special characters. For structured math, use the equation editor and verify _{8}.",
      "excel": "Paste ₈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Eight (₈): Copy, Unicode & LaTeX",
      "description": "Copy ₈, learn the meaning and semantic role of subscript eight, and get Unicode, LaTeX (_{8}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₈ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₈ as U+2088; for structured equations, use _{8} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Eight."
    ],
    "searchIntents": [
      "Subscript Eight symbol meaning",
      "Subscript Eight copy and paste",
      "Subscript Eight LaTeX",
      "Subscript Eight Unicode",
      "how to type Subscript Eight"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₈ in plain text when a Unicode character is appropriate and the destination preserves U+2088.",
      "Use _{8} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Eight is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-nine",
    "symbol": "₉",
    "slug": "subscript-nine",
    "name": "Subscript Nine",
    "aliases": [
      "lowered 9"
    ],
    "unicode": "U+2089",
    "htmlEntity": "",
    "htmlDecimal": "&#8329;",
    "latex": "_{9}",
    "mathml": "<mn>₉</mn>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of 9.",
    "usage": "For Subscript Nine (₉), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript nine",
    "examples": [
      "a₉"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2089.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{9} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₉ or use Insert → Special characters. For structured math, use the equation editor and verify _{9}.",
      "excel": "Paste ₉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Nine (₉): Copy, Unicode & LaTeX",
      "description": "Copy ₉, learn the meaning and semantic role of subscript nine, and get Unicode, LaTeX (_{9}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₉ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₉ as U+2089; for structured equations, use _{9} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Nine."
    ],
    "searchIntents": [
      "Subscript Nine symbol meaning",
      "Subscript Nine copy and paste",
      "Subscript Nine LaTeX",
      "Subscript Nine Unicode",
      "how to type Subscript Nine"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₉ in plain text when a Unicode character is appropriate and the destination preserves U+2089.",
      "Use _{9} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Nine is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "numeric-script",
    "primaryIntent": "copy the Unicode script character and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a superscript or subscript number.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mn"
  },
  {
    "id": "subscript-plus",
    "symbol": "₊",
    "slug": "subscript-plus",
    "name": "Subscript Plus",
    "aliases": [
      "lowered +"
    ],
    "unicode": "U+208A",
    "htmlEntity": "",
    "htmlDecimal": "&#8330;",
    "latex": "_{+}",
    "mathml": "<mo>₊</mo>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of +.",
    "usage": "For Subscript Plus (₊), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript plus",
    "examples": [
      "a₊"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+208A.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{+} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₊ or use Insert → Special characters. For structured math, use the equation editor and verify _{+}.",
      "excel": "Paste ₊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Plus (₊): Copy, Unicode & LaTeX",
      "description": "Copy ₊, learn the meaning and semantic role of subscript plus, and get Unicode, LaTeX (_{+}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₊ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₊ as U+208A; for structured equations, use _{+} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Plus."
    ],
    "searchIntents": [
      "Subscript Plus symbol meaning",
      "Subscript Plus copy and paste",
      "Subscript Plus LaTeX",
      "Subscript Plus Unicode",
      "how to type Subscript Plus"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₊ in plain text when a Unicode character is appropriate and the destination preserves U+208A.",
      "Use _{+} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Plus is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-operator",
    "primaryIntent": "copy the scripted mark and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted operator or delimiter.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subscript-minus",
    "symbol": "₋",
    "slug": "subscript-minus",
    "name": "Subscript Minus",
    "aliases": [
      "lowered -"
    ],
    "unicode": "U+208B",
    "htmlEntity": "",
    "htmlDecimal": "&#8331;",
    "latex": "_{-}",
    "mathml": "<mo>₋</mo>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of -.",
    "usage": "For Subscript Minus (₋), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript minus",
    "examples": [
      "a₋"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+208B.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{-} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₋ or use Insert → Special characters. For structured math, use the equation editor and verify _{-}.",
      "excel": "Paste ₋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Minus (₋): Copy, Unicode & LaTeX",
      "description": "Copy ₋, learn the meaning and semantic role of subscript minus, and get Unicode, LaTeX (_{-}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₋ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₋ as U+208B; for structured equations, use _{-} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Minus."
    ],
    "searchIntents": [
      "Subscript Minus symbol meaning",
      "Subscript Minus copy and paste",
      "Subscript Minus LaTeX",
      "Subscript Minus Unicode",
      "how to type Subscript Minus"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₋ in plain text when a Unicode character is appropriate and the destination preserves U+208B.",
      "Use _{-} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Minus is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-operator",
    "primaryIntent": "copy the scripted mark and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted operator or delimiter.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subscript-i",
    "symbol": "ᵢ",
    "slug": "subscript-i",
    "name": "Subscript I",
    "aliases": [
      "lowered i"
    ],
    "unicode": "U+1D62",
    "htmlEntity": "",
    "htmlDecimal": "&#7522;",
    "latex": "_{i}",
    "mathml": "<mi>ᵢ</mi>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of i.",
    "usage": "For Subscript I (ᵢ), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript i",
    "examples": [
      "aᵢ"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+1D62.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{i} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ᵢ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ᵢ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ᵢ or use Insert → Special characters. For structured math, use the equation editor and verify _{i}.",
      "excel": "Paste ᵢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript I (ᵢ): Copy, Unicode & LaTeX",
      "description": "Copy ᵢ, learn the meaning and semantic role of subscript i, and get Unicode, LaTeX (_{i}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ᵢ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ᵢ as U+1D62; for structured equations, use _{i} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript I."
    ],
    "searchIntents": [
      "Subscript I symbol meaning",
      "Subscript I copy and paste",
      "Subscript I LaTeX",
      "Subscript I Unicode",
      "how to type Subscript I"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ᵢ in plain text when a Unicode character is appropriate and the destination preserves U+1D62.",
      "Use _{i} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript I is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-j",
    "symbol": "ⱼ",
    "slug": "subscript-j",
    "name": "Subscript J",
    "aliases": [
      "lowered j"
    ],
    "unicode": "U+2C7C",
    "htmlEntity": "",
    "htmlDecimal": "&#11388;",
    "latex": "_{j}",
    "mathml": "<mi>ⱼ</mi>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of j.",
    "usage": "For Subscript J (ⱼ), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript j",
    "examples": [
      "aⱼ"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2C7C.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{j} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⱼ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⱼ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⱼ or use Insert → Special characters. For structured math, use the equation editor and verify _{j}.",
      "excel": "Paste ⱼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript J (ⱼ): Copy, Unicode & LaTeX",
      "description": "Copy ⱼ, learn the meaning and semantic role of subscript j, and get Unicode, LaTeX (_{j}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ⱼ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ⱼ as U+2C7C; for structured equations, use _{j} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript J."
    ],
    "searchIntents": [
      "Subscript J symbol meaning",
      "Subscript J copy and paste",
      "Subscript J LaTeX",
      "Subscript J Unicode",
      "how to type Subscript J"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⱼ in plain text when a Unicode character is appropriate and the destination preserves U+2C7C.",
      "Use _{j} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript J is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-n",
    "symbol": "ₙ",
    "slug": "subscript-n",
    "name": "Subscript N",
    "aliases": [
      "lowered n"
    ],
    "unicode": "U+2099",
    "htmlEntity": "",
    "htmlDecimal": "&#8345;",
    "latex": "_{n}",
    "mathml": "<mi>ₙ</mi>",
    "categories": [
      "super-sub"
    ],
    "meaning": "A Unicode subscript form of n.",
    "usage": "For Subscript N (ₙ), use it in plain text for indices or chemical formulas; use MathML or LaTeX for complex notation.",
    "pronunciation": "subscript n",
    "examples": [
      "aₙ"
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2099.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{n} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₙ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₙ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₙ or use Insert → Special characters. For structured math, use the equation editor and verify _{n}.",
      "excel": "Paste ₙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript N (ₙ): Copy, Unicode & LaTeX",
      "description": "Copy ₙ, learn the meaning and semantic role of subscript n, and get Unicode, LaTeX (_{n}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Unicode superscript or subscript glyphs such as ₙ are plain text; use structured LaTeX or MathML scripts when nesting, accessibility, or reliable layout matters.",
      "For plain text, copy ₙ as U+2099; for structured equations, use _{n} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript N."
    ],
    "searchIntents": [
      "Subscript N symbol meaning",
      "Subscript N copy and paste",
      "Subscript N LaTeX",
      "Subscript N Unicode",
      "how to type Subscript N"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₙ in plain text when a Unicode character is appropriate and the destination preserves U+2099.",
      "Use _{n} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript N is used in super sub with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "identical-to",
    "symbol": "≡",
    "slug": "identical-to",
    "name": "Identical To",
    "aliases": [
      "equivalent",
      "congruent"
    ],
    "unicode": "U+2261",
    "htmlEntity": "",
    "htmlDecimal": "&#8801;",
    "latex": "\\equiv",
    "mathml": "<mo>≡</mo>",
    "categories": [
      "comparison",
      "algebra"
    ],
    "meaning": "Indicates identity, equivalence, or congruence depending on context.",
    "usage": "Use it for identities true for all allowed values or for modular congruence when specified.",
    "pronunciation": "identical to",
    "examples": [
      "sin^2 x+cos^2 x \\equiv 1"
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2261.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\equiv and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≡ or use Insert → Special characters. For structured math, use the equation editor and verify \\equiv.",
      "excel": "Paste ≡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Identical To (≡): Meaning, Examples & LaTeX",
      "description": "Copy ≡ (U+2261), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≡; Use it for identities true for all allowed values or for modular congruence when specified.",
      "For plain text, copy ≡ as U+2261; for structured equations, use \\equiv in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Identical To."
    ],
    "searchIntents": [
      "Identical To symbol meaning",
      "Identical To copy and paste",
      "Identical To LaTeX",
      "Identical To Unicode",
      "how to type Identical To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Identical To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≡ in plain text when a Unicode character is appropriate and the destination preserves U+2261.",
      "Use \\equiv in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Identical To is used in comparison, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-identical-to",
    "symbol": "≢",
    "slug": "not-identical-to",
    "name": "Not Identical To",
    "aliases": [
      "not equivalent"
    ],
    "unicode": "U+2262",
    "htmlEntity": "",
    "htmlDecimal": "&#8802;",
    "latex": "\\not\\equiv",
    "mathml": "<mo>≢</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "States that two expressions are not identical or equivalent.",
    "usage": "Use it only when the relevant notion of equivalence has been defined.",
    "pronunciation": "not identical to",
    "examples": [
      "a \\not\\equiv b"
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2262.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\not\\equiv and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≢ or use Insert → Special characters. For structured math, use the equation editor and verify \\not\\equiv.",
      "excel": "Paste ≢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Identical To (≢): Meaning, Examples & LaTeX",
      "description": "Copy ≢ (U+2262), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using ≢; Use it only when the relevant notion of equivalence has been defined.",
      "For plain text, copy ≢ as U+2262; for structured equations, use \\not\\equiv in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Identical To."
    ],
    "searchIntents": [
      "Not Identical To symbol meaning",
      "Not Identical To copy and paste",
      "Not Identical To LaTeX",
      "Not Identical To Unicode",
      "how to type Not Identical To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Identical To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≢ in plain text when a Unicode character is appropriate and the destination preserves U+2262.",
      "Use \\not\\equiv in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Identical To is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "much-less-than",
    "symbol": "≪",
    "slug": "much-less-than",
    "name": "Much Less Than",
    "aliases": [
      "far less than"
    ],
    "unicode": "U+226A",
    "htmlEntity": "",
    "htmlDecimal": "&#8810;",
    "latex": "\\ll",
    "mathml": "<mo>≪</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Indicates that one quantity is much smaller than another.",
    "usage": "Use it for order-of-magnitude comparisons rather than exact inequalities.",
    "pronunciation": "much less than",
    "examples": [
      "x \\ll 1"
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+226A.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ll and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≪, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≪, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≪ or use Insert → Special characters. For structured math, use the equation editor and verify \\ll.",
      "excel": "Paste ≪ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Much Less Than (≪): Meaning, Examples & LaTeX",
      "description": "Copy ≪ (U+226A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ≪ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ≪ as U+226A; for structured equations, use \\ll in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Much Less Than."
    ],
    "searchIntents": [
      "Much Less Than symbol meaning",
      "Much Less Than copy and paste",
      "Much Less Than LaTeX",
      "Much Less Than Unicode",
      "how to type Much Less Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Much Less Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≪ in plain text when a Unicode character is appropriate and the destination preserves U+226A.",
      "Use \\ll in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Much Less Than is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "much-greater-than",
    "symbol": "≫",
    "slug": "much-greater-than",
    "name": "Much Greater Than",
    "aliases": [
      "far greater than"
    ],
    "unicode": "U+226B",
    "htmlEntity": "",
    "htmlDecimal": "&#8811;",
    "latex": "\\gg",
    "mathml": "<mo>≫</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Indicates that one quantity is much larger than another.",
    "usage": "Use it for asymptotic or order-of-magnitude comparisons.",
    "pronunciation": "much greater than",
    "examples": [
      "N \\gg 1"
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+226B.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\gg and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≫, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≫, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≫ or use Insert → Special characters. For structured math, use the equation editor and verify \\gg.",
      "excel": "Paste ≫ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Much Greater Than (≫): Meaning, Examples & LaTeX",
      "description": "Copy ≫ (U+226B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ≫ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ≫ as U+226B; for structured equations, use \\gg in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Much Greater Than."
    ],
    "searchIntents": [
      "Much Greater Than symbol meaning",
      "Much Greater Than copy and paste",
      "Much Greater Than LaTeX",
      "Much Greater Than Unicode",
      "how to type Much Greater Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Much Greater Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≫ in plain text when a Unicode character is appropriate and the destination preserves U+226B.",
      "Use \\gg in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Much Greater Than is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "asymptotically-equal",
    "symbol": "∼",
    "slug": "asymptotically-equal",
    "name": "Tilde Operator",
    "aliases": [
      "asymptotic to",
      "similar"
    ],
    "unicode": "U+223C",
    "htmlEntity": "",
    "htmlDecimal": "&#8764;",
    "latex": "\\sim",
    "mathml": "<mo>∼</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Can indicate asymptotic equivalence, similarity, or a probability distribution.",
    "usage": "State the intended relation because the tilde has several meanings.",
    "pronunciation": "tilde operator",
    "examples": [
      "f(n) \\sim g(n)"
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+223C.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\sim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∼ or use Insert → Special characters. For structured math, use the equation editor and verify \\sim.",
      "excel": "Paste ∼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Tilde Operator (∼): Meaning, Unicode & LaTeX",
      "description": "Copy ∼, learn the meaning and semantic role of tilde operator, and get Unicode, LaTeX (\\sim), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not replace Tilde Operator with an equals sign: ∼ communicates an approximation or field-specific equivalence, not exact equality.",
      "For plain text, copy ∼ as U+223C; for structured equations, use \\sim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Tilde Operator."
    ],
    "searchIntents": [
      "Tilde Operator symbol meaning",
      "Tilde Operator copy and paste",
      "Tilde Operator LaTeX",
      "Tilde Operator Unicode",
      "how to type Tilde Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Tilde Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ∼ in plain text when a Unicode character is appropriate and the destination preserves U+223C.",
      "Use \\sim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Tilde Operator is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "accent",
    "primaryIntent": "apply the accent to the intended mathematical object without losing structure",
    "semanticRole": "A combining or accent mark that modifies the mathematical object beneath or beside it.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "precedes",
    "symbol": "≺",
    "slug": "precedes",
    "name": "Precedes",
    "aliases": [
      "ordered before"
    ],
    "unicode": "U+227A",
    "htmlEntity": "",
    "htmlDecimal": "&#8826;",
    "latex": "\\prec",
    "mathml": "<mo>≺</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Indicates that one element precedes another in an ordering.",
    "usage": "Use with a defined partial or strict order.",
    "pronunciation": "precedes",
    "examples": [
      "a \\prec b"
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+227A.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\prec and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≺, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≺, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≺ or use Insert → Special characters. For structured math, use the equation editor and verify \\prec.",
      "excel": "Paste ≺ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Precedes (≺): Meaning, Examples & LaTeX",
      "description": "Copy ≺ (U+227A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using ≺; Use with a defined partial or strict order.",
      "For plain text, copy ≺ as U+227A; for structured equations, use \\prec in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Precedes."
    ],
    "searchIntents": [
      "Precedes symbol meaning",
      "Precedes copy and paste",
      "Precedes LaTeX",
      "Precedes Unicode",
      "how to type Precedes"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Precedes against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≺ in plain text when a Unicode character is appropriate and the destination preserves U+227A.",
      "Use \\prec in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Precedes is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "succeeds",
    "symbol": "≻",
    "slug": "succeeds",
    "name": "Succeeds",
    "aliases": [
      "ordered after"
    ],
    "unicode": "U+227B",
    "htmlEntity": "",
    "htmlDecimal": "&#8827;",
    "latex": "\\succ",
    "mathml": "<mo>≻</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Indicates that one element succeeds another in an ordering.",
    "usage": "Use with a defined partial or strict order.",
    "pronunciation": "succeeds",
    "examples": [
      "b \\succ a"
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+227B.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\succ and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≻, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≻, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≻ or use Insert → Special characters. For structured math, use the equation editor and verify \\succ.",
      "excel": "Paste ≻ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Succeeds (≻): Meaning, Examples & LaTeX",
      "description": "Copy ≻ (U+227B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using ≻; Use with a defined partial or strict order.",
      "For plain text, copy ≻ as U+227B; for structured equations, use \\succ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Succeeds."
    ],
    "searchIntents": [
      "Succeeds symbol meaning",
      "Succeeds copy and paste",
      "Succeeds LaTeX",
      "Succeeds Unicode",
      "how to type Succeeds"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Succeeds against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≻ in plain text when a Unicode character is appropriate and the destination preserves U+227B.",
      "Use \\succ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Succeeds is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superset",
    "symbol": "⊃",
    "slug": "superset",
    "name": "Superset Of",
    "aliases": [
      "contains set"
    ],
    "unicode": "U+2283",
    "htmlEntity": "",
    "htmlDecimal": "&#8835;",
    "latex": "\\supset",
    "mathml": "<mo>⊃</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Indicates that the left set contains the right set.",
    "usage": "Check whether the author uses it for strict or non-strict containment.",
    "pronunciation": "superset of",
    "examples": [
      "A \\supset B"
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2283.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\supset and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊃ or use Insert → Special characters. For structured math, use the equation editor and verify \\supset.",
      "excel": "Paste ⊃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superset Of (⊃): Meaning, Examples & LaTeX",
      "description": "Copy ⊃ (U+2283), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊃ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⊃ as U+2283; for structured equations, use \\supset in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superset Of."
    ],
    "searchIntents": [
      "Superset Of symbol meaning",
      "Superset Of copy and paste",
      "Superset Of LaTeX",
      "Superset Of Unicode",
      "how to type Superset Of"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⊃ in plain text when a Unicode character is appropriate and the destination preserves U+2283.",
      "Use \\supset in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superset Of is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superset-or-equal",
    "symbol": "⊇",
    "slug": "superset-or-equal",
    "name": "Superset Of or Equal To",
    "aliases": [
      "contains or equals"
    ],
    "unicode": "U+2287",
    "htmlEntity": "",
    "htmlDecimal": "&#8839;",
    "latex": "\\supseteq",
    "mathml": "<mo>⊇</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Indicates that every element of the right set is in the left set.",
    "usage": "Use when equality is allowed.",
    "pronunciation": "superset of or equal to",
    "examples": [
      "A \\supseteq B"
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2287.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\supseteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊇ or use Insert → Special characters. For structured math, use the equation editor and verify \\supseteq.",
      "excel": "Paste ⊇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superset Of or Equal To (⊇): Meaning, Examples & LaTeX",
      "description": "Copy ⊇ (U+2287), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊇ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⊇ as U+2287; for structured equations, use \\supseteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superset Of or Equal To."
    ],
    "searchIntents": [
      "Superset Of or Equal To symbol meaning",
      "Superset Of or Equal To copy and paste",
      "Superset Of or Equal To LaTeX",
      "Superset Of or Equal To Unicode",
      "how to type Superset Of or Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⊇ in plain text when a Unicode character is appropriate and the destination preserves U+2287.",
      "Use \\supseteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superset Of or Equal To is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "proper-subset",
    "symbol": "⊊",
    "slug": "proper-subset",
    "name": "Proper Subset Of",
    "aliases": [
      "strict subset"
    ],
    "unicode": "U+228A",
    "htmlEntity": "",
    "htmlDecimal": "&#8842;",
    "latex": "\\subsetneq",
    "mathml": "<mo>⊊</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Indicates a subset that is not equal to the containing set.",
    "usage": "Use it to remove ambiguity from the plain subset symbol.",
    "pronunciation": "proper subset of",
    "examples": [
      "A \\subsetneq B"
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+228A.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\subsetneq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊊ or use Insert → Special characters. For structured math, use the equation editor and verify \\subsetneq.",
      "excel": "Paste ⊊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Proper Subset Of (⊊): Meaning, Examples & LaTeX",
      "description": "Copy ⊊ (U+228A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊊ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⊊ as U+228A; for structured equations, use \\subsetneq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Proper Subset Of."
    ],
    "searchIntents": [
      "Proper Subset Of symbol meaning",
      "Proper Subset Of copy and paste",
      "Proper Subset Of LaTeX",
      "Proper Subset Of Unicode",
      "how to type Proper Subset Of"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⊊ in plain text when a Unicode character is appropriate and the destination preserves U+228A.",
      "Use \\subsetneq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Proper Subset Of is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "proper-superset",
    "symbol": "⊋",
    "slug": "proper-superset",
    "name": "Proper Superset Of",
    "aliases": [
      "strict superset"
    ],
    "unicode": "U+228B",
    "htmlEntity": "",
    "htmlDecimal": "&#8843;",
    "latex": "\\supsetneq",
    "mathml": "<mo>⊋</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Indicates a superset that is not equal to the contained set.",
    "usage": "Use it when strict containment is intended.",
    "pronunciation": "proper superset of",
    "examples": [
      "B \\supsetneq A"
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+228B.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\supsetneq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊋ or use Insert → Special characters. For structured math, use the equation editor and verify \\supsetneq.",
      "excel": "Paste ⊋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Proper Superset Of (⊋): Meaning, Examples & LaTeX",
      "description": "Copy ⊋ (U+228B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊋ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⊋ as U+228B; for structured equations, use \\supsetneq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Proper Superset Of."
    ],
    "searchIntents": [
      "Proper Superset Of symbol meaning",
      "Proper Superset Of copy and paste",
      "Proper Superset Of LaTeX",
      "Proper Superset Of Unicode",
      "how to type Proper Superset Of"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⊋ in plain text when a Unicode character is appropriate and the destination preserves U+228B.",
      "Use \\supsetneq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Proper Superset Of is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "set-minus",
    "symbol": "∖",
    "slug": "set-minus",
    "name": "Set Minus",
    "aliases": [
      "relative complement"
    ],
    "unicode": "U+2216",
    "htmlEntity": "",
    "htmlDecimal": "&#8726;",
    "latex": "\\setminus",
    "mathml": "<mo>∖</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Represents elements in one set that are not in another.",
    "usage": "Write A setminus B for the relative complement of B in A.",
    "pronunciation": "set minus",
    "examples": [
      "A \\setminus B"
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2216.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\setminus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∖ or use Insert → Special characters. For structured math, use the equation editor and verify \\setminus.",
      "excel": "Paste ∖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Set Minus (∖): Meaning, Examples & LaTeX",
      "description": "Copy ∖ (U+2216), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ∖; Write A setminus B for the relative complement of B in A.",
      "For plain text, copy ∖ as U+2216; for structured equations, use \\setminus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Set Minus."
    ],
    "searchIntents": [
      "Set Minus symbol meaning",
      "Set Minus copy and paste",
      "Set Minus LaTeX",
      "Set Minus Unicode",
      "how to type Set Minus"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ∖ in plain text when a Unicode character is appropriate and the destination preserves U+2216.",
      "Use \\setminus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Set Minus is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "symmetric-difference",
    "symbol": "△",
    "slug": "symmetric-difference",
    "name": "Symmetric Difference",
    "aliases": [
      "triangle difference"
    ],
    "unicode": "U+25B3",
    "htmlEntity": "",
    "htmlDecimal": "&#9651;",
    "latex": "\\triangle",
    "mathml": "<mo>△</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Represents elements that belong to exactly one of two sets.",
    "usage": "Some texts use a circled plus instead; define the convention.",
    "pronunciation": "symmetric difference",
    "examples": [
      "A \\triangle B"
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+25B3.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\triangle and press Space when Word supports the command.",
      "iPhone": "Copy and paste △, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste △, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste △ or use Insert → Special characters. For structured math, use the equation editor and verify \\triangle.",
      "excel": "Paste △ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Symmetric Difference (△): Meaning, Examples & LaTeX",
      "description": "Copy △ (U+25B3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around △; Some texts use a circled plus instead; define the convention.",
      "For plain text, copy △ as U+25B3; for structured equations, use \\triangle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Symmetric Difference."
    ],
    "searchIntents": [
      "Symmetric Difference symbol meaning",
      "Symmetric Difference copy and paste",
      "Symmetric Difference LaTeX",
      "Symmetric Difference Unicode",
      "how to type Symmetric Difference"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use △ in plain text when a Unicode character is appropriate and the destination preserves U+25B3.",
      "Use \\triangle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Symmetric Difference is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "logical-not",
    "symbol": "¬",
    "slug": "logical-not",
    "name": "Logical Not",
    "aliases": [
      "negation"
    ],
    "unicode": "U+00AC",
    "htmlEntity": "",
    "htmlDecimal": "&#172;",
    "latex": "\\neg",
    "mathml": "<mo>¬</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Negates a proposition or Boolean value.",
    "usage": "Place it before the proposition being negated.",
    "pronunciation": "logical not",
    "examples": [
      "\\neg P"
    ],
    "relatedSymbols": [
      "for-all",
      "exists",
      "logical-and",
      "logical-or"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+00AC.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\neg and press Space when Word supports the command.",
      "iPhone": "Copy and paste ¬, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ¬, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ¬ or use Insert → Special characters. For structured math, use the equation editor and verify \\neg.",
      "excel": "Paste ¬ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Logical Not (¬): Meaning, Examples & LaTeX",
      "description": "Copy ¬ (U+00AC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ¬; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ¬ as U+00AC; for structured equations, use \\neg in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Logical Not."
    ],
    "searchIntents": [
      "Logical Not symbol meaning",
      "Logical Not copy and paste",
      "Logical Not LaTeX",
      "Logical Not Unicode",
      "how to type Logical Not"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ¬ in plain text when a Unicode character is appropriate and the destination preserves U+00AC.",
      "Use \\neg in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Logical Not is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "logical-xor",
    "symbol": "⊕",
    "slug": "logical-xor",
    "name": "Exclusive Or",
    "aliases": [
      "xor",
      "direct sum"
    ],
    "unicode": "U+2295",
    "htmlEntity": "",
    "htmlDecimal": "&#8853;",
    "latex": "\\oplus",
    "mathml": "<mo>⊕</mo>",
    "categories": [
      "logic",
      "linear-algebra"
    ],
    "meaning": "Represents exclusive OR in logic or direct sum in algebra.",
    "usage": "Interpret it from context and define it when both meanings are possible.",
    "pronunciation": "exclusive or",
    "examples": [
      "P \\oplus Q"
    ],
    "relatedSymbols": [
      "for-all",
      "exists",
      "logical-and",
      "logical-or"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2295.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\oplus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊕ or use Insert → Special characters. For structured math, use the equation editor and verify \\oplus.",
      "excel": "Paste ⊕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Exclusive Or (⊕): Meaning, Examples & LaTeX",
      "description": "Copy ⊕ (U+2295), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⊕; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⊕ as U+2295; for structured equations, use \\oplus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Exclusive Or."
    ],
    "searchIntents": [
      "Exclusive Or symbol meaning",
      "Exclusive Or copy and paste",
      "Exclusive Or LaTeX",
      "Exclusive Or Unicode",
      "how to type Exclusive Or"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ⊕ in plain text when a Unicode character is appropriate and the destination preserves U+2295.",
      "Use \\oplus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Exclusive Or is used in logic, linear algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Linear Algebra Symbols"
    ],
    "confusableCharacters": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "turnstile",
    "symbol": "⊢",
    "slug": "turnstile",
    "name": "Turnstile",
    "aliases": [
      "proves",
      "derives"
    ],
    "unicode": "U+22A2",
    "htmlEntity": "",
    "htmlDecimal": "&#8866;",
    "latex": "\\vdash",
    "mathml": "<mo>⊢</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Indicates syntactic derivability from assumptions.",
    "usage": "Place assumptions on the left and the derived statement on the right.",
    "pronunciation": "turnstile",
    "examples": [
      "\\Gamma \\vdash P"
    ],
    "relatedSymbols": [
      "for-all",
      "exists",
      "logical-and",
      "logical-or"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+22A2.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\vdash and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊢ or use Insert → Special characters. For structured math, use the equation editor and verify \\vdash.",
      "excel": "Paste ⊢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Turnstile (⊢): Meaning, Examples & LaTeX",
      "description": "Copy ⊢ (U+22A2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⊢; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⊢ as U+22A2; for structured equations, use \\vdash in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Turnstile."
    ],
    "searchIntents": [
      "Turnstile symbol meaning",
      "Turnstile copy and paste",
      "Turnstile LaTeX",
      "Turnstile Unicode",
      "how to type Turnstile"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ⊢ in plain text when a Unicode character is appropriate and the destination preserves U+22A2.",
      "Use \\vdash in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Turnstile is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "models",
    "symbol": "⊨",
    "slug": "models",
    "name": "Models",
    "aliases": [
      "semantically entails"
    ],
    "unicode": "U+22A8",
    "htmlEntity": "",
    "htmlDecimal": "&#8872;",
    "latex": "\\models",
    "mathml": "<mo>⊨</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Indicates semantic satisfaction or entailment.",
    "usage": "Use it to distinguish semantic truth from formal derivation.",
    "pronunciation": "models",
    "examples": [
      "\\Gamma \\models P"
    ],
    "relatedSymbols": [
      "for-all",
      "exists",
      "logical-and",
      "logical-or"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+22A8.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\models and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊨, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊨, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊨ or use Insert → Special characters. For structured math, use the equation editor and verify \\models.",
      "excel": "Paste ⊨ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Models (⊨): Meaning, Examples & LaTeX",
      "description": "Copy ⊨ (U+22A8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⊨; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⊨ as U+22A8; for structured equations, use \\models in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Models."
    ],
    "searchIntents": [
      "Models symbol meaning",
      "Models copy and paste",
      "Models LaTeX",
      "Models Unicode",
      "how to type Models"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ⊨ in plain text when a Unicode character is appropriate and the destination preserves U+22A8.",
      "Use \\models in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Models is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "contradiction",
    "symbol": "⊥",
    "slug": "contradiction",
    "name": "Bottom",
    "aliases": [
      "false",
      "contradiction"
    ],
    "unicode": "U+22A5",
    "htmlEntity": "",
    "htmlDecimal": "&#8869;",
    "latex": "\\bot",
    "mathml": "<mo>⊥</mo>",
    "categories": [
      "logic",
      "geometry"
    ],
    "meaning": "Represents falsehood in logic or perpendicularity in some contexts.",
    "usage": "Use context or accompanying notation to disambiguate.",
    "pronunciation": "bottom",
    "examples": [
      "P \\land \\neg P \\Rightarrow \\bot"
    ],
    "relatedSymbols": [
      "for-all",
      "exists",
      "logical-and",
      "logical-or"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+22A5.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\bot and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊥ or use Insert → Special characters. For structured math, use the equation editor and verify \\bot.",
      "excel": "Paste ⊥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bottom (⊥): Meaning, Examples & LaTeX",
      "description": "Copy ⊥ (U+22A5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⊥; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⊥ as U+22A5; for structured equations, use \\bot in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bottom."
    ],
    "searchIntents": [
      "Bottom symbol meaning",
      "Bottom copy and paste",
      "Bottom LaTeX",
      "Bottom Unicode",
      "how to type Bottom"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Bottom against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ⊥ in plain text when a Unicode character is appropriate and the destination preserves U+22A5.",
      "Use \\bot in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bottom is used in logic, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∀ — For All",
      "∃ — There Exists",
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-integral",
    "symbol": "∬",
    "slug": "double-integral",
    "name": "Double Integral",
    "aliases": [
      "surface integral"
    ],
    "unicode": "U+222C",
    "htmlEntity": "",
    "htmlDecimal": "&#8748;",
    "latex": "\\iint",
    "mathml": "<mo>∬</mo>",
    "categories": [
      "calculus",
      "differential-equations"
    ],
    "meaning": "Represents integration over a two-dimensional region.",
    "usage": "Include the region and area element when evaluating a double integral.",
    "pronunciation": "double integral",
    "examples": [
      "\\iint_D f(x,y)\\,dA"
    ],
    "relatedSymbols": [
      "infinity",
      "euler-number",
      "summation",
      "product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+222C.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\iint and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∬, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∬, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∬ or use Insert → Special characters. For structured math, use the equation editor and verify \\iint.",
      "excel": "Paste ∬ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Integral (∬): Meaning, Examples & LaTeX",
      "description": "Copy ∬ (U+222C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∬ is acting as an operator, differential, index, or variable in the surrounding expression; Include the region and area element when evaluating a double integral.",
      "For plain text, copy ∬ as U+222C; for structured equations, use \\iint in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Integral."
    ],
    "searchIntents": [
      "Double Integral symbol meaning",
      "Double Integral copy and paste",
      "Double Integral LaTeX",
      "Double Integral Unicode",
      "how to type Double Integral"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Double Integral against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "useCases": [
      "Use ∬ in plain text when a Unicode character is appropriate and the destination preserves U+222C.",
      "Use \\iint in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Integral is used in calculus, differential equations with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Differential Equation Symbols"
    ],
    "confusableCharacters": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "triple-integral",
    "symbol": "∭",
    "slug": "triple-integral",
    "name": "Triple Integral",
    "aliases": [
      "volume integral"
    ],
    "unicode": "U+222D",
    "htmlEntity": "",
    "htmlDecimal": "&#8749;",
    "latex": "\\iiint",
    "mathml": "<mo>∭</mo>",
    "categories": [
      "calculus",
      "differential-equations"
    ],
    "meaning": "Represents integration over a three-dimensional region.",
    "usage": "Include the volume element and bounds or domain.",
    "pronunciation": "triple integral",
    "examples": [
      "\\iiint_V f\\,dV"
    ],
    "relatedSymbols": [
      "infinity",
      "euler-number",
      "summation",
      "product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+222D.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\iiint and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∭, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∭, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∭ or use Insert → Special characters. For structured math, use the equation editor and verify \\iiint.",
      "excel": "Paste ∭ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Triple Integral (∭): Meaning, Examples & LaTeX",
      "description": "Copy ∭ (U+222D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∭ is acting as an operator, differential, index, or variable in the surrounding expression; Include the volume element and bounds or domain.",
      "For plain text, copy ∭ as U+222D; for structured equations, use \\iiint in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Triple Integral."
    ],
    "searchIntents": [
      "Triple Integral symbol meaning",
      "Triple Integral copy and paste",
      "Triple Integral LaTeX",
      "Triple Integral Unicode",
      "how to type Triple Integral"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Triple Integral against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "useCases": [
      "Use ∭ in plain text when a Unicode character is appropriate and the destination preserves U+222D.",
      "Use \\iiint in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Triple Integral is used in calculus, differential equations with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Differential Equation Symbols"
    ],
    "confusableCharacters": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "contour-integral",
    "symbol": "∮",
    "slug": "contour-integral",
    "name": "Contour Integral",
    "aliases": [
      "closed line integral"
    ],
    "unicode": "U+222E",
    "htmlEntity": "",
    "htmlDecimal": "&#8750;",
    "latex": "\\oint",
    "mathml": "<mo>∮</mo>",
    "categories": [
      "calculus",
      "differential-equations"
    ],
    "meaning": "Represents an integral around a closed curve or contour.",
    "usage": "Specify contour orientation and integrand.",
    "pronunciation": "contour integral",
    "examples": [
      "\\oint_C f(z)\\,dz"
    ],
    "relatedSymbols": [
      "infinity",
      "euler-number",
      "summation",
      "product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+222E.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\oint and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∮, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∮, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∮ or use Insert → Special characters. For structured math, use the equation editor and verify \\oint.",
      "excel": "Paste ∮ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Contour Integral (∮): Meaning, Examples & LaTeX",
      "description": "Copy ∮ (U+222E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∮ is acting as an operator, differential, index, or variable in the surrounding expression; Specify contour orientation and integrand.",
      "For plain text, copy ∮ as U+222E; for structured equations, use \\oint in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Contour Integral."
    ],
    "searchIntents": [
      "Contour Integral symbol meaning",
      "Contour Integral copy and paste",
      "Contour Integral LaTeX",
      "Contour Integral Unicode",
      "how to type Contour Integral"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Contour Integral against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "useCases": [
      "Use ∮ in plain text when a Unicode character is appropriate and the destination preserves U+222E.",
      "Use \\oint in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Contour Integral is used in calculus, differential equations with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Differential Equation Symbols"
    ],
    "confusableCharacters": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "laplacian",
    "symbol": "∆",
    "slug": "laplacian",
    "name": "Laplacian Symbol",
    "aliases": [
      "increment",
      "triangle"
    ],
    "unicode": "U+2206",
    "htmlEntity": "",
    "htmlDecimal": "&#8710;",
    "latex": "\\triangle",
    "mathml": "<mo>∆</mo>",
    "categories": [
      "calculus",
      "physics"
    ],
    "meaning": "A triangle glyph sometimes used for the Laplace operator or finite change.",
    "usage": "Many texts prefer nabla squared for the Laplacian to avoid ambiguity.",
    "pronunciation": "laplacian symbol",
    "examples": [
      "\\Delta u=0"
    ],
    "relatedSymbols": [
      "infinity",
      "euler-number",
      "summation",
      "product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2206.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\triangle and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∆ or use Insert → Special characters. For structured math, use the equation editor and verify \\triangle.",
      "excel": "Paste ∆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Laplacian Symbol (∆): Meaning, Examples & LaTeX",
      "description": "Copy ∆ (U+2206), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∆ is acting as an operator, differential, index, or variable in the surrounding expression; Many texts prefer nabla squared for the Laplacian to avoid ambiguity.",
      "For plain text, copy ∆ as U+2206; for structured equations, use \\triangle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Laplacian Symbol."
    ],
    "searchIntents": [
      "Laplacian Symbol symbol meaning",
      "Laplacian Symbol copy and paste",
      "Laplacian Symbol LaTeX",
      "Laplacian Symbol Unicode",
      "how to type Laplacian Symbol"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Laplacian Symbol against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "useCases": [
      "Use ∆ in plain text when a Unicode character is appropriate and the destination preserves U+2206.",
      "Use \\triangle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Laplacian Symbol is used in calculus, physics with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Physics Symbols"
    ],
    "confusableCharacters": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "divides",
    "symbol": "∣",
    "slug": "divides",
    "name": "Divides",
    "aliases": [
      "is a divisor of"
    ],
    "unicode": "U+2223",
    "htmlEntity": "",
    "htmlDecimal": "&#8739;",
    "latex": "\\mid",
    "mathml": "<mo>∣</mo>",
    "categories": [
      "number-theory"
    ],
    "meaning": "Indicates that one integer divides another with no remainder.",
    "usage": "Write a divides b when b = ak for some integer k.",
    "pronunciation": "divides",
    "examples": [
      "3 \\mid 12"
    ],
    "relatedSymbols": [
      "not-divides",
      "congruent-modulo",
      "floor",
      "ceiling"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2223.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mid and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∣ or use Insert → Special characters. For structured math, use the equation editor and verify \\mid.",
      "excel": "Paste ∣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Divides (∣): Meaning, Examples & LaTeX",
      "description": "Copy ∣ (U+2223), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∣; Write a divides b when b = ak for some integer k.",
      "For plain text, copy ∣ as U+2223; for structured equations, use \\mid in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Divides."
    ],
    "searchIntents": [
      "Divides symbol meaning",
      "Divides copy and paste",
      "Divides LaTeX",
      "Divides Unicode",
      "how to type Divides"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∤ — Does Not Divide",
      "≡ — Congruent Modulo",
      "⌊ — Left Floor"
    ],
    "useCases": [
      "Use ∣ in plain text when a Unicode character is appropriate and the destination preserves U+2223.",
      "Use \\mid in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Divides is used in number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "∤ — Does Not Divide",
      "≡ — Congruent Modulo",
      "⌊ — Left Floor"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-divides",
    "symbol": "∤",
    "slug": "not-divides",
    "name": "Does Not Divide",
    "aliases": [
      "not a divisor"
    ],
    "unicode": "U+2224",
    "htmlEntity": "",
    "htmlDecimal": "&#8740;",
    "latex": "\\nmid",
    "mathml": "<mo>∤</mo>",
    "categories": [
      "number-theory"
    ],
    "meaning": "Indicates that division does not produce an integer quotient.",
    "usage": "Use it for integer divisibility statements.",
    "pronunciation": "does not divide",
    "examples": [
      "5 \\nmid 12"
    ],
    "relatedSymbols": [
      "divides",
      "congruent-modulo",
      "floor",
      "ceiling"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2224.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nmid and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∤ or use Insert → Special characters. For structured math, use the equation editor and verify \\nmid.",
      "excel": "Paste ∤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Does Not Divide (∤): Meaning, Examples & LaTeX",
      "description": "Copy ∤ (U+2224), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∤; Use it for integer divisibility statements.",
      "For plain text, copy ∤ as U+2224; for structured equations, use \\nmid in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Divide."
    ],
    "searchIntents": [
      "Does Not Divide symbol meaning",
      "Does Not Divide copy and paste",
      "Does Not Divide LaTeX",
      "Does Not Divide Unicode",
      "how to type Does Not Divide"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∣ — Divides",
      "≡ — Congruent Modulo",
      "⌊ — Left Floor"
    ],
    "useCases": [
      "Use ∤ in plain text when a Unicode character is appropriate and the destination preserves U+2224.",
      "Use \\nmid in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Divide is used in number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "∣ — Divides",
      "≡ — Congruent Modulo",
      "⌊ — Left Floor"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "congruent-modulo",
    "symbol": "≡",
    "slug": "congruent-modulo",
    "name": "Congruent Modulo",
    "aliases": [
      "modular congruence"
    ],
    "unicode": "U+2261",
    "htmlEntity": "",
    "htmlDecimal": "&#8801;",
    "latex": "\\equiv",
    "mathml": "<mo>≡</mo>",
    "categories": [
      "number-theory"
    ],
    "meaning": "Indicates that two integers have the same remainder modulo a modulus.",
    "usage": "Always include the modulus to distinguish modular congruence from identity.",
    "pronunciation": "congruent modulo",
    "examples": [
      "17 \\equiv 2 \\pmod{5}"
    ],
    "relatedSymbols": [
      "divides",
      "not-divides",
      "floor",
      "ceiling"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2261.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\equiv and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≡ or use Insert → Special characters. For structured math, use the equation editor and verify \\equiv.",
      "excel": "Paste ≡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Congruent Modulo (≡): Meaning, Examples & LaTeX",
      "description": "Copy ≡ (U+2261), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≡; Always include the modulus to distinguish modular congruence from identity.",
      "For plain text, copy ≡ as U+2261; for structured equations, use \\equiv in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Congruent Modulo."
    ],
    "searchIntents": [
      "Congruent Modulo symbol meaning",
      "Congruent Modulo copy and paste",
      "Congruent Modulo LaTeX",
      "Congruent Modulo Unicode",
      "how to type Congruent Modulo"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∣ — Divides",
      "∤ — Does Not Divide",
      "⌊ — Left Floor"
    ],
    "useCases": [
      "Use ≡ in plain text when a Unicode character is appropriate and the destination preserves U+2261.",
      "Use \\equiv in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Congruent Modulo is used in number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "∣ — Divides",
      "∤ — Does Not Divide",
      "⌊ — Left Floor"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "floor",
    "symbol": "⌊",
    "slug": "floor",
    "name": "Left Floor",
    "aliases": [
      "floor function"
    ],
    "unicode": "U+230A",
    "htmlEntity": "",
    "htmlDecimal": "&#8970;",
    "latex": "\\lfloor",
    "mathml": "<mo>⌊</mo>",
    "categories": [
      "number-theory",
      "basic-math"
    ],
    "meaning": "Begins floor notation, which returns the greatest integer not exceeding a value.",
    "usage": "Use it with the matching right floor bracket.",
    "pronunciation": "left floor",
    "examples": [
      "\\lfloor 3.7 \\rfloor=3"
    ],
    "relatedSymbols": [
      "divides",
      "not-divides",
      "congruent-modulo",
      "ceiling"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+230A.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lfloor and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌊ or use Insert → Special characters. For structured math, use the equation editor and verify \\lfloor.",
      "excel": "Paste ⌊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Floor (⌊): Uses, Unicode & LaTeX",
      "description": "Copy ⌊ (U+230A), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌊; Use it with the matching right floor bracket.",
      "For plain text, copy ⌊ as U+230A; for structured equations, use \\lfloor in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Floor."
    ],
    "searchIntents": [
      "Left Floor symbol meaning",
      "Left Floor copy and paste",
      "Left Floor LaTeX",
      "Left Floor Unicode",
      "how to type Left Floor"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left Floor against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∣ — Divides",
      "∤ — Does Not Divide",
      "≡ — Congruent Modulo"
    ],
    "useCases": [
      "Use ⌊ in plain text when a Unicode character is appropriate and the destination preserves U+230A.",
      "Use \\lfloor in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Floor is used in number theory, basic math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Number Theory Symbols",
      "Basic Math Symbols"
    ],
    "confusableCharacters": [
      "∣ — Divides",
      "∤ — Does Not Divide",
      "≡ — Congruent Modulo"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "ceiling",
    "symbol": "⌈",
    "slug": "ceiling",
    "name": "Left Ceiling",
    "aliases": [
      "ceiling function"
    ],
    "unicode": "U+2308",
    "htmlEntity": "",
    "htmlDecimal": "&#8968;",
    "latex": "\\lceil",
    "mathml": "<mo>⌈</mo>",
    "categories": [
      "number-theory",
      "basic-math"
    ],
    "meaning": "Begins ceiling notation, which returns the least integer not below a value.",
    "usage": "Use it with the matching right ceiling bracket.",
    "pronunciation": "left ceiling",
    "examples": [
      "\\lceil 3.2 \\rceil=4"
    ],
    "relatedSymbols": [
      "divides",
      "not-divides",
      "congruent-modulo",
      "floor"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2308.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lceil and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌈ or use Insert → Special characters. For structured math, use the equation editor and verify \\lceil.",
      "excel": "Paste ⌈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Ceiling (⌈): Uses, Unicode & LaTeX",
      "description": "Copy ⌈ (U+2308), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌈; Use it with the matching right ceiling bracket.",
      "For plain text, copy ⌈ as U+2308; for structured equations, use \\lceil in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Ceiling."
    ],
    "searchIntents": [
      "Left Ceiling symbol meaning",
      "Left Ceiling copy and paste",
      "Left Ceiling LaTeX",
      "Left Ceiling Unicode",
      "how to type Left Ceiling"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left Ceiling against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∣ — Divides",
      "∤ — Does Not Divide",
      "≡ — Congruent Modulo"
    ],
    "useCases": [
      "Use ⌈ in plain text when a Unicode character is appropriate and the destination preserves U+2308.",
      "Use \\lceil in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Ceiling is used in number theory, basic math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Number Theory Symbols",
      "Basic Math Symbols"
    ],
    "confusableCharacters": [
      "∣ — Divides",
      "∤ — Does Not Divide",
      "≡ — Congruent Modulo"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "prime-mark",
    "symbol": "′",
    "slug": "prime-mark",
    "name": "Prime Symbol",
    "aliases": [
      "derivative prime",
      "minutes"
    ],
    "unicode": "U+2032",
    "htmlEntity": "",
    "htmlDecimal": "&#8242;",
    "latex": "'",
    "mathml": "<mo>′</mo>",
    "categories": [
      "calculus",
      "geometry"
    ],
    "meaning": "Marks a derivative, transformed variable, or minutes of arc depending on context.",
    "usage": "Use semantic derivative notation when multiple primes could be unclear.",
    "pronunciation": "prime symbol",
    "examples": [
      "f'(x)"
    ],
    "relatedSymbols": [
      "infinity",
      "euler-number",
      "summation",
      "product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2032.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ' and press Space when Word supports the command.",
      "iPhone": "Copy and paste ′, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ′, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ′ or use Insert → Special characters. For structured math, use the equation editor and verify '.",
      "excel": "Paste ′ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Prime Symbol (′): Meaning, Examples & LaTeX",
      "description": "Copy ′ (U+2032), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ′ is acting as an operator, differential, index, or variable in the surrounding expression; Use semantic derivative notation when multiple primes could be unclear.",
      "For plain text, copy ′ as U+2032; for structured equations, use ' in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Prime Symbol."
    ],
    "searchIntents": [
      "Prime Symbol symbol meaning",
      "Prime Symbol copy and paste",
      "Prime Symbol LaTeX",
      "Prime Symbol Unicode",
      "how to type Prime Symbol"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Prime Symbol against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "useCases": [
      "Use ′ in plain text when a Unicode character is appropriate and the destination preserves U+2032.",
      "Use ' in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Prime Symbol is used in calculus, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-prime",
    "symbol": "″",
    "slug": "double-prime",
    "name": "Double Prime Symbol",
    "aliases": [
      "second derivative",
      "seconds"
    ],
    "unicode": "U+2033",
    "htmlEntity": "",
    "htmlDecimal": "&#8243;",
    "latex": "''",
    "mathml": "<mo>″</mo>",
    "categories": [
      "calculus",
      "geometry",
      "differential-equations"
    ],
    "meaning": "Marks a second derivative or seconds of arc.",
    "usage": "Distinguish it from a quotation mark in plain text.",
    "pronunciation": "double prime symbol",
    "examples": [
      "f''(x)"
    ],
    "relatedSymbols": [
      "infinity",
      "euler-number",
      "summation",
      "product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2033.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type '' and press Space when Word supports the command.",
      "iPhone": "Copy and paste ″, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ″, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ″ or use Insert → Special characters. For structured math, use the equation editor and verify ''.",
      "excel": "Paste ″ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Prime Symbol (″): Meaning, Examples & LaTeX",
      "description": "Copy ″ (U+2033), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ″ is acting as an operator, differential, index, or variable in the surrounding expression; Distinguish it from a quotation mark in plain text.",
      "For plain text, copy ″ as U+2033; for structured equations, use '' in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Prime Symbol."
    ],
    "searchIntents": [
      "Double Prime Symbol symbol meaning",
      "Double Prime Symbol copy and paste",
      "Double Prime Symbol LaTeX",
      "Double Prime Symbol Unicode",
      "how to type Double Prime Symbol"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Double Prime Symbol against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "useCases": [
      "Use ″ in plain text when a Unicode character is appropriate and the destination preserves U+2033.",
      "Use '' in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Prime Symbol is used in calculus, geometry, differential equations with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Geometry Symbols",
      "Differential Equation Symbols"
    ],
    "confusableCharacters": [
      "∞ — Infinity",
      "e — Euler’s Number",
      "∑ — Summation"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "dot-product",
    "symbol": "⋅",
    "slug": "dot-product",
    "name": "Dot Operator",
    "aliases": [
      "scalar product",
      "multiplication dot"
    ],
    "unicode": "U+22C5",
    "htmlEntity": "",
    "htmlDecimal": "&#8901;",
    "latex": "\\cdot",
    "mathml": "<mo>⋅</mo>",
    "categories": [
      "linear-algebra",
      "basic-math"
    ],
    "meaning": "Represents scalar multiplication, ordinary multiplication, or the dot product.",
    "usage": "For vectors, define it as the scalar product.",
    "pronunciation": "dot operator",
    "examples": [
      "\\mathbf a \\cdot \\mathbf b"
    ],
    "relatedSymbols": [
      "logical-xor",
      "cross-product",
      "tensor-product",
      "direct-sum"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+22C5.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\cdot and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋅ or use Insert → Special characters. For structured math, use the equation editor and verify \\cdot.",
      "excel": "Paste ⋅ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Dot Operator (⋅): Meaning, Examples & LaTeX",
      "description": "Copy ⋅ (U+22C5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋅; For vectors, define it as the scalar product.",
      "For plain text, copy ⋅ as U+22C5; for structured equations, use \\cdot in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Dot Operator."
    ],
    "searchIntents": [
      "Dot Operator symbol meaning",
      "Dot Operator copy and paste",
      "Dot Operator LaTeX",
      "Dot Operator Unicode",
      "how to type Dot Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Dot Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "⊕ — Exclusive Or",
      "× — Cross Product",
      "⊗ — Tensor Product"
    ],
    "useCases": [
      "Use ⋅ in plain text when a Unicode character is appropriate and the destination preserves U+22C5.",
      "Use \\cdot in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Dot Operator is used in linear algebra, basic math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Linear Algebra Symbols",
      "Basic Math Symbols"
    ],
    "confusableCharacters": [
      "⊕ — Exclusive Or",
      "× — Cross Product",
      "⊗ — Tensor Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "cross-product",
    "symbol": "×",
    "slug": "cross-product",
    "name": "Cross Product",
    "aliases": [
      "vector product"
    ],
    "unicode": "U+00D7",
    "htmlEntity": "",
    "htmlDecimal": "&#215;",
    "latex": "\\times",
    "mathml": "<mo>×</mo>",
    "categories": [
      "linear-algebra"
    ],
    "meaning": "Represents the three-dimensional vector cross product.",
    "usage": "Use bold or arrow notation to make the vector operands clear.",
    "pronunciation": "cross product",
    "examples": [
      "\\mathbf a \\times \\mathbf b"
    ],
    "relatedSymbols": [
      "logical-xor",
      "dot-product",
      "tensor-product",
      "direct-sum"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+00D7.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\times and press Space when Word supports the command.",
      "iPhone": "Copy and paste ×, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ×, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste × or use Insert → Special characters. For structured math, use the equation editor and verify \\times.",
      "excel": "Paste × into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Cross Product (×): Meaning, Examples & LaTeX",
      "description": "Copy × (U+00D7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ×; Use bold or arrow notation to make the vector operands clear.",
      "For plain text, copy × as U+00D7; for structured equations, use \\times in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Cross Product."
    ],
    "searchIntents": [
      "Cross Product symbol meaning",
      "Cross Product copy and paste",
      "Cross Product LaTeX",
      "Cross Product Unicode",
      "how to type Cross Product"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "⊗ — Tensor Product"
    ],
    "useCases": [
      "Use × in plain text when a Unicode character is appropriate and the destination preserves U+00D7.",
      "Use \\times in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Cross Product is used in linear algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Linear Algebra Symbols"
    ],
    "confusableCharacters": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "⊗ — Tensor Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "tensor-product",
    "symbol": "⊗",
    "slug": "tensor-product",
    "name": "Tensor Product",
    "aliases": [
      "Kronecker product"
    ],
    "unicode": "U+2297",
    "htmlEntity": "",
    "htmlDecimal": "&#8855;",
    "latex": "\\otimes",
    "mathml": "<mo>⊗</mo>",
    "categories": [
      "linear-algebra",
      "tensor-calculus",
      "quantum-mechanics"
    ],
    "meaning": "Represents a tensor product or related product operation.",
    "usage": "Define the spaces and convention because implementations vary.",
    "pronunciation": "tensor product",
    "examples": [
      "V \\otimes W"
    ],
    "relatedSymbols": [
      "logical-xor",
      "dot-product",
      "cross-product",
      "direct-sum"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2297.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\otimes and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊗ or use Insert → Special characters. For structured math, use the equation editor and verify \\otimes.",
      "excel": "Paste ⊗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Tensor Product (⊗): Meaning, Examples & LaTeX",
      "description": "Copy ⊗ (U+2297), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊗ is acting as an operator, differential, index, or variable in the surrounding expression; Define the spaces and convention because implementations vary.",
      "For plain text, copy ⊗ as U+2297; for structured equations, use \\otimes in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Tensor Product."
    ],
    "searchIntents": [
      "Tensor Product symbol meaning",
      "Tensor Product copy and paste",
      "Tensor Product LaTeX",
      "Tensor Product Unicode",
      "how to type Tensor Product"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "× — Cross Product"
    ],
    "useCases": [
      "Use ⊗ in plain text when a Unicode character is appropriate and the destination preserves U+2297.",
      "Use \\otimes in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Tensor Product is used in linear algebra, tensor calculus, quantum mechanics with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Linear Algebra Symbols",
      "Tensor Calculus Symbols",
      "Quantum Mechanics Symbols"
    ],
    "confusableCharacters": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "× — Cross Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "direct-sum",
    "symbol": "⊕",
    "slug": "direct-sum",
    "name": "Direct Sum",
    "aliases": [
      "exclusive or"
    ],
    "unicode": "U+2295",
    "htmlEntity": "",
    "htmlDecimal": "&#8853;",
    "latex": "\\oplus",
    "mathml": "<mo>⊕</mo>",
    "categories": [
      "linear-algebra"
    ],
    "meaning": "Combines vector spaces or modules as a direct sum.",
    "usage": "Do not confuse it with exclusive OR in logic.",
    "pronunciation": "direct sum",
    "examples": [
      "V \\oplus W"
    ],
    "relatedSymbols": [
      "logical-xor",
      "dot-product",
      "cross-product",
      "tensor-product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2295.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\oplus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊕ or use Insert → Special characters. For structured math, use the equation editor and verify \\oplus.",
      "excel": "Paste ⊕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Direct Sum (⊕): Meaning, Examples & LaTeX",
      "description": "Copy ⊕ (U+2295), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊕; Do not confuse it with exclusive OR in logic.",
      "For plain text, copy ⊕ as U+2295; for structured equations, use \\oplus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Direct Sum."
    ],
    "searchIntents": [
      "Direct Sum symbol meaning",
      "Direct Sum copy and paste",
      "Direct Sum LaTeX",
      "Direct Sum Unicode",
      "how to type Direct Sum"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "× — Cross Product"
    ],
    "useCases": [
      "Use ⊕ in plain text when a Unicode character is appropriate and the destination preserves U+2295.",
      "Use \\oplus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Direct Sum is used in linear algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Linear Algebra Symbols"
    ],
    "confusableCharacters": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "× — Cross Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "maps-to",
    "symbol": "↦",
    "slug": "maps-to",
    "name": "Maps To",
    "aliases": [
      "mapsto"
    ],
    "unicode": "U+21A6",
    "htmlEntity": "",
    "htmlDecimal": "&#8614;",
    "latex": "\\mapsto",
    "mathml": "<mo>↦</mo>",
    "categories": [
      "linear-algebra",
      "arrows"
    ],
    "meaning": "Shows how an individual input is mapped to an output.",
    "usage": "Use it inside a function definition after the domain variable.",
    "pronunciation": "maps to",
    "examples": [
      "x \\mapsto x^2"
    ],
    "relatedSymbols": [
      "logical-xor",
      "dot-product",
      "cross-product",
      "tensor-product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+21A6.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mapsto and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↦, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↦, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↦ or use Insert → Special characters. For structured math, use the equation editor and verify \\mapsto.",
      "excel": "Paste ↦ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Maps To (↦): Meaning, Examples & LaTeX",
      "description": "Copy ↦ (U+21A6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↦; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↦ as U+21A6; for structured equations, use \\mapsto in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Maps To."
    ],
    "searchIntents": [
      "Maps To symbol meaning",
      "Maps To copy and paste",
      "Maps To LaTeX",
      "Maps To Unicode",
      "how to type Maps To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "× — Cross Product"
    ],
    "useCases": [
      "Use ↦ in plain text when a Unicode character is appropriate and the destination preserves U+21A6.",
      "Use \\mapsto in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Maps To is used in linear algebra, arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Linear Algebra Symbols",
      "Arrows"
    ],
    "confusableCharacters": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "× — Cross Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "vector-arrow",
    "symbol": "⃗",
    "slug": "vector-arrow",
    "name": "Combining Vector Arrow",
    "aliases": [
      "vector notation"
    ],
    "unicode": "U+20D7",
    "htmlEntity": "",
    "htmlDecimal": "&#8407;",
    "latex": "\\vec{}",
    "mathml": "<mo>⃗</mo>",
    "categories": [
      "linear-algebra",
      "math-alphanumeric"
    ],
    "meaning": "A combining arrow placed above a letter to denote a vector.",
    "usage": "LaTeX vector markup is more reliable than composing Unicode manually.",
    "pronunciation": "combining vector arrow",
    "examples": [
      "\\vec v"
    ],
    "relatedSymbols": [
      "logical-xor",
      "dot-product",
      "cross-product",
      "tensor-product"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+20D7.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\vec{} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⃗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⃗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⃗ or use Insert → Special characters. For structured math, use the equation editor and verify \\vec{}.",
      "excel": "Paste ⃗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Combining Vector Arrow (⃗): Meaning, Unicode & LaTeX",
      "description": "Copy ⃗, learn the meaning and semantic role of combining vector arrow, and get Unicode, LaTeX (\\vec{}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ⃗; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ⃗ as U+20D7; for structured equations, use \\vec{} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Combining Vector Arrow."
    ],
    "searchIntents": [
      "Combining Vector Arrow symbol meaning",
      "Combining Vector Arrow copy and paste",
      "Combining Vector Arrow LaTeX",
      "Combining Vector Arrow Unicode",
      "how to type Combining Vector Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "× — Cross Product"
    ],
    "useCases": [
      "Use ⃗ in plain text when a Unicode character is appropriate and the destination preserves U+20D7.",
      "Use \\vec{} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Combining Vector Arrow is used in linear algebra, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "accent",
    "primaryIntent": "apply the accent to the intended mathematical object without losing structure",
    "semanticRole": "A combining or accent mark that modifies the mathematical object beneath or beside it.",
    "commonDomains": [
      "Linear Algebra Symbols",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "⊕ — Exclusive Or",
      "⋅ — Dot Operator",
      "× — Cross Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "h-bar",
    "symbol": "ℏ",
    "slug": "h-bar",
    "name": "Reduced Planck Constant",
    "aliases": [
      "hbar"
    ],
    "unicode": "U+210F",
    "htmlEntity": "",
    "htmlDecimal": "&#8463;",
    "latex": "\\hbar",
    "mathml": "<mi>ℏ</mi>",
    "categories": [
      "physics",
      "constants",
      "quantum-mechanics"
    ],
    "meaning": "Represents the reduced Planck constant h divided by 2π.",
    "usage": "Use it in quantum-mechanical equations with compatible units.",
    "pronunciation": "reduced planck constant",
    "examples": [
      "E=\\hbar\\omega"
    ],
    "relatedSymbols": [
      "laplacian",
      "angstrom",
      "ohm",
      "micro-sign"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+210F.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\hbar and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℏ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℏ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℏ or use Insert → Special characters. For structured math, use the equation editor and verify \\hbar.",
      "excel": "Paste ℏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Reduced Planck Constant (ℏ): Meaning, Uses, Unicode & LaTeX",
      "description": "Copy ℏ, learn what reduced planck constant represents and where it is used, and get its Unicode, LaTeX (\\hbar), HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the physical quantity, units, and sign convention associated with ℏ; the same symbol can mean different things across disciplines.",
      "For plain text, copy ℏ as U+210F; for structured equations, use \\hbar in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Reduced Planck Constant."
    ],
    "searchIntents": [
      "Reduced Planck Constant symbol meaning",
      "Reduced Planck Constant copy and paste",
      "Reduced Planck Constant LaTeX",
      "Reduced Planck Constant Unicode",
      "how to type Reduced Planck Constant"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∆ — Laplacian Symbol",
      "Å — Angstrom",
      "Ω — Ohm"
    ],
    "useCases": [
      "Use ℏ in plain text when a Unicode character is appropriate and the destination preserves U+210F.",
      "Use \\hbar in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Reduced Planck Constant is used in physics, constants, quantum mechanics with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "constant",
    "primaryIntent": "identify the constant, understand its role, and copy the correct notation",
    "semanticRole": "A named mathematical constant or fixed symbolic quantity.",
    "commonDomains": [
      "Physics Symbols",
      "Mathematical Constants",
      "Quantum Mechanics Symbols"
    ],
    "confusableCharacters": [
      "∆ — Laplacian Symbol",
      "Å — Angstrom",
      "Ω — Ohm"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "angstrom",
    "symbol": "Å",
    "slug": "angstrom",
    "name": "Angstrom",
    "aliases": [
      "angstrom unit"
    ],
    "unicode": "U+00C5",
    "htmlEntity": "",
    "htmlDecimal": "&#197;",
    "latex": "\\mathring{A}",
    "mathml": "<mo>Å</mo>",
    "categories": [
      "physics",
      "currency-measurement"
    ],
    "meaning": "A non-SI unit of length equal to 10⁻¹⁰ metre.",
    "usage": "Prefer SI units where required, but angstrom remains common for atomic scales.",
    "pronunciation": "angstrom",
    "examples": [
      "1\\,\\text{Å}=10^{-10}\\,\\text{m}"
    ],
    "relatedSymbols": [
      "laplacian",
      "h-bar",
      "ohm",
      "micro-sign"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+00C5.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mathring{A} and press Space when Word supports the command.",
      "iPhone": "Copy and paste Å, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste Å, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste Å or use Insert → Special characters. For structured math, use the equation editor and verify \\mathring{A}.",
      "excel": "Paste Å into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Angstrom (Å): Meaning, Examples & LaTeX",
      "description": "Copy Å (U+00C5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep Å attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy Å as U+00C5; for structured equations, use \\mathring{A} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Angstrom."
    ],
    "searchIntents": [
      "Angstrom symbol meaning",
      "Angstrom copy and paste",
      "Angstrom LaTeX",
      "Angstrom Unicode",
      "how to type Angstrom"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Ω — Ohm"
    ],
    "useCases": [
      "Use Å in plain text when a Unicode character is appropriate and the destination preserves U+00C5.",
      "Use \\mathring{A} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Angstrom is used in physics, currency measurement with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Physics Symbols",
      "Currency and Measurement Symbols"
    ],
    "confusableCharacters": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Ω — Ohm"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "ohm",
    "symbol": "Ω",
    "slug": "ohm",
    "name": "Ohm",
    "aliases": [
      "electrical resistance unit"
    ],
    "unicode": "U+03A9",
    "htmlEntity": "",
    "htmlDecimal": "&#937;",
    "latex": "\\Omega",
    "mathml": "<mo>Ω</mo>",
    "categories": [
      "physics",
      "currency-measurement"
    ],
    "meaning": "The SI derived unit of electrical resistance.",
    "usage": "Write the unit symbol upright after a space from the number.",
    "pronunciation": "ohm",
    "examples": [
      "R=10\\,\\Omega"
    ],
    "relatedSymbols": [
      "laplacian",
      "h-bar",
      "angstrom",
      "micro-sign"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+03A9.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Omega and press Space when Word supports the command.",
      "iPhone": "Copy and paste Ω, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste Ω, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste Ω or use Insert → Special characters. For structured math, use the equation editor and verify \\Omega.",
      "excel": "Paste Ω into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Ohm (Ω): Meaning, Examples & LaTeX",
      "description": "Copy Ω (U+03A9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep Ω attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy Ω as U+03A9; for structured equations, use \\Omega in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Ohm."
    ],
    "searchIntents": [
      "Ohm symbol meaning",
      "Ohm copy and paste",
      "Ohm LaTeX",
      "Ohm Unicode",
      "how to type Ohm"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Å — Angstrom"
    ],
    "useCases": [
      "Use Ω in plain text when a Unicode character is appropriate and the destination preserves U+03A9.",
      "Use \\Omega in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Ohm is used in physics, currency measurement with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Physics Symbols",
      "Currency and Measurement Symbols"
    ],
    "confusableCharacters": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Å — Angstrom"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "micro-sign",
    "symbol": "µ",
    "slug": "micro-sign",
    "name": "Micro Sign",
    "aliases": [
      "micro prefix"
    ],
    "unicode": "U+00B5",
    "htmlEntity": "",
    "htmlDecimal": "&#181;",
    "latex": "\\mu",
    "mathml": "<mo>µ</mo>",
    "categories": [
      "physics",
      "currency-measurement"
    ],
    "meaning": "The SI prefix for one millionth, 10⁻⁶.",
    "usage": "Use it directly before a unit symbol without a space.",
    "pronunciation": "micro sign",
    "examples": [
      "5\\,\\mu\\text{m}"
    ],
    "relatedSymbols": [
      "laplacian",
      "h-bar",
      "angstrom",
      "ohm"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+00B5.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mu and press Space when Word supports the command.",
      "iPhone": "Copy and paste µ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste µ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste µ or use Insert → Special characters. For structured math, use the equation editor and verify \\mu.",
      "excel": "Paste µ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Micro Sign (µ): Meaning, Examples & LaTeX",
      "description": "Copy µ (U+00B5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep µ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy µ as U+00B5; for structured equations, use \\mu in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Micro Sign."
    ],
    "searchIntents": [
      "Micro Sign symbol meaning",
      "Micro Sign copy and paste",
      "Micro Sign LaTeX",
      "Micro Sign Unicode",
      "how to type Micro Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Å — Angstrom"
    ],
    "useCases": [
      "Use µ in plain text when a Unicode character is appropriate and the destination preserves U+00B5.",
      "Use \\mu in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Micro Sign is used in physics, currency measurement with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Physics Symbols",
      "Currency and Measurement Symbols"
    ],
    "confusableCharacters": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Å — Angstrom"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "degree-celsius",
    "symbol": "℃",
    "slug": "degree-celsius",
    "name": "Degree Celsius",
    "aliases": [
      "Celsius"
    ],
    "unicode": "U+2103",
    "htmlEntity": "",
    "htmlDecimal": "&#8451;",
    "latex": "{}^\\circ\\mathrm{C}",
    "mathml": "<mo>℃</mo>",
    "categories": [
      "physics",
      "chemistry",
      "currency-measurement"
    ],
    "meaning": "Represents temperature on the Celsius scale.",
    "usage": "In scientific typesetting, keep the unit upright and separate it from the value by a space.",
    "pronunciation": "degree celsius",
    "examples": [
      "20\\,{}^\\circ\\mathrm{C}"
    ],
    "relatedSymbols": [
      "laplacian",
      "h-bar",
      "angstrom",
      "ohm"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2103.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type {}^\\circ\\mathrm{C} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℃ or use Insert → Special characters. For structured math, use the equation editor and verify {}^\\circ\\mathrm{C}.",
      "excel": "Paste ℃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Degree Celsius (℃): Meaning, Examples & LaTeX",
      "description": "Copy ℃ (U+2103), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ℃ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ℃ as U+2103; for structured equations, use {}^\\circ\\mathrm{C} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Degree Celsius."
    ],
    "searchIntents": [
      "Degree Celsius symbol meaning",
      "Degree Celsius copy and paste",
      "Degree Celsius LaTeX",
      "Degree Celsius Unicode",
      "how to type Degree Celsius"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Å — Angstrom"
    ],
    "useCases": [
      "Use ℃ in plain text when a Unicode character is appropriate and the destination preserves U+2103.",
      "Use {}^\\circ\\mathrm{C} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Degree Celsius is used in physics, chemistry, currency measurement with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Physics Symbols",
      "Chemistry Symbols",
      "Currency and Measurement Symbols"
    ],
    "confusableCharacters": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Å — Angstrom"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "degree-fahrenheit",
    "symbol": "℉",
    "slug": "degree-fahrenheit",
    "name": "Degree Fahrenheit",
    "aliases": [
      "Fahrenheit"
    ],
    "unicode": "U+2109",
    "htmlEntity": "",
    "htmlDecimal": "&#8457;",
    "latex": "{}^\\circ\\mathrm{F}",
    "mathml": "<mo>℉</mo>",
    "categories": [
      "physics",
      "currency-measurement"
    ],
    "meaning": "Represents temperature on the Fahrenheit scale.",
    "usage": "Use it only where Fahrenheit is the expected temperature scale.",
    "pronunciation": "degree fahrenheit",
    "examples": [
      "68\\,{}^\\circ\\mathrm{F}"
    ],
    "relatedSymbols": [
      "laplacian",
      "h-bar",
      "angstrom",
      "ohm"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2109.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type {}^\\circ\\mathrm{F} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℉ or use Insert → Special characters. For structured math, use the equation editor and verify {}^\\circ\\mathrm{F}.",
      "excel": "Paste ℉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Degree Fahrenheit (℉): Meaning, Examples & LaTeX",
      "description": "Copy ℉ (U+2109), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ℉ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ℉ as U+2109; for structured equations, use {}^\\circ\\mathrm{F} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Degree Fahrenheit."
    ],
    "searchIntents": [
      "Degree Fahrenheit symbol meaning",
      "Degree Fahrenheit copy and paste",
      "Degree Fahrenheit LaTeX",
      "Degree Fahrenheit Unicode",
      "how to type Degree Fahrenheit"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Å — Angstrom"
    ],
    "useCases": [
      "Use ℉ in plain text when a Unicode character is appropriate and the destination preserves U+2109.",
      "Use {}^\\circ\\mathrm{F} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Degree Fahrenheit is used in physics, currency measurement with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Physics Symbols",
      "Currency and Measurement Symbols"
    ],
    "confusableCharacters": [
      "∆ — Laplacian Symbol",
      "ℏ — Reduced Planck Constant",
      "Å — Angstrom"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "reversible-reaction",
    "symbol": "⇌",
    "slug": "reversible-reaction",
    "name": "Reversible Reaction Arrow",
    "aliases": [
      "equilibrium arrow"
    ],
    "unicode": "U+21CC",
    "htmlEntity": "",
    "htmlDecimal": "&#8652;",
    "latex": "\\rightleftharpoons",
    "mathml": "<mo>⇌</mo>",
    "categories": [
      "chemistry",
      "arrows"
    ],
    "meaning": "Shows a reversible chemical reaction or dynamic equilibrium.",
    "usage": "Place reactants on the left and products on the right.",
    "pronunciation": "reversible reaction arrow",
    "examples": [
      "A+B \\rightleftharpoons C"
    ],
    "relatedSymbols": [
      "degree-celsius",
      "reaction-yields",
      "left-right-harpoons",
      "angstrom-sign"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+21CC.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rightleftharpoons and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇌ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightleftharpoons.",
      "excel": "Paste ⇌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Reversible Reaction Arrow (⇌): Meaning, Examples & LaTeX",
      "description": "Copy ⇌ (U+21CC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ⇌; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ⇌ as U+21CC; for structured equations, use \\rightleftharpoons in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Reversible Reaction Arrow."
    ],
    "searchIntents": [
      "Reversible Reaction Arrow symbol meaning",
      "Reversible Reaction Arrow copy and paste",
      "Reversible Reaction Arrow LaTeX",
      "Reversible Reaction Arrow Unicode",
      "how to type Reversible Reaction Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "℃ — Degree Celsius",
      "⟶ — Long Right Arrow",
      "⇋ — Left Right Harpoons"
    ],
    "useCases": [
      "Use ⇌ in plain text when a Unicode character is appropriate and the destination preserves U+21CC.",
      "Use \\rightleftharpoons in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Reversible Reaction Arrow is used in chemistry, arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Chemistry Symbols",
      "Arrows"
    ],
    "confusableCharacters": [
      "℃ — Degree Celsius",
      "⟶ — Long Right Arrow",
      "⇋ — Left Right Harpoons"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "reaction-yields",
    "symbol": "⟶",
    "slug": "reaction-yields",
    "name": "Long Right Arrow",
    "aliases": [
      "yields",
      "reaction arrow"
    ],
    "unicode": "U+27F6",
    "htmlEntity": "",
    "htmlDecimal": "&#10230;",
    "latex": "\\longrightarrow",
    "mathml": "<mo>⟶</mo>",
    "categories": [
      "chemistry",
      "arrows"
    ],
    "meaning": "Shows the direction from reactants to products in a chemical equation.",
    "usage": "Add conditions above or below the arrow when needed.",
    "pronunciation": "long right arrow",
    "examples": [
      "A+B \\longrightarrow C"
    ],
    "relatedSymbols": [
      "degree-celsius",
      "reversible-reaction",
      "left-right-harpoons",
      "angstrom-sign"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+27F6.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\longrightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟶, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟶, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟶ or use Insert → Special characters. For structured math, use the equation editor and verify \\longrightarrow.",
      "excel": "Paste ⟶ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Right Arrow (⟶): Meaning, Examples & LaTeX",
      "description": "Copy ⟶ (U+27F6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ⟶; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ⟶ as U+27F6; for structured equations, use \\longrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Right Arrow."
    ],
    "searchIntents": [
      "Long Right Arrow symbol meaning",
      "Long Right Arrow copy and paste",
      "Long Right Arrow LaTeX",
      "Long Right Arrow Unicode",
      "how to type Long Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "℃ — Degree Celsius",
      "⇌ — Reversible Reaction Arrow",
      "⇋ — Left Right Harpoons"
    ],
    "useCases": [
      "Use ⟶ in plain text when a Unicode character is appropriate and the destination preserves U+27F6.",
      "Use \\longrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Right Arrow is used in chemistry, arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Chemistry Symbols",
      "Arrows"
    ],
    "confusableCharacters": [
      "℃ — Degree Celsius",
      "⇌ — Reversible Reaction Arrow",
      "⇋ — Left Right Harpoons"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "up-arrow",
    "symbol": "↑",
    "slug": "up-arrow",
    "name": "Up Arrow",
    "aliases": [
      "increase",
      "upward"
    ],
    "unicode": "U+2191",
    "htmlEntity": "",
    "htmlDecimal": "&#8593;",
    "latex": "\\uparrow",
    "mathml": "<mo>↑</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Indicates upward direction, increase, or an emitted gas in chemistry.",
    "usage": "Interpret it from surrounding notation.",
    "pronunciation": "up arrow",
    "examples": [
      "x \\uparrow"
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2191.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\uparrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↑ or use Insert → Special characters. For structured math, use the equation editor and verify \\uparrow.",
      "excel": "Paste ↑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Up Arrow (↑): Meaning, Examples & LaTeX",
      "description": "Copy ↑ (U+2191), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↑; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↑ as U+2191; for structured equations, use \\uparrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Up Arrow."
    ],
    "searchIntents": [
      "Up Arrow symbol meaning",
      "Up Arrow copy and paste",
      "Up Arrow LaTeX",
      "Up Arrow Unicode",
      "how to type Up Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↑ in plain text when a Unicode character is appropriate and the destination preserves U+2191.",
      "Use \\uparrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Up Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "down-arrow",
    "symbol": "↓",
    "slug": "down-arrow",
    "name": "Down Arrow",
    "aliases": [
      "decrease",
      "downward"
    ],
    "unicode": "U+2193",
    "htmlEntity": "",
    "htmlDecimal": "&#8595;",
    "latex": "\\downarrow",
    "mathml": "<mo>↓</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Indicates downward direction, decrease, or a precipitate in chemistry.",
    "usage": "Interpret it from surrounding notation.",
    "pronunciation": "down arrow",
    "examples": [
      "x \\downarrow"
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2193.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\downarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↓ or use Insert → Special characters. For structured math, use the equation editor and verify \\downarrow.",
      "excel": "Paste ↓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Down Arrow (↓): Meaning, Examples & LaTeX",
      "description": "Copy ↓ (U+2193), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↓; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↓ as U+2193; for structured equations, use \\downarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Down Arrow."
    ],
    "searchIntents": [
      "Down Arrow symbol meaning",
      "Down Arrow copy and paste",
      "Down Arrow LaTeX",
      "Down Arrow Unicode",
      "how to type Down Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↓ in plain text when a Unicode character is appropriate and the destination preserves U+2193.",
      "Use \\downarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Down Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-right-arrow",
    "symbol": "⇒",
    "slug": "double-right-arrow",
    "name": "Double Right Arrow",
    "aliases": [
      "implies"
    ],
    "unicode": "U+21D2",
    "htmlEntity": "",
    "htmlDecimal": "&#8658;",
    "latex": "\\Rightarrow",
    "mathml": "<mo>⇒</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Indicates implication or a strong transformation step.",
    "usage": "Use it for logical consequence, not ordinary function mapping.",
    "pronunciation": "double right arrow",
    "examples": [
      "P \\Rightarrow Q"
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+21D2.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Rightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇒ or use Insert → Special characters. For structured math, use the equation editor and verify \\Rightarrow.",
      "excel": "Paste ⇒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Right Arrow (⇒): Meaning, Examples & LaTeX",
      "description": "Copy ⇒ (U+21D2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇒; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇒ as U+21D2; for structured equations, use \\Rightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Right Arrow."
    ],
    "searchIntents": [
      "Double Right Arrow symbol meaning",
      "Double Right Arrow copy and paste",
      "Double Right Arrow LaTeX",
      "Double Right Arrow Unicode",
      "how to type Double Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇒ in plain text when a Unicode character is appropriate and the destination preserves U+21D2.",
      "Use \\Rightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-left-right-arrow",
    "symbol": "⇔",
    "slug": "double-left-right-arrow",
    "name": "Double Left Right Arrow",
    "aliases": [
      "if and only if"
    ],
    "unicode": "U+21D4",
    "htmlEntity": "",
    "htmlDecimal": "&#8660;",
    "latex": "\\Leftrightarrow",
    "mathml": "<mo>⇔</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Indicates logical equivalence or a reversible transformation.",
    "usage": "Use it when both directions are valid.",
    "pronunciation": "double left right arrow",
    "examples": [
      "P \\Leftrightarrow Q"
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+21D4.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Leftrightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇔ or use Insert → Special characters. For structured math, use the equation editor and verify \\Leftrightarrow.",
      "excel": "Paste ⇔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Left Right Arrow (⇔): Meaning, Examples & LaTeX",
      "description": "Copy ⇔ (U+21D4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇔; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇔ as U+21D4; for structured equations, use \\Leftrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Left Right Arrow."
    ],
    "searchIntents": [
      "Double Left Right Arrow symbol meaning",
      "Double Left Right Arrow copy and paste",
      "Double Left Right Arrow LaTeX",
      "Double Left Right Arrow Unicode",
      "how to type Double Left Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇔ in plain text when a Unicode character is appropriate and the destination preserves U+21D4.",
      "Use \\Leftrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Left Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "blackboard-c",
    "symbol": "ℂ",
    "slug": "blackboard-c",
    "name": "Complex Numbers",
    "aliases": [
      "complex number set"
    ],
    "unicode": "U+2102",
    "htmlEntity": "",
    "htmlDecimal": "&#8450;",
    "latex": "\\mathbb{C}",
    "mathml": "<mi>ℂ</mi>",
    "categories": [
      "number-sets",
      "math-alphanumeric"
    ],
    "meaning": "Denotes the set of complex numbers.",
    "usage": "Use blackboard bold C in mathematical typesetting.",
    "pronunciation": "complex numbers",
    "examples": [
      "z\\in\\mathbb{C}"
    ],
    "relatedSymbols": [
      "natural-numbers",
      "integers",
      "rational-numbers",
      "real-numbers"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2102.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mathbb{C} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℂ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℂ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℂ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{C}.",
      "excel": "Paste ℂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℂ Complex Numbers Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℂ, learn what the complex numbers set contains, see membership notation, and get Unicode, LaTeX (\\mathbb{C}), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℂ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℂ as U+2102; for structured equations, use \\mathbb{C} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Complex Numbers."
    ],
    "searchIntents": [
      "Complex Numbers symbol meaning",
      "Complex Numbers copy and paste",
      "Complex Numbers LaTeX",
      "Complex Numbers Unicode",
      "how to type Complex Numbers"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℕ — Natural Numbers",
      "ℤ — Integers",
      "ℚ — Rational Numbers"
    ],
    "useCases": [
      "Use ℂ in plain text when a Unicode character is appropriate and the destination preserves U+2102.",
      "Use \\mathbb{C} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Complex Numbers is used in number sets, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "ℕ — Natural Numbers",
      "ℤ — Integers",
      "ℚ — Rational Numbers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "blackboard-h",
    "symbol": "ℍ",
    "slug": "blackboard-h",
    "name": "Quaternions",
    "aliases": [
      "quaternion set"
    ],
    "unicode": "U+210D",
    "htmlEntity": "",
    "htmlDecimal": "&#8461;",
    "latex": "\\mathbb{H}",
    "mathml": "<mi>ℍ</mi>",
    "categories": [
      "number-sets",
      "math-alphanumeric"
    ],
    "meaning": "Denotes the quaternion number system.",
    "usage": "Define it when the audience may not know quaternion notation.",
    "pronunciation": "quaternions",
    "examples": [
      "q\\in\\mathbb{H}"
    ],
    "relatedSymbols": [
      "natural-numbers",
      "integers",
      "rational-numbers",
      "real-numbers"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+210D.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mathbb{H} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℍ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℍ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℍ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{H}.",
      "excel": "Paste ℍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℍ Quaternions Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℍ, learn what the quaternions set contains, see membership notation, and get Unicode, LaTeX (\\mathbb{H}), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℍ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℍ as U+210D; for structured equations, use \\mathbb{H} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Quaternions."
    ],
    "searchIntents": [
      "Quaternions symbol meaning",
      "Quaternions copy and paste",
      "Quaternions LaTeX",
      "Quaternions Unicode",
      "how to type Quaternions"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℕ — Natural Numbers",
      "ℤ — Integers",
      "ℚ — Rational Numbers"
    ],
    "useCases": [
      "Use ℍ in plain text when a Unicode character is appropriate and the destination preserves U+210D.",
      "Use \\mathbb{H} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Quaternions is used in number sets, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "ℕ — Natural Numbers",
      "ℤ — Integers",
      "ℚ — Rational Numbers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "script-l",
    "symbol": "ℒ",
    "slug": "script-l",
    "name": "Script L",
    "aliases": [
      "Laplace transform"
    ],
    "unicode": "U+2112",
    "htmlEntity": "",
    "htmlDecimal": "&#8466;",
    "latex": "\\mathcal{L}",
    "mathml": "<mi>ℒ</mi>",
    "categories": [
      "math-alphanumeric",
      "calculus"
    ],
    "meaning": "Often denotes the Laplace transform or a Lagrangian.",
    "usage": "Define the operator or function represented by script L.",
    "pronunciation": "script l",
    "examples": [
      "\\mathcal{L}\\{f(t)\\}"
    ],
    "relatedSymbols": [
      "vector-arrow",
      "blackboard-c",
      "blackboard-h",
      "script-f"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2112.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mathcal{L} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℒ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℒ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℒ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathcal{L}.",
      "excel": "Paste ℒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Script L (ℒ): Meaning, Unicode & LaTeX",
      "description": "Copy ℒ, learn the meaning and semantic role of script l, and get Unicode, LaTeX (\\mathcal{L}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℒ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℒ as U+2112; for structured equations, use \\mathcal{L} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Script L."
    ],
    "searchIntents": [
      "Script L symbol meaning",
      "Script L copy and paste",
      "Script L LaTeX",
      "Script L Unicode",
      "how to type Script L"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Script L against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "⃗ — Combining Vector Arrow",
      "ℂ — Complex Numbers",
      "ℍ — Quaternions"
    ],
    "useCases": [
      "Use ℒ in plain text when a Unicode character is appropriate and the destination preserves U+2112.",
      "Use \\mathcal{L} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Script L is used in math alphanumeric, calculus with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols",
      "Calculus Symbols"
    ],
    "confusableCharacters": [
      "⃗ — Combining Vector Arrow",
      "ℂ — Complex Numbers",
      "ℍ — Quaternions"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "script-f",
    "symbol": "ℱ",
    "slug": "script-f",
    "name": "Script F",
    "aliases": [
      "Fourier transform"
    ],
    "unicode": "U+2131",
    "htmlEntity": "",
    "htmlDecimal": "&#8497;",
    "latex": "\\mathcal{F}",
    "mathml": "<mi>ℱ</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "Often denotes a Fourier transform, family, or sigma-algebra.",
    "usage": "Define the object because script F has multiple conventions.",
    "pronunciation": "script f",
    "examples": [
      "\\mathcal{F}\\{f\\}"
    ],
    "relatedSymbols": [
      "vector-arrow",
      "blackboard-c",
      "blackboard-h",
      "script-l"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2131.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mathcal{F} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℱ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℱ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℱ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathcal{F}.",
      "excel": "Paste ℱ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Script F (ℱ): Meaning, Unicode & LaTeX",
      "description": "Copy ℱ, learn the meaning and semantic role of script f, and get Unicode, LaTeX (\\mathcal{F}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℱ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℱ as U+2131; for structured equations, use \\mathcal{F} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Script F."
    ],
    "searchIntents": [
      "Script F symbol meaning",
      "Script F copy and paste",
      "Script F LaTeX",
      "Script F Unicode",
      "how to type Script F"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⃗ — Combining Vector Arrow",
      "ℂ — Complex Numbers",
      "ℍ — Quaternions"
    ],
    "useCases": [
      "Use ℱ in plain text when a Unicode character is appropriate and the destination preserves U+2131.",
      "Use \\mathcal{F} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Script F is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "⃗ — Combining Vector Arrow",
      "ℂ — Complex Numbers",
      "ℍ — Quaternions"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "per-mille",
    "symbol": "‰",
    "slug": "per-mille",
    "name": "Per Mille Sign",
    "aliases": [
      "per thousand"
    ],
    "unicode": "U+2030",
    "htmlEntity": "",
    "htmlDecimal": "&#8240;",
    "latex": "\\textperthousand",
    "mathml": "<mo>‰</mo>",
    "categories": [
      "currency-measurement",
      "statistics"
    ],
    "meaning": "Represents parts per thousand.",
    "usage": "Use it when the denominator is 1000 rather than 100.",
    "pronunciation": "per mille sign",
    "examples": [
      "5‰=0.005"
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Open Character Map and search by name or Unicode U+2030.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\textperthousand and press Space when Word supports the command.",
      "iPhone": "Copy and paste ‰, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ‰, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ‰ or use Insert → Special characters. For structured math, use the equation editor and verify \\textperthousand.",
      "excel": "Paste ‰ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Per Mille Sign (‰): Meaning, Examples & LaTeX",
      "description": "Copy ‰ (U+2030), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define ‰ near first use because statistical and probability conventions can distinguish sample, population, estimator, and parameter meanings.",
      "For plain text, copy ‰ as U+2030; for structured equations, use \\textperthousand in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Per Mille Sign."
    ],
    "searchIntents": [
      "Per Mille Sign symbol meaning",
      "Per Mille Sign copy and paste",
      "Per Mille Sign LaTeX",
      "Per Mille Sign Unicode",
      "how to type Per Mille Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ‰ in plain text when a Unicode character is appropriate and the destination preserves U+2030.",
      "Use \\textperthousand in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Per Mille Sign is used in currency measurement, statistics with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Statistics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "because-symbol",
    "symbol": "∵",
    "slug": "because-symbol",
    "name": "Because Symbol",
    "aliases": [
      "because sign"
    ],
    "unicode": "U+2235",
    "htmlEntity": "",
    "htmlDecimal": "&#8757;",
    "latex": "\\because",
    "mathml": "<mo>∵</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Introduces a reason, premise, or justification in a compact mathematical argument.",
    "usage": "Use it before the statement that explains why a preceding conclusion is valid.",
    "pronunciation": "because symbol",
    "examples": [
      "x=2\\ \\because\\ x^2=4"
    ],
    "relatedSymbols": [
      "therefore"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Because Symbol, or paste the Unicode character (U+2235).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Because Symbol.",
      "word": "In an equation, type \\because and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ∵, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∵, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∵ or use Insert → Special characters. For structured math, use the equation editor and verify \\because.",
      "excel": "Paste ∵ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Because Symbol (∵): Meaning, Examples & LaTeX",
      "description": "Copy ∵ (U+2235), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ∵; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ∵ as U+2235; for structured equations, use \\because in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Because Symbol."
    ],
    "searchIntents": [
      "Because Symbol symbol meaning",
      "Because Symbol copy and paste",
      "Because Symbol LaTeX",
      "Because Symbol Unicode",
      "how to type Because Symbol"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Because Symbol against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∴ — Therefore"
    ],
    "useCases": [
      "Use ∵ in plain text when a Unicode character is appropriate and the destination preserves U+2235.",
      "Use \\because in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Because Symbol is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∴ — Therefore"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-exists",
    "symbol": "∄",
    "slug": "not-exists",
    "name": "There Does Not Exist",
    "aliases": [
      "not exists",
      "nonexistence quantifier"
    ],
    "unicode": "U+2204",
    "htmlEntity": "",
    "htmlDecimal": "&#8708;",
    "latex": "\\nexists",
    "mathml": "<mo>∄</mo>",
    "categories": [
      "logic",
      "set-theory"
    ],
    "meaning": "States that no object satisfies a stated property.",
    "usage": "Place it before a variable and condition when a mathematical object does not exist.",
    "pronunciation": "there does not exist",
    "examples": [
      "\\nexists x\\in\\mathbb{R}:x^2=-1"
    ],
    "relatedSymbols": [
      "exists",
      "for-all"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for There Does Not Exist, or paste the Unicode character (U+2204).",
      "mac": "Open Character Viewer with Control–Command–Space and search for There Does Not Exist.",
      "word": "In an equation, type \\nexists and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ∄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∄ or use Insert → Special characters. For structured math, use the equation editor and verify \\nexists.",
      "excel": "Paste ∄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "There Does Not Exist (∄): Meaning, Examples & LaTeX",
      "description": "Copy ∄ (U+2204), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ∄; Place it before a variable and condition when a mathematical object does not exist.",
      "For plain text, copy ∄ as U+2204; for structured equations, use \\nexists in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is There Does Not Exist."
    ],
    "searchIntents": [
      "There Does Not Exist symbol meaning",
      "There Does Not Exist copy and paste",
      "There Does Not Exist LaTeX",
      "There Does Not Exist Unicode",
      "how to type There Does Not Exist"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∃ — There Exists",
      "∀ — For All"
    ],
    "useCases": [
      "Use ∄ in plain text when a Unicode character is appropriate and the destination preserves U+2204.",
      "Use \\nexists in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when There Does Not Exist is used in logic, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∃ — There Exists",
      "∀ — For All"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-angle",
    "symbol": "∟",
    "slug": "right-angle",
    "name": "Right Angle Symbol",
    "aliases": [
      "right angle mark"
    ],
    "unicode": "U+221F",
    "htmlEntity": "",
    "htmlDecimal": "&#8735;",
    "latex": "\\rightangle",
    "mathml": "<mo>∟</mo>",
    "categories": [
      "geometry"
    ],
    "meaning": "Marks an angle whose measure is exactly ninety degrees.",
    "usage": "Use it in geometric diagrams or explanations when an angle is known to be perpendicular.",
    "pronunciation": "right angle symbol",
    "examples": [
      "\\angle ABC=90^\\circ"
    ],
    "relatedSymbols": [
      "angle",
      "perpendicular"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Right Angle Symbol, or paste the Unicode character (U+221F).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Right Angle Symbol.",
      "word": "In an equation, type \\rightangle and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ∟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∟ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightangle.",
      "excel": "Paste ∟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Angle Symbol (∟): Meaning, Examples & LaTeX",
      "description": "Copy ∟ (U+221F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ∟; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ∟ as U+221F; for structured equations, use \\rightangle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Angle Symbol."
    ],
    "searchIntents": [
      "Right Angle Symbol symbol meaning",
      "Right Angle Symbol copy and paste",
      "Right Angle Symbol LaTeX",
      "Right Angle Symbol Unicode",
      "how to type Right Angle Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∠ — Angle",
      "⊥ — Perpendicular"
    ],
    "useCases": [
      "Use ∟ in plain text when a Unicode character is appropriate and the destination preserves U+221F.",
      "Use \\rightangle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Angle Symbol is used in geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∠ — Angle",
      "⊥ — Perpendicular"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-arrow",
    "symbol": "←",
    "slug": "left-arrow",
    "name": "Left Arrow",
    "aliases": [
      "leftwards arrow"
    ],
    "unicode": "U+2190",
    "htmlEntity": "",
    "htmlDecimal": "&#8592;",
    "latex": "\\leftarrow",
    "mathml": "<mo>←</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Indicates motion, mapping, implication, or assignment toward the left.",
    "usage": "Use its meaning according to context, especially in mappings, limits, and rewriting steps.",
    "pronunciation": "left arrow",
    "examples": [
      "A\\leftarrow B"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Left Arrow, or paste the Unicode character (U+2190).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Left Arrow.",
      "word": "In an equation, type \\leftarrow and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ←, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ←, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ← or use Insert → Special characters. For structured math, use the equation editor and verify \\leftarrow.",
      "excel": "Paste ← into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Arrow (←): Meaning, Examples & LaTeX",
      "description": "Copy ← (U+2190), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ←; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ← as U+2190; for structured equations, use \\leftarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Arrow."
    ],
    "searchIntents": [
      "Left Arrow symbol meaning",
      "Left Arrow copy and paste",
      "Left Arrow LaTeX",
      "Left Arrow Unicode",
      "how to type Left Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "↔ — Left Right Arrow"
    ],
    "useCases": [
      "Use ← in plain text when a Unicode character is appropriate and the destination preserves U+2190.",
      "Use \\leftarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "↔ — Left Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "up-down-arrow",
    "symbol": "↕",
    "slug": "up-down-arrow",
    "name": "Up Down Arrow",
    "aliases": [
      "vertical double arrow"
    ],
    "unicode": "U+2195",
    "htmlEntity": "",
    "htmlDecimal": "&#8597;",
    "latex": "\\updownarrow",
    "mathml": "<mo>↕</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Shows movement or relation in both vertical directions.",
    "usage": "Use it for bidirectional vertical processes, ordering diagrams, or keyboard notation.",
    "pronunciation": "up down arrow",
    "examples": [
      "a\\updownarrow b"
    ],
    "relatedSymbols": [
      "up-arrow",
      "down-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Up Down Arrow, or paste the Unicode character (U+2195).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Up Down Arrow.",
      "word": "In an equation, type \\updownarrow and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ↕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↕ or use Insert → Special characters. For structured math, use the equation editor and verify \\updownarrow.",
      "excel": "Paste ↕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Up Down Arrow (↕): Meaning, Examples & LaTeX",
      "description": "Copy ↕ (U+2195), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↕; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↕ as U+2195; for structured equations, use \\updownarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Up Down Arrow."
    ],
    "searchIntents": [
      "Up Down Arrow symbol meaning",
      "Up Down Arrow copy and paste",
      "Up Down Arrow LaTeX",
      "Up Down Arrow Unicode",
      "how to type Up Down Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "↑ — Up Arrow",
      "↓ — Down Arrow"
    ],
    "useCases": [
      "Use ↕ in plain text when a Unicode character is appropriate and the destination preserves U+2195.",
      "Use \\updownarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Up Down Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "↑ — Up Arrow",
      "↓ — Down Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "long-left-right-arrow",
    "symbol": "⟷",
    "slug": "long-left-right-arrow",
    "name": "Long Left Right Arrow",
    "aliases": [
      "long bidirectional arrow"
    ],
    "unicode": "U+27F7",
    "htmlEntity": "",
    "htmlDecimal": "&#10231;",
    "latex": "\\longleftrightarrow",
    "mathml": "<mo>⟷</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents a long bidirectional relation or equivalence arrow.",
    "usage": "Use it when a wider arrow improves readability between long expressions.",
    "pronunciation": "long left right arrow",
    "examples": [
      "P\\longleftrightarrow Q"
    ],
    "relatedSymbols": [
      "left-right-arrow",
      "double-left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Long Left Right Arrow, or paste the Unicode character (U+27F7).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Long Left Right Arrow.",
      "word": "In an equation, type \\longleftrightarrow and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ⟷, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟷, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟷ or use Insert → Special characters. For structured math, use the equation editor and verify \\longleftrightarrow.",
      "excel": "Paste ⟷ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Left Right Arrow (⟷): Meaning, Examples & LaTeX",
      "description": "Copy ⟷ (U+27F7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟷; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟷ as U+27F7; for structured equations, use \\longleftrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Left Right Arrow."
    ],
    "searchIntents": [
      "Long Left Right Arrow symbol meaning",
      "Long Left Right Arrow copy and paste",
      "Long Left Right Arrow LaTeX",
      "Long Left Right Arrow Unicode",
      "how to type Long Left Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "↔ — Left Right Arrow",
      "⇔ — Double Left Right Arrow"
    ],
    "useCases": [
      "Use ⟷ in plain text when a Unicode character is appropriate and the destination preserves U+27F7.",
      "Use \\longleftrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Left Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "↔ — Left Right Arrow",
      "⇔ — Double Left Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "northwest-arrow",
    "symbol": "↖",
    "slug": "northwest-arrow",
    "name": "North West Arrow",
    "aliases": [
      "upper-left arrow"
    ],
    "unicode": "U+2196",
    "htmlEntity": "",
    "htmlDecimal": "&#8598;",
    "latex": "\\nwarrow",
    "mathml": "<mo>↖</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Points diagonally toward the upper left.",
    "usage": "Use it in diagrams, commutative maps, and directional annotations.",
    "pronunciation": "north west arrow",
    "examples": [
      "A\\nwarrow B"
    ],
    "relatedSymbols": [
      "northeast-arrow",
      "southwest-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for North West Arrow, or paste the Unicode character (U+2196).",
      "mac": "Open Character Viewer with Control–Command–Space and search for North West Arrow.",
      "word": "In an equation, type \\nwarrow and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ↖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↖ or use Insert → Special characters. For structured math, use the equation editor and verify \\nwarrow.",
      "excel": "Paste ↖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "North West Arrow (↖): Meaning, Examples & LaTeX",
      "description": "Copy ↖ (U+2196), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↖; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↖ as U+2196; for structured equations, use \\nwarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is North West Arrow."
    ],
    "searchIntents": [
      "North West Arrow symbol meaning",
      "North West Arrow copy and paste",
      "North West Arrow LaTeX",
      "North West Arrow Unicode",
      "how to type North West Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "↗ — North East Arrow",
      "↙ — South West Arrow"
    ],
    "useCases": [
      "Use ↖ in plain text when a Unicode character is appropriate and the destination preserves U+2196.",
      "Use \\nwarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when North West Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "↗ — North East Arrow",
      "↙ — South West Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "northeast-arrow",
    "symbol": "↗",
    "slug": "northeast-arrow",
    "name": "North East Arrow",
    "aliases": [
      "upper-right arrow"
    ],
    "unicode": "U+2197",
    "htmlEntity": "",
    "htmlDecimal": "&#8599;",
    "latex": "\\nearrow",
    "mathml": "<mo>↗</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Points diagonally toward the upper right.",
    "usage": "Use it in diagrams, monotonic trend notation, and directional annotations.",
    "pronunciation": "north east arrow",
    "examples": [
      "A\\nearrow B"
    ],
    "relatedSymbols": [
      "northwest-arrow",
      "southeast-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for North East Arrow, or paste the Unicode character (U+2197).",
      "mac": "Open Character Viewer with Control–Command–Space and search for North East Arrow.",
      "word": "In an equation, type \\nearrow and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ↗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↗ or use Insert → Special characters. For structured math, use the equation editor and verify \\nearrow.",
      "excel": "Paste ↗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "North East Arrow (↗): Meaning, Examples & LaTeX",
      "description": "Copy ↗ (U+2197), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↗; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↗ as U+2197; for structured equations, use \\nearrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is North East Arrow."
    ],
    "searchIntents": [
      "North East Arrow symbol meaning",
      "North East Arrow copy and paste",
      "North East Arrow LaTeX",
      "North East Arrow Unicode",
      "how to type North East Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "↖ — North West Arrow",
      "↘ — South East Arrow"
    ],
    "useCases": [
      "Use ↗ in plain text when a Unicode character is appropriate and the destination preserves U+2197.",
      "Use \\nearrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when North East Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "↖ — North West Arrow",
      "↘ — South East Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "southeast-arrow",
    "symbol": "↘",
    "slug": "southeast-arrow",
    "name": "South East Arrow",
    "aliases": [
      "lower-right arrow"
    ],
    "unicode": "U+2198",
    "htmlEntity": "",
    "htmlDecimal": "&#8600;",
    "latex": "\\searrow",
    "mathml": "<mo>↘</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Points diagonally toward the lower right.",
    "usage": "Use it in diagrams, decreasing trend notation, and directional annotations.",
    "pronunciation": "south east arrow",
    "examples": [
      "A\\searrow B"
    ],
    "relatedSymbols": [
      "northeast-arrow",
      "southwest-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for South East Arrow, or paste the Unicode character (U+2198).",
      "mac": "Open Character Viewer with Control–Command–Space and search for South East Arrow.",
      "word": "In an equation, type \\searrow and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ↘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↘ or use Insert → Special characters. For structured math, use the equation editor and verify \\searrow.",
      "excel": "Paste ↘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "South East Arrow (↘): Meaning, Examples & LaTeX",
      "description": "Copy ↘ (U+2198), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↘; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↘ as U+2198; for structured equations, use \\searrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is South East Arrow."
    ],
    "searchIntents": [
      "South East Arrow symbol meaning",
      "South East Arrow copy and paste",
      "South East Arrow LaTeX",
      "South East Arrow Unicode",
      "how to type South East Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "↗ — North East Arrow",
      "↙ — South West Arrow"
    ],
    "useCases": [
      "Use ↘ in plain text when a Unicode character is appropriate and the destination preserves U+2198.",
      "Use \\searrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when South East Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "↗ — North East Arrow",
      "↙ — South West Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "southwest-arrow",
    "symbol": "↙",
    "slug": "southwest-arrow",
    "name": "South West Arrow",
    "aliases": [
      "lower-left arrow"
    ],
    "unicode": "U+2199",
    "htmlEntity": "",
    "htmlDecimal": "&#8601;",
    "latex": "\\swarrow",
    "mathml": "<mo>↙</mo>",
    "categories": [
      "arrows"
    ],
    "meaning": "Points diagonally toward the lower left.",
    "usage": "Use it in diagrams and directional annotations that move down and left.",
    "pronunciation": "south west arrow",
    "examples": [
      "A\\swarrow B"
    ],
    "relatedSymbols": [
      "northwest-arrow",
      "southeast-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for South West Arrow, or paste the Unicode character (U+2199).",
      "mac": "Open Character Viewer with Control–Command–Space and search for South West Arrow.",
      "word": "In an equation, type \\swarrow and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ↙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↙ or use Insert → Special characters. For structured math, use the equation editor and verify \\swarrow.",
      "excel": "Paste ↙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "South West Arrow (↙): Meaning, Examples & LaTeX",
      "description": "Copy ↙ (U+2199), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ↙; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ↙ as U+2199; for structured equations, use \\swarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is South West Arrow."
    ],
    "searchIntents": [
      "South West Arrow symbol meaning",
      "South West Arrow copy and paste",
      "South West Arrow LaTeX",
      "South West Arrow Unicode",
      "how to type South West Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "↖ — North West Arrow",
      "↘ — South East Arrow"
    ],
    "useCases": [
      "Use ↙ in plain text when a Unicode character is appropriate and the destination preserves U+2199.",
      "Use \\swarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when South West Arrow is used in arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows"
    ],
    "confusableCharacters": [
      "↖ — North West Arrow",
      "↘ — South East Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "minus-plus",
    "symbol": "∓",
    "slug": "minus-plus",
    "name": "Minus Plus Sign",
    "aliases": [
      "minus-or-plus"
    ],
    "unicode": "U+2213",
    "htmlEntity": "",
    "htmlDecimal": "&#8723;",
    "latex": "\\mp",
    "mathml": "<mo>∓</mo>",
    "categories": [
      "basic-math",
      "algebra"
    ],
    "meaning": "Pairs a negative-first and positive-second choice with a corresponding plus-minus expression.",
    "usage": "Use it alongside ± when two equations require opposite sign choices in matching order.",
    "pronunciation": "minus plus sign",
    "examples": [
      "x=a\\pm b,\\ y=c\\mp d"
    ],
    "relatedSymbols": [
      "plus-minus",
      "minus"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Minus Plus Sign, or paste the Unicode character (U+2213).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Minus Plus Sign.",
      "word": "In an equation, type \\mp and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ∓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∓ or use Insert → Special characters. For structured math, use the equation editor and verify \\mp.",
      "excel": "Paste ∓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Minus Plus Sign (∓): Meaning, Examples & LaTeX",
      "description": "Copy ∓ (U+2213), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∓; Use it alongside ± when two equations require opposite sign choices in matching order.",
      "For plain text, copy ∓ as U+2213; for structured equations, use \\mp in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Minus Plus Sign."
    ],
    "searchIntents": [
      "Minus Plus Sign symbol meaning",
      "Minus Plus Sign copy and paste",
      "Minus Plus Sign LaTeX",
      "Minus Plus Sign Unicode",
      "how to type Minus Plus Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "± — Plus–Minus Sign",
      "− — Minus Sign"
    ],
    "useCases": [
      "Use ∓ in plain text when a Unicode character is appropriate and the destination preserves U+2213.",
      "Use \\mp in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Minus Plus Sign is used in basic math, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "± — Plus–Minus Sign",
      "− — Minus Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-square",
    "symbol": "□",
    "slug": "white-square",
    "name": "White Square",
    "aliases": [
      "open square",
      "box symbol"
    ],
    "unicode": "U+25A1",
    "htmlEntity": "",
    "htmlDecimal": "&#9633;",
    "latex": "\\square",
    "mathml": "<mo>□</mo>",
    "categories": [
      "geometry",
      "logic"
    ],
    "meaning": "Represents a square shape, an empty box, or an end-of-proof marker in some contexts.",
    "usage": "Use it only when the surrounding notation makes the intended geometric or logical meaning clear.",
    "pronunciation": "white square",
    "examples": [
      "\\square ABCD"
    ],
    "relatedSymbols": [
      "right-angle"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for White Square, or paste the Unicode character (U+25A1).",
      "mac": "Open Character Viewer with Control–Command–Space and search for White Square.",
      "word": "In an equation, type \\square and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste □, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste □, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste □ or use Insert → Special characters. For structured math, use the equation editor and verify \\square.",
      "excel": "Paste □ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "White Square (□): Meaning, Examples & LaTeX",
      "description": "Copy □ (U+25A1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using □; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy □ as U+25A1; for structured equations, use \\square in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Square."
    ],
    "searchIntents": [
      "White Square symbol meaning",
      "White Square copy and paste",
      "White Square LaTeX",
      "White Square Unicode",
      "how to type White Square"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∟ — Right Angle Symbol"
    ],
    "useCases": [
      "Use □ in plain text when a Unicode character is appropriate and the destination preserves U+25A1.",
      "Use \\square in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Square is used in geometry, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∟ — Right Angle Symbol"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "measured-angle",
    "symbol": "∡",
    "slug": "measured-angle",
    "name": "Measured Angle Symbol",
    "aliases": [
      "angle with arc"
    ],
    "unicode": "U+2221",
    "htmlEntity": "",
    "htmlDecimal": "&#8737;",
    "latex": "\\measuredangle",
    "mathml": "<mo>∡</mo>",
    "categories": [
      "geometry"
    ],
    "meaning": "Denotes the measure of an angle rather than only the geometric angle object.",
    "usage": "Use it when emphasizing a numerical or directed angle measure.",
    "pronunciation": "measured angle symbol",
    "examples": [
      "\\measuredangle ABC=45^\\circ"
    ],
    "relatedSymbols": [
      "angle",
      "spherical-angle"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Measured Angle Symbol, or paste the Unicode character (U+2221).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Measured Angle Symbol.",
      "word": "In an equation, type \\measuredangle and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ∡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∡ or use Insert → Special characters. For structured math, use the equation editor and verify \\measuredangle.",
      "excel": "Paste ∡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Measured Angle Symbol (∡): Meaning, Examples & LaTeX",
      "description": "Copy ∡ (U+2221), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ∡; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ∡ as U+2221; for structured equations, use \\measuredangle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Measured Angle Symbol."
    ],
    "searchIntents": [
      "Measured Angle Symbol symbol meaning",
      "Measured Angle Symbol copy and paste",
      "Measured Angle Symbol LaTeX",
      "Measured Angle Symbol Unicode",
      "how to type Measured Angle Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∠ — Angle",
      "∢ — Spherical Angle Symbol"
    ],
    "useCases": [
      "Use ∡ in plain text when a Unicode character is appropriate and the destination preserves U+2221.",
      "Use \\measuredangle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Measured Angle Symbol is used in geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∠ — Angle",
      "∢ — Spherical Angle Symbol"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "spherical-angle",
    "symbol": "∢",
    "slug": "spherical-angle",
    "name": "Spherical Angle Symbol",
    "aliases": [
      "spherical angle"
    ],
    "unicode": "U+2222",
    "htmlEntity": "",
    "htmlDecimal": "&#8738;",
    "latex": "\\sphericalangle",
    "mathml": "<mo>∢</mo>",
    "categories": [
      "geometry"
    ],
    "meaning": "Denotes an angle formed on a sphere or in spherical geometry.",
    "usage": "Use it in spherical trigonometry and geometry where arcs lie on a spherical surface.",
    "pronunciation": "spherical angle symbol",
    "examples": [
      "\\sphericalangle ABC"
    ],
    "relatedSymbols": [
      "angle",
      "measured-angle"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Spherical Angle Symbol, or paste the Unicode character (U+2222).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Spherical Angle Symbol.",
      "word": "In an equation, type \\sphericalangle and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ∢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∢ or use Insert → Special characters. For structured math, use the equation editor and verify \\sphericalangle.",
      "excel": "Paste ∢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Spherical Angle Symbol (∢): Meaning, Examples & LaTeX",
      "description": "Copy ∢ (U+2222), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ∢; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ∢ as U+2222; for structured equations, use \\sphericalangle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Spherical Angle Symbol."
    ],
    "searchIntents": [
      "Spherical Angle Symbol symbol meaning",
      "Spherical Angle Symbol copy and paste",
      "Spherical Angle Symbol LaTeX",
      "Spherical Angle Symbol Unicode",
      "how to type Spherical Angle Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∠ — Angle",
      "∡ — Measured Angle Symbol"
    ],
    "useCases": [
      "Use ∢ in plain text when a Unicode character is appropriate and the destination preserves U+2222.",
      "Use \\sphericalangle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Spherical Angle Symbol is used in geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∠ — Angle",
      "∡ — Measured Angle Symbol"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "aleph",
    "symbol": "ℵ",
    "slug": "aleph",
    "name": "Aleph Symbol",
    "aliases": [
      "aleph number"
    ],
    "unicode": "U+2135",
    "htmlEntity": "",
    "htmlDecimal": "&#8501;",
    "latex": "\\aleph",
    "mathml": "<mi>ℵ</mi>",
    "categories": [
      "number-sets",
      "number-theory"
    ],
    "meaning": "Represents infinite cardinal numbers in set theory.",
    "usage": "Use a subscript such as aleph-zero to identify a particular infinite cardinality.",
    "pronunciation": "aleph symbol",
    "examples": [
      "\\aleph_0"
    ],
    "relatedSymbols": [
      "natural-numbers",
      "for-all"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Aleph Symbol, or paste the Unicode character (U+2135).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Aleph Symbol.",
      "word": "In an equation, type \\aleph and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℵ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℵ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℵ or use Insert → Special characters. For structured math, use the equation editor and verify \\aleph.",
      "excel": "Paste ℵ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℵ Aleph Symbol Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℵ, learn what the aleph symbol set contains, see membership notation, and get Unicode, LaTeX (\\aleph), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not reuse ℵ as an unrelated variable when it denotes Aleph Symbol; define any nonstandard meaning explicitly.",
      "For plain text, copy ℵ as U+2135; for structured equations, use \\aleph in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Aleph Symbol."
    ],
    "searchIntents": [
      "Aleph Symbol symbol meaning",
      "Aleph Symbol copy and paste",
      "Aleph Symbol LaTeX",
      "Aleph Symbol Unicode",
      "how to type Aleph Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℕ — Natural Numbers",
      "∀ — For All"
    ],
    "useCases": [
      "Use ℵ in plain text when a Unicode character is appropriate and the destination preserves U+2135.",
      "Use \\aleph in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Aleph Symbol is used in number sets, number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets",
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "ℕ — Natural Numbers",
      "∀ — For All"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "beth",
    "symbol": "ℶ",
    "slug": "beth",
    "name": "Beth Symbol",
    "aliases": [
      "beth number"
    ],
    "unicode": "U+2136",
    "htmlEntity": "",
    "htmlDecimal": "&#8502;",
    "latex": "\\beth",
    "mathml": "<mi>ℶ</mi>",
    "categories": [
      "number-sets",
      "number-theory"
    ],
    "meaning": "Represents a sequence of cardinal numbers defined through power sets.",
    "usage": "Use subscripts to distinguish beth-zero, beth-one, and later cardinal values.",
    "pronunciation": "beth symbol",
    "examples": [
      "\\beth_1=2^{\\aleph_0}"
    ],
    "relatedSymbols": [
      "aleph"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Beth Symbol, or paste the Unicode character (U+2136).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Beth Symbol.",
      "word": "In an equation, type \\beth and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℶ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℶ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℶ or use Insert → Special characters. For structured math, use the equation editor and verify \\beth.",
      "excel": "Paste ℶ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℶ Beth Symbol Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℶ, learn what the beth symbol set contains, see membership notation, and get Unicode, LaTeX (\\beth), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not reuse ℶ as an unrelated variable when it denotes Beth Symbol; define any nonstandard meaning explicitly.",
      "For plain text, copy ℶ as U+2136; for structured equations, use \\beth in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Beth Symbol."
    ],
    "searchIntents": [
      "Beth Symbol symbol meaning",
      "Beth Symbol copy and paste",
      "Beth Symbol LaTeX",
      "Beth Symbol Unicode",
      "how to type Beth Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℵ — Aleph Symbol"
    ],
    "useCases": [
      "Use ℶ in plain text when a Unicode character is appropriate and the destination preserves U+2136.",
      "Use \\beth in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Beth Symbol is used in number sets, number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets",
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "ℵ — Aleph Symbol"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "gimel",
    "symbol": "ℷ",
    "slug": "gimel",
    "name": "Gimel Symbol",
    "aliases": [
      "gimel number"
    ],
    "unicode": "U+2137",
    "htmlEntity": "",
    "htmlDecimal": "&#8503;",
    "latex": "\\gimel",
    "mathml": "<mi>ℷ</mi>",
    "categories": [
      "number-sets",
      "number-theory"
    ],
    "meaning": "Appears in specialized set-theory notation for cardinal functions.",
    "usage": "Use it only within a source that explicitly defines the associated cardinal function.",
    "pronunciation": "gimel symbol",
    "examples": [
      "\\gimel(\\kappa)"
    ],
    "relatedSymbols": [
      "aleph",
      "beth"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Gimel Symbol, or paste the Unicode character (U+2137).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Gimel Symbol.",
      "word": "In an equation, type \\gimel and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℷ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℷ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℷ or use Insert → Special characters. For structured math, use the equation editor and verify \\gimel.",
      "excel": "Paste ℷ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℷ Gimel Symbol Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℷ, learn what the gimel symbol set contains, see membership notation, and get Unicode, LaTeX (\\gimel), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not reuse ℷ as an unrelated variable when it denotes Gimel Symbol; define any nonstandard meaning explicitly.",
      "For plain text, copy ℷ as U+2137; for structured equations, use \\gimel in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Gimel Symbol."
    ],
    "searchIntents": [
      "Gimel Symbol symbol meaning",
      "Gimel Symbol copy and paste",
      "Gimel Symbol LaTeX",
      "Gimel Symbol Unicode",
      "how to type Gimel Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℵ — Aleph Symbol",
      "ℶ — Beth Symbol"
    ],
    "useCases": [
      "Use ℷ in plain text when a Unicode character is appropriate and the destination preserves U+2137.",
      "Use \\gimel in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Gimel Symbol is used in number sets, number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets",
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "ℵ — Aleph Symbol",
      "ℶ — Beth Symbol"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "daleth",
    "symbol": "ℸ",
    "slug": "daleth",
    "name": "Daleth Symbol",
    "aliases": [
      "daleth number"
    ],
    "unicode": "U+2138",
    "htmlEntity": "",
    "htmlDecimal": "&#8504;",
    "latex": "\\daleth",
    "mathml": "<mi>ℸ</mi>",
    "categories": [
      "number-sets",
      "number-theory"
    ],
    "meaning": "Appears in specialized infinite-cardinal notation and related set-theory literature.",
    "usage": "Define the notation when using it because conventions are less universal than aleph notation.",
    "pronunciation": "daleth symbol",
    "examples": [
      "\\daleth_0"
    ],
    "relatedSymbols": [
      "aleph",
      "beth"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Daleth Symbol, or paste the Unicode character (U+2138).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Daleth Symbol.",
      "word": "In an equation, type \\daleth and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℸ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℸ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℸ or use Insert → Special characters. For structured math, use the equation editor and verify \\daleth.",
      "excel": "Paste ℸ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "ℸ Daleth Symbol Symbol: Meaning, Unicode & LaTeX",
      "description": "Copy ℸ, learn what the daleth symbol set contains, see membership notation, and get Unicode, LaTeX (\\daleth), HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not reuse ℸ as an unrelated variable when it denotes Daleth Symbol; define any nonstandard meaning explicitly.",
      "For plain text, copy ℸ as U+2138; for structured equations, use \\daleth in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Daleth Symbol."
    ],
    "searchIntents": [
      "Daleth Symbol symbol meaning",
      "Daleth Symbol copy and paste",
      "Daleth Symbol LaTeX",
      "Daleth Symbol Unicode",
      "how to type Daleth Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℵ — Aleph Symbol",
      "ℶ — Beth Symbol"
    ],
    "useCases": [
      "Use ℸ in plain text when a Unicode character is appropriate and the destination preserves U+2138.",
      "Use \\daleth in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Daleth Symbol is used in number sets, number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "number-set",
    "primaryIntent": "identify the number set, understand membership, and copy its notation",
    "semanticRole": "An identifier for a standard set of numbers.",
    "commonDomains": [
      "Number Sets",
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "ℵ — Aleph Symbol",
      "ℶ — Beth Symbol"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "double-struck-i",
    "symbol": "ⅈ",
    "slug": "double-struck-i",
    "name": "Double-Struck Italic i",
    "aliases": [
      "imaginary unit symbol"
    ],
    "unicode": "U+2148",
    "htmlEntity": "",
    "htmlDecimal": "&#8520;",
    "latex": "\\mathbb{i}",
    "mathml": "<mi>ⅈ</mi>",
    "categories": [
      "constants",
      "math-alphanumeric"
    ],
    "meaning": "Can represent the imaginary unit in typographic systems that distinguish it from an ordinary variable i.",
    "usage": "Use it only when the chosen style guide supports double-struck constants.",
    "pronunciation": "double-struck italic i",
    "examples": [
      "i^2=-1"
    ],
    "relatedSymbols": [
      "blackboard-c"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Double-Struck Italic i, or paste the Unicode character (U+2148).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Double-Struck Italic i.",
      "word": "In an equation, type \\mathbb{i} and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ⅈ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⅈ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⅈ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{i}.",
      "excel": "Paste ⅈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double-Struck Italic i (ⅈ): Meaning, Uses, Unicode & LaTeX",
      "description": "Copy ⅈ, learn what double-struck italic i represents and where it is used, and get its Unicode, LaTeX (\\mathbb{i}), HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ⅈ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ⅈ as U+2148; for structured equations, use \\mathbb{i} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double-Struck Italic i."
    ],
    "searchIntents": [
      "Double-Struck Italic i symbol meaning",
      "Double-Struck Italic i copy and paste",
      "Double-Struck Italic i LaTeX",
      "Double-Struck Italic i Unicode",
      "how to type Double-Struck Italic i"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℂ — Complex Numbers"
    ],
    "useCases": [
      "Use ⅈ in plain text when a Unicode character is appropriate and the destination preserves U+2148.",
      "Use \\mathbb{i} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double-Struck Italic i is used in constants, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "constant",
    "primaryIntent": "identify the constant, understand its role, and copy the correct notation",
    "semanticRole": "A named mathematical constant or fixed symbolic quantity.",
    "commonDomains": [
      "Mathematical Constants",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "ℂ — Complex Numbers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "double-struck-e",
    "symbol": "ⅇ",
    "slug": "double-struck-e",
    "name": "Double-Struck Italic e",
    "aliases": [
      "exponential constant symbol"
    ],
    "unicode": "U+2147",
    "htmlEntity": "",
    "htmlDecimal": "&#8519;",
    "latex": "\\mathbb{e}",
    "mathml": "<mi>ⅇ</mi>",
    "categories": [
      "constants",
      "math-alphanumeric"
    ],
    "meaning": "Can represent Euler's number in typographic systems that distinguish constants from variables.",
    "usage": "Use it consistently with the mathematical style of the surrounding document.",
    "pronunciation": "double-struck italic e",
    "examples": [
      "e^{i\\pi}+1=0"
    ],
    "relatedSymbols": [
      "double-struck-i",
      "pi"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Double-Struck Italic e, or paste the Unicode character (U+2147).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Double-Struck Italic e.",
      "word": "In an equation, type \\mathbb{e} and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ⅇ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⅇ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⅇ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{e}.",
      "excel": "Paste ⅇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double-Struck Italic e (ⅇ): Meaning, Uses, Unicode & LaTeX",
      "description": "Copy ⅇ, learn what double-struck italic e represents and where it is used, and get its Unicode, LaTeX (\\mathbb{e}), HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ⅇ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ⅇ as U+2147; for structured equations, use \\mathbb{e} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double-Struck Italic e."
    ],
    "searchIntents": [
      "Double-Struck Italic e symbol meaning",
      "Double-Struck Italic e copy and paste",
      "Double-Struck Italic e LaTeX",
      "Double-Struck Italic e Unicode",
      "how to type Double-Struck Italic e"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ⅈ — Double-Struck Italic i",
      "π — Pi"
    ],
    "useCases": [
      "Use ⅇ in plain text when a Unicode character is appropriate and the destination preserves U+2147.",
      "Use \\mathbb{e} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double-Struck Italic e is used in constants, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "constant",
    "primaryIntent": "identify the constant, understand its role, and copy the correct notation",
    "semanticRole": "A named mathematical constant or fixed symbolic quantity.",
    "commonDomains": [
      "Mathematical Constants",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "ⅈ — Double-Struck Italic i",
      "π — Pi"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "weierstrass-p",
    "symbol": "℘",
    "slug": "weierstrass-p",
    "name": "Weierstrass p Symbol",
    "aliases": [
      "Weierstrass elliptic function"
    ],
    "unicode": "U+2118",
    "htmlEntity": "",
    "htmlDecimal": "&#8472;",
    "latex": "\\wp",
    "mathml": "<mi>℘</mi>",
    "categories": [
      "calculus",
      "math-alphanumeric"
    ],
    "meaning": "Denotes the Weierstrass elliptic function in complex analysis.",
    "usage": "Use it with its lattice or invariants defined in the surrounding text.",
    "pronunciation": "weierstrass p symbol",
    "examples": [
      "\\wp(z)"
    ],
    "relatedSymbols": [
      "script-l",
      "script-f"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Weierstrass p Symbol, or paste the Unicode character (U+2118).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Weierstrass p Symbol.",
      "word": "In an equation, type \\wp and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℘ or use Insert → Special characters. For structured math, use the equation editor and verify \\wp.",
      "excel": "Paste ℘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Weierstrass p Symbol (℘): Meaning, Unicode & LaTeX",
      "description": "Copy ℘, learn the meaning and semantic role of weierstrass p symbol, and get Unicode, LaTeX (\\wp), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℘; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℘ as U+2118; for structured equations, use \\wp in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Weierstrass p Symbol."
    ],
    "searchIntents": [
      "Weierstrass p Symbol symbol meaning",
      "Weierstrass p Symbol copy and paste",
      "Weierstrass p Symbol LaTeX",
      "Weierstrass p Symbol Unicode",
      "how to type Weierstrass p Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℒ — Script L",
      "ℱ — Script F"
    ],
    "useCases": [
      "Use ℘ in plain text when a Unicode character is appropriate and the destination preserves U+2118.",
      "Use \\wp in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Weierstrass p Symbol is used in calculus, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Calculus Symbols",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "ℒ — Script L",
      "ℱ — Script F"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "kelvin-sign",
    "symbol": "K",
    "slug": "kelvin-sign",
    "name": "Kelvin Sign",
    "aliases": [
      "kelvin unit symbol"
    ],
    "unicode": "U+212A",
    "htmlEntity": "",
    "htmlDecimal": "&#8490;",
    "latex": "\\mathrm{K}",
    "mathml": "<mo>K</mo>",
    "categories": [
      "currency-measurement",
      "physics"
    ],
    "meaning": "Represents the kelvin unit of thermodynamic temperature.",
    "usage": "Modern text normally uses the ordinary Latin capital K with unit formatting rather than the compatibility character.",
    "pronunciation": "kelvin sign",
    "examples": [
      "T=300\\,\\mathrm{K}"
    ],
    "relatedSymbols": [
      "degree-celsius",
      "degree-fahrenheit"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Kelvin Sign, or paste the Unicode character (U+212A).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Kelvin Sign.",
      "word": "In an equation, type \\mathrm{K} and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste K, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste K, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste K or use Insert → Special characters. For structured math, use the equation editor and verify \\mathrm{K}.",
      "excel": "Paste K into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Kelvin Sign (K): Meaning, Examples & LaTeX",
      "description": "Copy K (U+212A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep K attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy K as U+212A; for structured equations, use \\mathrm{K} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Kelvin Sign."
    ],
    "searchIntents": [
      "Kelvin Sign symbol meaning",
      "Kelvin Sign copy and paste",
      "Kelvin Sign LaTeX",
      "Kelvin Sign Unicode",
      "how to type Kelvin Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "℃ — Degree Celsius",
      "℉ — Degree Fahrenheit"
    ],
    "useCases": [
      "Use K in plain text when a Unicode character is appropriate and the destination preserves U+212A.",
      "Use \\mathrm{K} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Kelvin Sign is used in currency measurement, physics with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Physics Symbols"
    ],
    "confusableCharacters": [
      "℃ — Degree Celsius",
      "℉ — Degree Fahrenheit"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-right-harpoons",
    "symbol": "⇋",
    "slug": "left-right-harpoons",
    "name": "Left Right Harpoons",
    "aliases": [
      "equilibrium harpoons",
      "reaction equilibrium"
    ],
    "unicode": "U+21CB",
    "htmlEntity": "",
    "htmlDecimal": "&#8651;",
    "latex": "\\leftrightharpoons",
    "mathml": "<mo>⇋</mo>",
    "categories": [
      "chemistry",
      "arrows"
    ],
    "meaning": "Shows two opposing processes, often with different forward and reverse reaction rates.",
    "usage": "Use it for reversible chemical processes or paired transformations when the harpoon direction matters.",
    "pronunciation": "left right harpoons",
    "examples": [
      "A\\leftrightharpoons B"
    ],
    "relatedSymbols": [
      "reversible-reaction",
      "reaction-yields"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Left Right Harpoons, or paste the Unicode character (U+21CB).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Left Right Harpoons.",
      "word": "In an equation, type \\leftrightharpoons and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ⇋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇋ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftrightharpoons.",
      "excel": "Paste ⇋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Right Harpoons (⇋): Meaning, Examples & LaTeX",
      "description": "Copy ⇋ (U+21CB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the direction, number of heads, and decoration of ⇋; those visual details can distinguish implication, mapping, convergence, or movement.",
      "For plain text, copy ⇋ as U+21CB; for structured equations, use \\leftrightharpoons in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Right Harpoons."
    ],
    "searchIntents": [
      "Left Right Harpoons symbol meaning",
      "Left Right Harpoons copy and paste",
      "Left Right Harpoons LaTeX",
      "Left Right Harpoons Unicode",
      "how to type Left Right Harpoons"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇌ — Reversible Reaction Arrow",
      "⟶ — Long Right Arrow"
    ],
    "useCases": [
      "Use ⇋ in plain text when a Unicode character is appropriate and the destination preserves U+21CB.",
      "Use \\leftrightharpoons in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Right Harpoons is used in chemistry, arrows with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Chemistry Symbols",
      "Arrows"
    ],
    "confusableCharacters": [
      "⇌ — Reversible Reaction Arrow",
      "⟶ — Long Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "blackboard-p",
    "symbol": "ℙ",
    "slug": "blackboard-p",
    "name": "Blackboard Bold P",
    "aliases": [
      "probability space symbol"
    ],
    "unicode": "U+2119",
    "htmlEntity": "",
    "htmlDecimal": "&#8473;",
    "latex": "\\mathbb{P}",
    "mathml": "<mi>ℙ</mi>",
    "categories": [
      "probability",
      "math-alphanumeric"
    ],
    "meaning": "Commonly denotes a probability measure or a probability statement.",
    "usage": "Use it before an event in parentheses or brackets according to the chosen probability convention.",
    "pronunciation": "blackboard bold p",
    "examples": [
      "\\mathbb{P}(A)=0.5"
    ],
    "relatedSymbols": [
      "real-numbers",
      "blackboard-c"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Blackboard Bold P, or paste the Unicode character (U+2119).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Blackboard Bold P.",
      "word": "In an equation, type \\mathbb{P} and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℙ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℙ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℙ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathbb{P}.",
      "excel": "Paste ℙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Blackboard Bold P (ℙ): Meaning, Unicode & LaTeX",
      "description": "Copy ℙ, learn the meaning and semantic role of blackboard bold p, and get Unicode, LaTeX (\\mathbb{P}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℙ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℙ as U+2119; for structured equations, use \\mathbb{P} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Blackboard Bold P."
    ],
    "searchIntents": [
      "Blackboard Bold P symbol meaning",
      "Blackboard Bold P copy and paste",
      "Blackboard Bold P LaTeX",
      "Blackboard Bold P Unicode",
      "how to type Blackboard Bold P"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℝ — Real Numbers",
      "ℂ — Complex Numbers"
    ],
    "useCases": [
      "Use ℙ in plain text when a Unicode character is appropriate and the destination preserves U+2119.",
      "Use \\mathbb{P} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Blackboard Bold P is used in probability, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Probability Symbols",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "ℝ — Real Numbers",
      "ℂ — Complex Numbers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "script-b",
    "symbol": "ℬ",
    "slug": "script-b",
    "name": "Script Capital B",
    "aliases": [
      "calligraphic B"
    ],
    "unicode": "U+212C",
    "htmlEntity": "",
    "htmlDecimal": "&#8492;",
    "latex": "\\mathcal{B}",
    "mathml": "<mi>ℬ</mi>",
    "categories": [
      "math-alphanumeric",
      "set-theory"
    ],
    "meaning": "Often names a basis, Borel sigma-algebra, or other structured collection.",
    "usage": "Define the object explicitly because script letters do not have a single universal meaning.",
    "pronunciation": "script capital b",
    "examples": [
      "\\mathcal{B}(X)"
    ],
    "relatedSymbols": [
      "script-l",
      "script-f"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Script Capital B, or paste the Unicode character (U+212C).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Script Capital B.",
      "word": "In an equation, type \\mathcal{B} and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℬ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℬ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℬ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathcal{B}.",
      "excel": "Paste ℬ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Script Capital B (ℬ): Meaning, Unicode & LaTeX",
      "description": "Copy ℬ, learn the meaning and semantic role of script capital b, and get Unicode, LaTeX (\\mathcal{B}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ℬ; Define the object explicitly because script letters do not have a single universal meaning.",
      "For plain text, copy ℬ as U+212C; for structured equations, use \\mathcal{B} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Script Capital B."
    ],
    "searchIntents": [
      "Script Capital B symbol meaning",
      "Script Capital B copy and paste",
      "Script Capital B LaTeX",
      "Script Capital B Unicode",
      "how to type Script Capital B"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℒ — Script L",
      "ℱ — Script F"
    ],
    "useCases": [
      "Use ℬ in plain text when a Unicode character is appropriate and the destination preserves U+212C.",
      "Use \\mathcal{B} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Script Capital B is used in math alphanumeric, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "ℒ — Script L",
      "ℱ — Script F"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "script-e",
    "symbol": "ℰ",
    "slug": "script-e",
    "name": "Script Capital E",
    "aliases": [
      "calligraphic E"
    ],
    "unicode": "U+2130",
    "htmlEntity": "",
    "htmlDecimal": "&#8496;",
    "latex": "\\mathcal{E}",
    "mathml": "<mi>ℰ</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "Often denotes an energy functional, event family, or expectation-related object.",
    "usage": "Define it in context and avoid relying on the decorative style alone to convey meaning.",
    "pronunciation": "script capital e",
    "examples": [
      "\\mathcal{E}(u)"
    ],
    "relatedSymbols": [
      "script-f",
      "script-l"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Script Capital E, or paste the Unicode character (U+2130).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Script Capital E.",
      "word": "In an equation, type \\mathcal{E} and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℰ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℰ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℰ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathcal{E}.",
      "excel": "Paste ℰ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Script Capital E (ℰ): Meaning, Unicode & LaTeX",
      "description": "Copy ℰ, learn the meaning and semantic role of script capital e, and get Unicode, LaTeX (\\mathcal{E}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℰ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℰ as U+2130; for structured equations, use \\mathcal{E} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Script Capital E."
    ],
    "searchIntents": [
      "Script Capital E symbol meaning",
      "Script Capital E copy and paste",
      "Script Capital E LaTeX",
      "Script Capital E Unicode",
      "how to type Script Capital E"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℱ — Script F",
      "ℒ — Script L"
    ],
    "useCases": [
      "Use ℰ in plain text when a Unicode character is appropriate and the destination preserves U+2130.",
      "Use \\mathcal{E} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Script Capital E is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "ℱ — Script F",
      "ℒ — Script L"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "script-m",
    "symbol": "ℳ",
    "slug": "script-m",
    "name": "Script Capital M",
    "aliases": [
      "calligraphic M"
    ],
    "unicode": "U+2133",
    "htmlEntity": "",
    "htmlDecimal": "&#8499;",
    "latex": "\\mathcal{M}",
    "mathml": "<mi>ℳ</mi>",
    "categories": [
      "math-alphanumeric",
      "geometry"
    ],
    "meaning": "Often denotes a manifold, model class, or mathematical structure.",
    "usage": "Use it with a definition, especially when several styled M symbols appear in one document.",
    "pronunciation": "script capital m",
    "examples": [
      "x\\in\\mathcal{M}"
    ],
    "relatedSymbols": [
      "script-l",
      "real-numbers"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Script Capital M, or paste the Unicode character (U+2133).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Script Capital M.",
      "word": "In an equation, type \\mathcal{M} and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℳ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℳ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℳ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathcal{M}.",
      "excel": "Paste ℳ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Script Capital M (ℳ): Meaning, Unicode & LaTeX",
      "description": "Copy ℳ, learn the meaning and semantic role of script capital m, and get Unicode, LaTeX (\\mathcal{M}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℳ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℳ as U+2133; for structured equations, use \\mathcal{M} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Script Capital M."
    ],
    "searchIntents": [
      "Script Capital M symbol meaning",
      "Script Capital M copy and paste",
      "Script Capital M LaTeX",
      "Script Capital M Unicode",
      "how to type Script Capital M"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℒ — Script L",
      "ℝ — Real Numbers"
    ],
    "useCases": [
      "Use ℳ in plain text when a Unicode character is appropriate and the destination preserves U+2133.",
      "Use \\mathcal{M} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Script Capital M is used in math alphanumeric, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "ℒ — Script L",
      "ℝ — Real Numbers"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "script-r",
    "symbol": "ℛ",
    "slug": "script-r",
    "name": "Script Capital R",
    "aliases": [
      "calligraphic R"
    ],
    "unicode": "U+211B",
    "htmlEntity": "",
    "htmlDecimal": "&#8475;",
    "latex": "\\mathcal{R}",
    "mathml": "<mi>ℛ</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "Often denotes a relation, region, risk functional, or ring defined by context.",
    "usage": "Define it explicitly and preserve font styling when converting between formats.",
    "pronunciation": "script capital r",
    "examples": [
      "\\mathcal{R}(f)"
    ],
    "relatedSymbols": [
      "script-f",
      "script-l"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Script Capital R, or paste the Unicode character (U+211B).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Script Capital R.",
      "word": "In an equation, type \\mathcal{R} and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ℛ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℛ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℛ or use Insert → Special characters. For structured math, use the equation editor and verify \\mathcal{R}.",
      "excel": "Paste ℛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Script Capital R (ℛ): Meaning, Unicode & LaTeX",
      "description": "Copy ℛ, learn the meaning and semantic role of script capital r, and get Unicode, LaTeX (\\mathcal{R}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℛ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℛ as U+211B; for structured equations, use \\mathcal{R} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Script Capital R."
    ],
    "searchIntents": [
      "Script Capital R symbol meaning",
      "Script Capital R copy and paste",
      "Script Capital R LaTeX",
      "Script Capital R Unicode",
      "how to type Script Capital R"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "ℱ — Script F",
      "ℒ — Script L"
    ],
    "useCases": [
      "Use ℛ in plain text when a Unicode character is appropriate and the destination preserves U+211B.",
      "Use \\mathcal{R} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Script Capital R is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "ℱ — Script F",
      "ℒ — Script L"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "top",
    "symbol": "⊤",
    "slug": "top",
    "name": "Top Symbol",
    "aliases": [
      "truth symbol",
      "verum"
    ],
    "unicode": "U+22A4",
    "htmlEntity": "",
    "htmlDecimal": "&#8868;",
    "latex": "\\top",
    "mathml": "<mo>⊤</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Represents truth, the greatest element, or a top type depending on the formal system.",
    "usage": "Use it in logic or order theory only after the ambient interpretation is clear.",
    "pronunciation": "top symbol",
    "examples": [
      "P\\lor\\neg P=\\top"
    ],
    "relatedSymbols": [
      "contradiction",
      "logical-not"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Top Symbol, or paste the Unicode character (U+22A4).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Top Symbol.",
      "word": "In an equation, type \\top and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ⊤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊤ or use Insert → Special characters. For structured math, use the equation editor and verify \\top.",
      "excel": "Paste ⊤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Top Symbol (⊤): Meaning, Examples & LaTeX",
      "description": "Copy ⊤ (U+22A4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⊤; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⊤ as U+22A4; for structured equations, use \\top in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Top Symbol."
    ],
    "searchIntents": [
      "Top Symbol symbol meaning",
      "Top Symbol copy and paste",
      "Top Symbol LaTeX",
      "Top Symbol Unicode",
      "how to type Top Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊥ — Bottom",
      "¬ — Logical Not"
    ],
    "useCases": [
      "Use ⊤ in plain text when a Unicode character is appropriate and the destination preserves U+22A4.",
      "Use \\top in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Top Symbol is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⊥ — Bottom",
      "¬ — Logical Not"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-turnstile",
    "symbol": "⊣",
    "slug": "left-turnstile",
    "name": "Left Turnstile",
    "aliases": [
      "reverse turnstile"
    ],
    "unicode": "U+22A3",
    "htmlEntity": "",
    "htmlDecimal": "&#8867;",
    "latex": "\\dashv",
    "mathml": "<mo>⊣</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Represents a reverse entailment, adjunction relation, or specialized syntactic judgment.",
    "usage": "Use it only with a convention defined by the relevant logic or category-theory text.",
    "pronunciation": "left turnstile",
    "examples": [
      "F\\dashv G"
    ],
    "relatedSymbols": [
      "turnstile",
      "models"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Left Turnstile, or paste the Unicode character (U+22A3).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Left Turnstile.",
      "word": "In an equation, type \\dashv and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ⊣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊣ or use Insert → Special characters. For structured math, use the equation editor and verify \\dashv.",
      "excel": "Paste ⊣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Turnstile (⊣): Meaning, Examples & LaTeX",
      "description": "Copy ⊣ (U+22A3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⊣; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⊣ as U+22A3; for structured equations, use \\dashv in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Turnstile."
    ],
    "searchIntents": [
      "Left Turnstile symbol meaning",
      "Left Turnstile copy and paste",
      "Left Turnstile LaTeX",
      "Left Turnstile Unicode",
      "how to type Left Turnstile"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊢ — Turnstile",
      "⊨ — Models"
    ],
    "useCases": [
      "Use ⊣ in plain text when a Unicode character is appropriate and the destination preserves U+22A3.",
      "Use \\dashv in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Turnstile is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⊢ — Turnstile",
      "⊨ — Models"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "forces",
    "symbol": "⊩",
    "slug": "forces",
    "name": "Forces Symbol",
    "aliases": [
      "forcing relation"
    ],
    "unicode": "U+22A9",
    "htmlEntity": "",
    "htmlDecimal": "&#8873;",
    "latex": "\\Vdash",
    "mathml": "<mo>⊩</mo>",
    "categories": [
      "logic",
      "set-theory"
    ],
    "meaning": "Denotes a forcing relation or strong semantic consequence in formal logic.",
    "usage": "Use it with a model, condition, or forcing notion written on the left.",
    "pronunciation": "forces symbol",
    "examples": [
      "p\\Vdash\\varphi"
    ],
    "relatedSymbols": [
      "models",
      "turnstile"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Forces Symbol, or paste the Unicode character (U+22A9).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Forces Symbol.",
      "word": "In an equation, type \\Vdash and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ⊩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊩ or use Insert → Special characters. For structured math, use the equation editor and verify \\Vdash.",
      "excel": "Paste ⊩ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Forces Symbol (⊩): Meaning, Examples & LaTeX",
      "description": "Copy ⊩ (U+22A9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⊩; Use it with a model, condition, or forcing notion written on the left.",
      "For plain text, copy ⊩ as U+22A9; for structured equations, use \\Vdash in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Forces Symbol."
    ],
    "searchIntents": [
      "Forces Symbol symbol meaning",
      "Forces Symbol copy and paste",
      "Forces Symbol LaTeX",
      "Forces Symbol Unicode",
      "how to type Forces Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊨ — Models",
      "⊢ — Turnstile"
    ],
    "useCases": [
      "Use ⊩ in plain text when a Unicode character is appropriate and the destination preserves U+22A9.",
      "Use \\Vdash in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Forces Symbol is used in logic, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "⊨ — Models",
      "⊢ — Turnstile"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "does-not-force",
    "symbol": "⊫",
    "slug": "does-not-force",
    "name": "Does Not Force Symbol",
    "aliases": [
      "not forcing relation"
    ],
    "unicode": "U+22AB",
    "htmlEntity": "",
    "htmlDecimal": "&#8875;",
    "latex": "\\nVdash",
    "mathml": "<mo>⊫</mo>",
    "categories": [
      "logic",
      "set-theory"
    ],
    "meaning": "States that a forcing or strong semantic consequence relation does not hold.",
    "usage": "Use it as the negated counterpart of the forcing relation.",
    "pronunciation": "does not force symbol",
    "examples": [
      "p\\nVdash\\varphi"
    ],
    "relatedSymbols": [
      "forces",
      "models"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Does Not Force Symbol, or paste the Unicode character (U+22AB).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Does Not Force Symbol.",
      "word": "In an equation, type \\nVdash and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ⊫, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊫, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊫ or use Insert → Special characters. For structured math, use the equation editor and verify \\nVdash.",
      "excel": "Paste ⊫ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Does Not Force Symbol (⊫): Meaning, Examples & LaTeX",
      "description": "Copy ⊫ (U+22AB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⊫; Use it as the negated counterpart of the forcing relation.",
      "For plain text, copy ⊫ as U+22AB; for structured equations, use \\nVdash in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Force Symbol."
    ],
    "searchIntents": [
      "Does Not Force Symbol symbol meaning",
      "Does Not Force Symbol copy and paste",
      "Does Not Force Symbol LaTeX",
      "Does Not Force Symbol Unicode",
      "how to type Does Not Force Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊩ — Forces Symbol",
      "⊨ — Models"
    ],
    "useCases": [
      "Use ⊫ in plain text when a Unicode character is appropriate and the destination preserves U+22AB.",
      "Use \\nVdash in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Force Symbol is used in logic, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "⊩ — Forces Symbol",
      "⊨ — Models"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "precedes-or-equal",
    "symbol": "≼",
    "slug": "precedes-or-equal",
    "name": "Precedes or Equal To",
    "aliases": [
      "precedes or equivalent"
    ],
    "unicode": "U+227C",
    "htmlEntity": "",
    "htmlDecimal": "&#8828;",
    "latex": "\\preceq",
    "mathml": "<mo>≼</mo>",
    "categories": [
      "comparison",
      "logic"
    ],
    "meaning": "Denotes a preorder or ordering relation that allows equality or equivalence.",
    "usage": "Use it when the specific order relation has been defined for the objects being compared.",
    "pronunciation": "precedes or equal to",
    "examples": [
      "a\\preceq b"
    ],
    "relatedSymbols": [
      "precedes",
      "less-than-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Precedes or Equal To, or paste the Unicode character (U+227C).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Precedes or Equal To.",
      "word": "In an equation, type \\preceq and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ≼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≼ or use Insert → Special characters. For structured math, use the equation editor and verify \\preceq.",
      "excel": "Paste ≼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Precedes or Equal To (≼): Meaning, Examples & LaTeX",
      "description": "Copy ≼ (U+227C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ≼; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ≼ as U+227C; for structured equations, use \\preceq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Precedes or Equal To."
    ],
    "searchIntents": [
      "Precedes or Equal To symbol meaning",
      "Precedes or Equal To copy and paste",
      "Precedes or Equal To LaTeX",
      "Precedes or Equal To Unicode",
      "how to type Precedes or Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≺ — Precedes",
      "≤ — Less Than or Equal To"
    ],
    "useCases": [
      "Use ≼ in plain text when a Unicode character is appropriate and the destination preserves U+227C.",
      "Use \\preceq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Precedes or Equal To is used in comparison, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "≺ — Precedes",
      "≤ — Less Than or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "succeeds-or-equal",
    "symbol": "≽",
    "slug": "succeeds-or-equal",
    "name": "Succeeds or Equal To",
    "aliases": [
      "succeeds or equivalent"
    ],
    "unicode": "U+227D",
    "htmlEntity": "",
    "htmlDecimal": "&#8829;",
    "latex": "\\succeq",
    "mathml": "<mo>≽</mo>",
    "categories": [
      "comparison",
      "logic"
    ],
    "meaning": "Denotes the reverse of a preorder relation while allowing equality or equivalence.",
    "usage": "Use it as the converse of precedes-or-equal within a defined ordering system.",
    "pronunciation": "succeeds or equal to",
    "examples": [
      "b\\succeq a"
    ],
    "relatedSymbols": [
      "succeeds",
      "greater-than-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map and search for Succeeds or Equal To, or paste the Unicode character (U+227D).",
      "mac": "Open Character Viewer with Control–Command–Space and search for Succeeds or Equal To.",
      "word": "In an equation, type \\succeq and press Space when Word supports the command; otherwise insert the Unicode character.",
      "iPhone": "Copy and paste ≽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≽ or use Insert → Special characters. For structured math, use the equation editor and verify \\succeq.",
      "excel": "Paste ≽ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Succeeds or Equal To (≽): Meaning, Examples & LaTeX",
      "description": "Copy ≽ (U+227D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ≽; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ≽ as U+227D; for structured equations, use \\succeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Succeeds or Equal To."
    ],
    "searchIntents": [
      "Succeeds or Equal To symbol meaning",
      "Succeeds or Equal To copy and paste",
      "Succeeds or Equal To LaTeX",
      "Succeeds or Equal To Unicode",
      "how to type Succeeds or Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≻ — Succeeds",
      "≥ — Greater Than or Equal To"
    ],
    "useCases": [
      "Use ≽ in plain text when a Unicode character is appropriate and the destination preserves U+227D.",
      "Use \\succeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Succeeds or Equal To is used in comparison, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "≻ — Succeeds",
      "≥ — Greater Than or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "function-composition",
    "symbol": "∘",
    "slug": "function-composition",
    "name": "Function Composition",
    "aliases": [
      "composition operator"
    ],
    "unicode": "U+2218",
    "htmlEntity": "&#8728;",
    "htmlDecimal": "&#8728;",
    "latex": "\\circ",
    "mathml": "<mo>∘</mo>",
    "categories": [
      "functions-operators",
      "algebra",
      "differential-equations"
    ],
    "meaning": "Combines two functions so that the output of one becomes the input of the other.",
    "usage": "Write (f ∘ g)(x) when g is applied first and f is applied to the result.",
    "pronunciation": "function composition",
    "examples": [
      "(f∘g)(x)=f(g(x))"
    ],
    "relatedSymbols": [
      "maps-to"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2218 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\circ and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∘ or use Insert → Special characters. For structured math, use the equation editor and verify \\circ.",
      "excel": "Paste ∘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Function Composition (∘): Meaning, Examples & LaTeX",
      "description": "Copy ∘ (U+2218), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ∘ is acting as an operator, differential, index, or variable in the surrounding expression; Write (f ∘ g)(x) when g is applied first and f is applied to the result.",
      "For plain text, copy ∘ as U+2218; for structured equations, use \\circ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Function Composition."
    ],
    "searchIntents": [
      "Function Composition symbol meaning",
      "Function Composition copy and paste",
      "Function Composition LaTeX",
      "Function Composition Unicode",
      "how to type Function Composition"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "↦ — Maps To"
    ],
    "useCases": [
      "Use ∘ in plain text when a Unicode character is appropriate and the destination preserves U+2218.",
      "Use \\circ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Function Composition is used in functions operators, algebra, differential equations with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols",
      "Differential Equation Symbols"
    ],
    "confusableCharacters": [
      "↦ — Maps To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "bullet-operator",
    "symbol": "∙",
    "slug": "bullet-operator",
    "name": "Bullet Operator",
    "aliases": [
      "bullet product"
    ],
    "unicode": "U+2219",
    "htmlEntity": "&#8729;",
    "htmlDecimal": "&#8729;",
    "latex": "\\bullet",
    "mathml": "<mo>∙</mo>",
    "categories": [
      "functions-operators"
    ],
    "meaning": "Acts as a centered binary operator whose exact meaning is defined locally.",
    "usage": "Define the operator before use because it can represent multiplication, convolution, or a custom product.",
    "pronunciation": "bullet operator",
    "examples": [
      "a∙b"
    ],
    "relatedSymbols": [
      "dot-product"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2219 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\bullet and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∙ or use Insert → Special characters. For structured math, use the equation editor and verify \\bullet.",
      "excel": "Paste ∙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bullet Operator (∙): Meaning, Examples & LaTeX",
      "description": "Copy ∙ (U+2219), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∙; Define the operator before use because it can represent multiplication, convolution, or a custom product.",
      "For plain text, copy ∙ as U+2219; for structured equations, use \\bullet in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bullet Operator."
    ],
    "searchIntents": [
      "Bullet Operator symbol meaning",
      "Bullet Operator copy and paste",
      "Bullet Operator LaTeX",
      "Bullet Operator Unicode",
      "how to type Bullet Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⋅ — Dot Operator"
    ],
    "useCases": [
      "Use ∙ in plain text when a Unicode character is appropriate and the destination preserves U+2219.",
      "Use \\bullet in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bullet Operator is used in functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "⋅ — Dot Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "asterisk-operator",
    "symbol": "∗",
    "slug": "asterisk-operator",
    "name": "Asterisk Operator",
    "aliases": [
      "star operator"
    ],
    "unicode": "U+2217",
    "htmlEntity": "&#8727;",
    "htmlDecimal": "&#8727;",
    "latex": "\\ast",
    "mathml": "<mo>∗</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents a binary operation, convolution, or an adjoint marker depending on context.",
    "usage": "Use the mathematical asterisk rather than an ordinary text asterisk when operator spacing matters.",
    "pronunciation": "asterisk operator",
    "examples": [
      "f∗g"
    ],
    "relatedSymbols": [
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2217 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ast and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∗ or use Insert → Special characters. For structured math, use the equation editor and verify \\ast.",
      "excel": "Paste ∗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Asterisk Operator (∗): Meaning, Examples & LaTeX",
      "description": "Copy ∗ (U+2217), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∗; Use the mathematical asterisk rather than an ordinary text asterisk when operator spacing matters.",
      "For plain text, copy ∗ as U+2217; for structured equations, use \\ast in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Asterisk Operator."
    ],
    "searchIntents": [
      "Asterisk Operator symbol meaning",
      "Asterisk Operator copy and paste",
      "Asterisk Operator LaTeX",
      "Asterisk Operator Unicode",
      "how to type Asterisk Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⋆ — Star Operator"
    ],
    "useCases": [
      "Use ∗ in plain text when a Unicode character is appropriate and the destination preserves U+2217.",
      "Use \\ast in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Asterisk Operator is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "⋆ — Star Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "star-operator",
    "symbol": "⋆",
    "slug": "star-operator",
    "name": "Star Operator",
    "aliases": [
      "star product"
    ],
    "unicode": "U+22C6",
    "htmlEntity": "&#8902;",
    "htmlDecimal": "&#8902;",
    "latex": "\\star",
    "mathml": "<mo>⋆</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Marks a specialized star product, dual operation, or custom binary operator.",
    "usage": "State the definition because star notation varies across algebra, analysis, and physics.",
    "pronunciation": "star operator",
    "examples": [
      "a⋆b"
    ],
    "relatedSymbols": [
      "asterisk-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C6 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\star and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋆ or use Insert → Special characters. For structured math, use the equation editor and verify \\star.",
      "excel": "Paste ⋆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Star Operator (⋆): Meaning, Examples & LaTeX",
      "description": "Copy ⋆ (U+22C6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋆; State the definition because star notation varies across algebra, analysis, and physics.",
      "For plain text, copy ⋆ as U+22C6; for structured equations, use \\star in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Star Operator."
    ],
    "searchIntents": [
      "Star Operator symbol meaning",
      "Star Operator copy and paste",
      "Star Operator LaTeX",
      "Star Operator Unicode",
      "how to type Star Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋆ in plain text when a Unicode character is appropriate and the destination preserves U+22C6.",
      "Use \\star in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Star Operator is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "circled-dot",
    "symbol": "⊙",
    "slug": "circled-dot",
    "name": "Circled Dot Operator",
    "aliases": [
      "odot"
    ],
    "unicode": "U+2299",
    "htmlEntity": "&#8857;",
    "htmlDecimal": "&#8857;",
    "latex": "\\odot",
    "mathml": "<mo>⊙</mo>",
    "categories": [
      "functions-operators",
      "linear-algebra"
    ],
    "meaning": "Represents a specialized product such as element-wise multiplication or a custom composition.",
    "usage": "Define whether the symbol means a Hadamard product, circular operation, or another local convention.",
    "pronunciation": "circled dot operator",
    "examples": [
      "A⊙B"
    ],
    "relatedSymbols": [
      "tensor-product"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2299 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\odot and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊙ or use Insert → Special characters. For structured math, use the equation editor and verify \\odot.",
      "excel": "Paste ⊙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Circled Dot Operator (⊙): Meaning, Examples & LaTeX",
      "description": "Copy ⊙ (U+2299), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊙; Define whether the symbol means a Hadamard product, circular operation, or another local convention.",
      "For plain text, copy ⊙ as U+2299; for structured equations, use \\odot in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Circled Dot Operator."
    ],
    "searchIntents": [
      "Circled Dot Operator symbol meaning",
      "Circled Dot Operator copy and paste",
      "Circled Dot Operator LaTeX",
      "Circled Dot Operator Unicode",
      "how to type Circled Dot Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊗ — Tensor Product"
    ],
    "useCases": [
      "Use ⊙ in plain text when a Unicode character is appropriate and the destination preserves U+2299.",
      "Use \\odot in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Circled Dot Operator is used in functions operators, linear algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Linear Algebra Symbols"
    ],
    "confusableCharacters": [
      "⊗ — Tensor Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "circled-asterisk",
    "symbol": "⊛",
    "slug": "circled-asterisk",
    "name": "Circled Asterisk Operator",
    "aliases": [
      "circledast"
    ],
    "unicode": "U+229B",
    "htmlEntity": "&#8859;",
    "htmlDecimal": "&#8859;",
    "latex": "\\circledast",
    "mathml": "<mo>⊛</mo>",
    "categories": [
      "functions-operators"
    ],
    "meaning": "Represents circular convolution or another explicitly defined circled operation.",
    "usage": "Use it only after defining the operation and the space on which it acts.",
    "pronunciation": "circled asterisk operator",
    "examples": [
      "f⊛g"
    ],
    "relatedSymbols": [
      "function-composition"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+229B in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\circledast and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊛ or use Insert → Special characters. For structured math, use the equation editor and verify \\circledast.",
      "excel": "Paste ⊛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Circled Asterisk Operator (⊛): Meaning, Examples & LaTeX",
      "description": "Copy ⊛ (U+229B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊛; Use it only after defining the operation and the space on which it acts.",
      "For plain text, copy ⊛ as U+229B; for structured equations, use \\circledast in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Circled Asterisk Operator."
    ],
    "searchIntents": [
      "Circled Asterisk Operator symbol meaning",
      "Circled Asterisk Operator copy and paste",
      "Circled Asterisk Operator LaTeX",
      "Circled Asterisk Operator Unicode",
      "how to type Circled Asterisk Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∘ — Function Composition"
    ],
    "useCases": [
      "Use ⊛ in plain text when a Unicode character is appropriate and the destination preserves U+229B.",
      "Use \\circledast in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Circled Asterisk Operator is used in functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "∘ — Function Composition"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "circled-dash",
    "symbol": "⊝",
    "slug": "circled-dash",
    "name": "Circled Dash Operator",
    "aliases": [
      "circled dash"
    ],
    "unicode": "U+229D",
    "htmlEntity": "&#8861;",
    "htmlDecimal": "&#8861;",
    "latex": "\\circleddash",
    "mathml": "<mo>⊝</mo>",
    "categories": [
      "functions-operators"
    ],
    "meaning": "Marks a specialized subtraction-like or quotient operation.",
    "usage": "Because usage is field-specific, define the operands and result type near the first occurrence.",
    "pronunciation": "circled dash operator",
    "examples": [
      "a⊝b"
    ],
    "relatedSymbols": [
      "minus"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+229D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\circleddash and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊝ or use Insert → Special characters. For structured math, use the equation editor and verify \\circleddash.",
      "excel": "Paste ⊝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Circled Dash Operator (⊝): Meaning, Examples & LaTeX",
      "description": "Copy ⊝ (U+229D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊝; Because usage is field-specific, define the operands and result type near the first occurrence.",
      "For plain text, copy ⊝ as U+229D; for structured equations, use \\circleddash in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Circled Dash Operator."
    ],
    "searchIntents": [
      "Circled Dash Operator symbol meaning",
      "Circled Dash Operator copy and paste",
      "Circled Dash Operator LaTeX",
      "Circled Dash Operator Unicode",
      "how to type Circled Dash Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "− — Minus Sign"
    ],
    "useCases": [
      "Use ⊝ in plain text when a Unicode character is appropriate and the destination preserves U+229D.",
      "Use \\circleddash in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Circled Dash Operator is used in functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "− — Minus Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "box-plus",
    "symbol": "⊞",
    "slug": "box-plus",
    "name": "Squared Plus Operator",
    "aliases": [
      "box plus"
    ],
    "unicode": "U+229E",
    "htmlEntity": "&#8862;",
    "htmlDecimal": "&#8862;",
    "latex": "\\boxplus",
    "mathml": "<mo>⊞</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents a direct, modular, or custom addition operation.",
    "usage": "Do not assume it is ordinary addition; explain the algebraic structure or modular rule.",
    "pronunciation": "squared plus operator",
    "examples": [
      "a⊞b"
    ],
    "relatedSymbols": [
      "direct-sum"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+229E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\boxplus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊞ or use Insert → Special characters. For structured math, use the equation editor and verify \\boxplus.",
      "excel": "Paste ⊞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Squared Plus Operator (⊞): Meaning, Examples & LaTeX",
      "description": "Copy ⊞ (U+229E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊞; Do not assume it is ordinary addition; explain the algebraic structure or modular rule.",
      "For plain text, copy ⊞ as U+229E; for structured equations, use \\boxplus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Squared Plus Operator."
    ],
    "searchIntents": [
      "Squared Plus Operator symbol meaning",
      "Squared Plus Operator copy and paste",
      "Squared Plus Operator LaTeX",
      "Squared Plus Operator Unicode",
      "how to type Squared Plus Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊕ — Direct Sum"
    ],
    "useCases": [
      "Use ⊞ in plain text when a Unicode character is appropriate and the destination preserves U+229E.",
      "Use \\boxplus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Squared Plus Operator is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "⊕ — Direct Sum"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "box-minus",
    "symbol": "⊟",
    "slug": "box-minus",
    "name": "Squared Minus Operator",
    "aliases": [
      "box minus"
    ],
    "unicode": "U+229F",
    "htmlEntity": "&#8863;",
    "htmlDecimal": "&#8863;",
    "latex": "\\boxminus",
    "mathml": "<mo>⊟</mo>",
    "categories": [
      "functions-operators"
    ],
    "meaning": "Represents a custom subtraction-like operation in algebra or logic.",
    "usage": "Define the operation before using it in calculations or diagrams.",
    "pronunciation": "squared minus operator",
    "examples": [
      "a⊟b"
    ],
    "relatedSymbols": [
      "box-plus"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+229F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\boxminus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊟ or use Insert → Special characters. For structured math, use the equation editor and verify \\boxminus.",
      "excel": "Paste ⊟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Squared Minus Operator (⊟): Meaning, Examples & LaTeX",
      "description": "Copy ⊟ (U+229F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊟; Define the operation before using it in calculations or diagrams.",
      "For plain text, copy ⊟ as U+229F; for structured equations, use \\boxminus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Squared Minus Operator."
    ],
    "searchIntents": [
      "Squared Minus Operator symbol meaning",
      "Squared Minus Operator copy and paste",
      "Squared Minus Operator LaTeX",
      "Squared Minus Operator Unicode",
      "how to type Squared Minus Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊞ — Squared Plus Operator"
    ],
    "useCases": [
      "Use ⊟ in plain text when a Unicode character is appropriate and the destination preserves U+229F.",
      "Use \\boxminus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Squared Minus Operator is used in functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "⊞ — Squared Plus Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "box-times",
    "symbol": "⊠",
    "slug": "box-times",
    "name": "Squared Times Operator",
    "aliases": [
      "box times"
    ],
    "unicode": "U+22A0",
    "htmlEntity": "&#8864;",
    "htmlDecimal": "&#8864;",
    "latex": "\\boxtimes",
    "mathml": "<mo>⊠</mo>",
    "categories": [
      "functions-operators",
      "linear-algebra"
    ],
    "meaning": "Represents a boxed product, tensor-like product, or custom multiplication.",
    "usage": "Explain how dimensions and operands combine because the notation is not universal.",
    "pronunciation": "squared times operator",
    "examples": [
      "A⊠B"
    ],
    "relatedSymbols": [
      "tensor-product"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22A0 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\boxtimes and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊠ or use Insert → Special characters. For structured math, use the equation editor and verify \\boxtimes.",
      "excel": "Paste ⊠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Squared Times Operator (⊠): Meaning, Examples & LaTeX",
      "description": "Copy ⊠ (U+22A0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊠; Explain how dimensions and operands combine because the notation is not universal.",
      "For plain text, copy ⊠ as U+22A0; for structured equations, use \\boxtimes in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Squared Times Operator."
    ],
    "searchIntents": [
      "Squared Times Operator symbol meaning",
      "Squared Times Operator copy and paste",
      "Squared Times Operator LaTeX",
      "Squared Times Operator Unicode",
      "how to type Squared Times Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊗ — Tensor Product"
    ],
    "useCases": [
      "Use ⊠ in plain text when a Unicode character is appropriate and the destination preserves U+22A0.",
      "Use \\boxtimes in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Squared Times Operator is used in functions operators, linear algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Linear Algebra Symbols"
    ],
    "confusableCharacters": [
      "⊗ — Tensor Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "box-dot",
    "symbol": "⊡",
    "slug": "box-dot",
    "name": "Squared Dot Operator",
    "aliases": [
      "box dot"
    ],
    "unicode": "U+22A1",
    "htmlEntity": "&#8865;",
    "htmlDecimal": "&#8865;",
    "latex": "\\boxdot",
    "mathml": "<mo>⊡</mo>",
    "categories": [
      "functions-operators"
    ],
    "meaning": "Represents a specialized dotted operation enclosed in a square.",
    "usage": "Use a local definition and avoid relying on visual resemblance to an ordinary dot product.",
    "pronunciation": "squared dot operator",
    "examples": [
      "a⊡b"
    ],
    "relatedSymbols": [
      "dot-product"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22A1 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\boxdot and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊡ or use Insert → Special characters. For structured math, use the equation editor and verify \\boxdot.",
      "excel": "Paste ⊡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Squared Dot Operator (⊡): Meaning, Examples & LaTeX",
      "description": "Copy ⊡ (U+22A1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊡; Use a local definition and avoid relying on visual resemblance to an ordinary dot product.",
      "For plain text, copy ⊡ as U+22A1; for structured equations, use \\boxdot in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Squared Dot Operator."
    ],
    "searchIntents": [
      "Squared Dot Operator symbol meaning",
      "Squared Dot Operator copy and paste",
      "Squared Dot Operator LaTeX",
      "Squared Dot Operator Unicode",
      "how to type Squared Dot Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⋅ — Dot Operator"
    ],
    "useCases": [
      "Use ⊡ in plain text when a Unicode character is appropriate and the destination preserves U+22A1.",
      "Use \\boxdot in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Squared Dot Operator is used in functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "⋅ — Dot Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "set-complement",
    "symbol": "∁",
    "slug": "set-complement",
    "name": "Set Complement",
    "aliases": [
      "complement symbol"
    ],
    "unicode": "U+2201",
    "htmlEntity": "&#8705;",
    "htmlDecimal": "&#8705;",
    "latex": "\\complement",
    "mathml": "<mo>∁</mo>",
    "categories": [
      "set-theory",
      "topology"
    ],
    "meaning": "Denotes the elements outside a set relative to an understood universal set.",
    "usage": "Specify the ambient set when the complement would otherwise be ambiguous.",
    "pronunciation": "set complement",
    "examples": [
      "∁A"
    ],
    "relatedSymbols": [
      "set-minus"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2201 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\complement and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∁ or use Insert → Special characters. For structured math, use the equation editor and verify \\complement.",
      "excel": "Paste ∁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Set Complement (∁): Meaning, Examples & LaTeX",
      "description": "Copy ∁ (U+2201), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ∁; Specify the ambient set when the complement would otherwise be ambiguous.",
      "For plain text, copy ∁ as U+2201; for structured equations, use \\complement in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Set Complement."
    ],
    "searchIntents": [
      "Set Complement symbol meaning",
      "Set Complement copy and paste",
      "Set Complement LaTeX",
      "Set Complement Unicode",
      "how to type Set Complement"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∖ — Set Minus"
    ],
    "useCases": [
      "Use ∁ in plain text when a Unicode character is appropriate and the destination preserves U+2201.",
      "Use \\complement in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Set Complement is used in set theory, topology with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Topology Symbols"
    ],
    "confusableCharacters": [
      "∖ — Set Minus"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "contains-as-member",
    "symbol": "∋",
    "slug": "contains-as-member",
    "name": "Contains As Member",
    "aliases": [
      "contains symbol"
    ],
    "unicode": "U+220B",
    "htmlEntity": "&#8715;",
    "htmlDecimal": "&#8715;",
    "latex": "\\ni",
    "mathml": "<mo>∋</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Reverses the element-of relation and says that the set contains the object.",
    "usage": "Write A ∋ x as an alternative to x ∈ A.",
    "pronunciation": "contains as member",
    "examples": [
      "A∋x"
    ],
    "relatedSymbols": [
      "element-of"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+220B in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ni and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∋ or use Insert → Special characters. For structured math, use the equation editor and verify \\ni.",
      "excel": "Paste ∋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Contains As Member (∋): Meaning, Examples & LaTeX",
      "description": "Copy ∋ (U+220B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ∋; Write A ∋ x as an alternative to x ∈ A.",
      "For plain text, copy ∋ as U+220B; for structured equations, use \\ni in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Contains As Member."
    ],
    "searchIntents": [
      "Contains As Member symbol meaning",
      "Contains As Member copy and paste",
      "Contains As Member LaTeX",
      "Contains As Member Unicode",
      "how to type Contains As Member"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ∋ in plain text when a Unicode character is appropriate and the destination preserves U+220B.",
      "Use \\ni in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Contains As Member is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "does-not-contain",
    "symbol": "∌",
    "slug": "does-not-contain",
    "name": "Does Not Contain As Member",
    "aliases": [
      "not contains"
    ],
    "unicode": "U+220C",
    "htmlEntity": "&#8716;",
    "htmlDecimal": "&#8716;",
    "latex": "\\not\\ni",
    "mathml": "<mo>∌</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "States that a set does not contain a given element.",
    "usage": "Use it as the reversed form of the not-element-of relation.",
    "pronunciation": "does not contain as member",
    "examples": [
      "A∌x"
    ],
    "relatedSymbols": [
      "not-element-of"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+220C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\not\\ni and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∌ or use Insert → Special characters. For structured math, use the equation editor and verify \\not\\ni.",
      "excel": "Paste ∌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Does Not Contain As Member (∌): Meaning, Examples & LaTeX",
      "description": "Copy ∌ (U+220C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ∌; Use it as the reversed form of the not-element-of relation.",
      "For plain text, copy ∌ as U+220C; for structured equations, use \\not\\ni in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Contain As Member."
    ],
    "searchIntents": [
      "Does Not Contain As Member symbol meaning",
      "Does Not Contain As Member copy and paste",
      "Does Not Contain As Member LaTeX",
      "Does Not Contain As Member Unicode",
      "how to type Does Not Contain As Member"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∉ — Not an Element Of"
    ],
    "useCases": [
      "Use ∌ in plain text when a Unicode character is appropriate and the destination preserves U+220C.",
      "Use \\not\\ni in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Contain As Member is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∉ — Not an Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-subset-or-equal",
    "symbol": "⊈",
    "slug": "not-subset-or-equal",
    "name": "Not a Subset Of or Equal To",
    "aliases": [
      "not subseteq"
    ],
    "unicode": "U+2288",
    "htmlEntity": "&#8840;",
    "htmlDecimal": "&#8840;",
    "latex": "\\nsubseteq",
    "mathml": "<mo>⊈</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "States that the first set is not contained in the second set.",
    "usage": "A single counterexample element is enough to establish this relation.",
    "pronunciation": "not a subset of or equal to",
    "examples": [
      "A⊈B"
    ],
    "relatedSymbols": [
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2288 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nsubseteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊈ or use Insert → Special characters. For structured math, use the equation editor and verify \\nsubseteq.",
      "excel": "Paste ⊈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not a Subset Of or Equal To (⊈): Meaning, Examples & LaTeX",
      "description": "Copy ⊈ (U+2288), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊈ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⊈ as U+2288; for structured equations, use \\nsubseteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not a Subset Of or Equal To."
    ],
    "searchIntents": [
      "Not a Subset Of or Equal To symbol meaning",
      "Not a Subset Of or Equal To copy and paste",
      "Not a Subset Of or Equal To LaTeX",
      "Not a Subset Of or Equal To Unicode",
      "how to type Not a Subset Of or Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⊈ in plain text when a Unicode character is appropriate and the destination preserves U+2288.",
      "Use \\nsubseteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not a Subset Of or Equal To is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-superset-or-equal",
    "symbol": "⊉",
    "slug": "not-superset-or-equal",
    "name": "Not a Superset Of or Equal To",
    "aliases": [
      "not superseteq"
    ],
    "unicode": "U+2289",
    "htmlEntity": "&#8841;",
    "htmlDecimal": "&#8841;",
    "latex": "\\nsupseteq",
    "mathml": "<mo>⊉</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "States that the first set does not contain every element of the second set.",
    "usage": "Use it as the reverse-direction counterpart of not-subset-or-equal.",
    "pronunciation": "not a superset of or equal to",
    "examples": [
      "A⊉B"
    ],
    "relatedSymbols": [
      "superset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2289 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nsupseteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊉ or use Insert → Special characters. For structured math, use the equation editor and verify \\nsupseteq.",
      "excel": "Paste ⊉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not a Superset Of or Equal To (⊉): Meaning, Examples & LaTeX",
      "description": "Copy ⊉ (U+2289), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⊉ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⊉ as U+2289; for structured equations, use \\nsupseteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not a Superset Of or Equal To."
    ],
    "searchIntents": [
      "Not a Superset Of or Equal To symbol meaning",
      "Not a Superset Of or Equal To copy and paste",
      "Not a Superset Of or Equal To LaTeX",
      "Not a Superset Of or Equal To Unicode",
      "how to type Not a Superset Of or Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊇ — Superset Of or Equal To"
    ],
    "useCases": [
      "Use ⊉ in plain text when a Unicode character is appropriate and the destination preserves U+2289.",
      "Use \\nsupseteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not a Superset Of or Equal To is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "⊇ — Superset Of or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subset-not-equal",
    "symbol": "⊊",
    "slug": "subset-not-equal",
    "name": "Subset Of with Not Equal To",
    "aliases": [
      "strict subset"
    ],
    "unicode": "U+228A",
    "htmlEntity": "&#8842;",
    "htmlDecimal": "&#8842;",
    "latex": "\\subsetneq",
    "mathml": "<mo>⊊</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Marks a strict subset while explicitly excluding equality.",
    "usage": "Use it when every element of A belongs to B and at least one element of B is absent from A.",
    "pronunciation": "subset of with not equal to",
    "examples": [
      "A⊊B"
    ],
    "relatedSymbols": [
      "proper-subset"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+228A in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\subsetneq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊊ or use Insert → Special characters. For structured math, use the equation editor and verify \\subsetneq.",
      "excel": "Paste ⊊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subset Of with Not Equal To (⊊): Meaning, Examples & LaTeX",
      "description": "Copy ⊊ (U+228A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Use ⊊ to deny equality, not to express an ordering such as less than or greater than.",
      "For plain text, copy ⊊ as U+228A; for structured equations, use \\subsetneq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subset Of with Not Equal To."
    ],
    "searchIntents": [
      "Subset Of with Not Equal To symbol meaning",
      "Subset Of with Not Equal To copy and paste",
      "Subset Of with Not Equal To LaTeX",
      "Subset Of with Not Equal To Unicode",
      "how to type Subset Of with Not Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊊ — Proper Subset Of"
    ],
    "useCases": [
      "Use ⊊ in plain text when a Unicode character is appropriate and the destination preserves U+228A.",
      "Use \\subsetneq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subset Of with Not Equal To is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "⊊ — Proper Subset Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superset-not-equal",
    "symbol": "⊋",
    "slug": "superset-not-equal",
    "name": "Superset Of with Not Equal To",
    "aliases": [
      "strict superset"
    ],
    "unicode": "U+228B",
    "htmlEntity": "&#8843;",
    "htmlDecimal": "&#8843;",
    "latex": "\\supsetneq",
    "mathml": "<mo>⊋</mo>",
    "categories": [
      "set-theory"
    ],
    "meaning": "Marks a strict superset while explicitly excluding equality.",
    "usage": "Use it when A contains B and A has at least one additional element.",
    "pronunciation": "superset of with not equal to",
    "examples": [
      "A⊋B"
    ],
    "relatedSymbols": [
      "proper-superset"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+228B in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\supsetneq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊋ or use Insert → Special characters. For structured math, use the equation editor and verify \\supsetneq.",
      "excel": "Paste ⊋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superset Of with Not Equal To (⊋): Meaning, Examples & LaTeX",
      "description": "Copy ⊋ (U+228B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Use ⊋ to deny equality, not to express an ordering such as less than or greater than.",
      "For plain text, copy ⊋ as U+228B; for structured equations, use \\supsetneq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superset Of with Not Equal To."
    ],
    "searchIntents": [
      "Superset Of with Not Equal To symbol meaning",
      "Superset Of with Not Equal To copy and paste",
      "Superset Of with Not Equal To LaTeX",
      "Superset Of with Not Equal To Unicode",
      "how to type Superset Of with Not Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊋ — Proper Superset Of"
    ],
    "useCases": [
      "Use ⊋ in plain text when a Unicode character is appropriate and the destination preserves U+228B.",
      "Use \\supsetneq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superset Of with Not Equal To is used in set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "⊋ — Proper Superset Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "multiset-union",
    "symbol": "⊎",
    "slug": "multiset-union",
    "name": "Multiset Union",
    "aliases": [
      "uplus",
      "disjoint union"
    ],
    "unicode": "U+228E",
    "htmlEntity": "&#8846;",
    "htmlDecimal": "&#8846;",
    "latex": "\\uplus",
    "mathml": "<mo>⊎</mo>",
    "categories": [
      "set-theory",
      "combinatorics"
    ],
    "meaning": "Combines collections while retaining element multiplicities.",
    "usage": "State whether multiplicities are added or another disjoint-union convention is intended.",
    "pronunciation": "multiset union",
    "examples": [
      "A⊎B"
    ],
    "relatedSymbols": [
      "union"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+228E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\uplus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊎ or use Insert → Special characters. For structured math, use the equation editor and verify \\uplus.",
      "excel": "Paste ⊎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Multiset Union (⊎): Meaning, Examples & LaTeX",
      "description": "Copy ⊎ (U+228E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⊎; State whether multiplicities are added or another disjoint-union convention is intended.",
      "For plain text, copy ⊎ as U+228E; for structured equations, use \\uplus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Multiset Union."
    ],
    "searchIntents": [
      "Multiset Union symbol meaning",
      "Multiset Union copy and paste",
      "Multiset Union LaTeX",
      "Multiset Union Unicode",
      "how to type Multiset Union"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∪ — Union"
    ],
    "useCases": [
      "Use ⊎ in plain text when a Unicode character is appropriate and the destination preserves U+228E.",
      "Use \\uplus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Multiset Union is used in set theory, combinatorics with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Combinatorics Symbols"
    ],
    "confusableCharacters": [
      "∪ — Union"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "normal-subgroup",
    "symbol": "⊲",
    "slug": "normal-subgroup",
    "name": "Normal Subgroup Of",
    "aliases": [
      "triangleleft"
    ],
    "unicode": "U+22B2",
    "htmlEntity": "&#8882;",
    "htmlDecimal": "&#8882;",
    "latex": "\\triangleleft",
    "mathml": "<mo>⊲</mo>",
    "categories": [
      "algebra"
    ],
    "meaning": "Indicates that one group is a normal subgroup of another.",
    "usage": "Use it after defining both groups and the normality condition under conjugation.",
    "pronunciation": "normal subgroup of",
    "examples": [
      "N⊲G"
    ],
    "relatedSymbols": [
      "subset"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22B2 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\triangleleft and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊲, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊲, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊲ or use Insert → Special characters. For structured math, use the equation editor and verify \\triangleleft.",
      "excel": "Paste ⊲ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Normal Subgroup Of (⊲): Meaning, Examples & LaTeX",
      "description": "Copy ⊲ (U+22B2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊲; Use it after defining both groups and the normality condition under conjugation.",
      "For plain text, copy ⊲ as U+22B2; for structured equations, use \\triangleleft in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Normal Subgroup Of."
    ],
    "searchIntents": [
      "Normal Subgroup Of symbol meaning",
      "Normal Subgroup Of copy and paste",
      "Normal Subgroup Of LaTeX",
      "Normal Subgroup Of Unicode",
      "how to type Normal Subgroup Of"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⊲ in plain text when a Unicode character is appropriate and the destination preserves U+22B2.",
      "Use \\triangleleft in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Normal Subgroup Of is used in algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "normal-subgroup-or-equal",
    "symbol": "⊴",
    "slug": "normal-subgroup-or-equal",
    "name": "Normal Subgroup Of or Equal To",
    "aliases": [
      "trianglelefteq"
    ],
    "unicode": "U+22B4",
    "htmlEntity": "&#8884;",
    "htmlDecimal": "&#8884;",
    "latex": "\\trianglelefteq",
    "mathml": "<mo>⊴</mo>",
    "categories": [
      "algebra"
    ],
    "meaning": "Indicates a normal subgroup relation that permits equality.",
    "usage": "It is useful when a theorem includes the whole group as a valid normal subgroup.",
    "pronunciation": "normal subgroup of or equal to",
    "examples": [
      "N⊴G"
    ],
    "relatedSymbols": [
      "normal-subgroup"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22B4 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\trianglelefteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊴, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊴, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊴ or use Insert → Special characters. For structured math, use the equation editor and verify \\trianglelefteq.",
      "excel": "Paste ⊴ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Normal Subgroup Of or Equal To (⊴): Meaning, Examples & LaTeX",
      "description": "Copy ⊴ (U+22B4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊴; It is useful when a theorem includes the whole group as a valid normal subgroup.",
      "For plain text, copy ⊴ as U+22B4; for structured equations, use \\trianglelefteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Normal Subgroup Of or Equal To."
    ],
    "searchIntents": [
      "Normal Subgroup Of or Equal To symbol meaning",
      "Normal Subgroup Of or Equal To copy and paste",
      "Normal Subgroup Of or Equal To LaTeX",
      "Normal Subgroup Of or Equal To Unicode",
      "how to type Normal Subgroup Of or Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊲ — Normal Subgroup Of"
    ],
    "useCases": [
      "Use ⊴ in plain text when a Unicode character is appropriate and the destination preserves U+22B4.",
      "Use \\trianglelefteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Normal Subgroup Of or Equal To is used in algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "⊲ — Normal Subgroup Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "similar-to",
    "symbol": "∼",
    "slug": "similar-to",
    "name": "Similar To",
    "aliases": [
      "tilde relation"
    ],
    "unicode": "U+223C",
    "htmlEntity": "&#8764;",
    "htmlDecimal": "&#8764;",
    "latex": "\\sim",
    "mathml": "<mo>∼</mo>",
    "categories": [
      "comparison",
      "geometry",
      "topology"
    ],
    "meaning": "Expresses similarity, asymptotic equivalence, or an equivalence relation according to context.",
    "usage": "Define the relation when the surrounding field does not make the meaning obvious.",
    "pronunciation": "similar to",
    "examples": [
      "△ABC∼△DEF"
    ],
    "relatedSymbols": [
      "approximately-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+223C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\sim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∼ or use Insert → Special characters. For structured math, use the equation editor and verify \\sim.",
      "excel": "Paste ∼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Similar To (∼): Meaning, Examples & LaTeX",
      "description": "Copy ∼ (U+223C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ∼; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ∼ as U+223C; for structured equations, use \\sim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Similar To."
    ],
    "searchIntents": [
      "Similar To symbol meaning",
      "Similar To copy and paste",
      "Similar To LaTeX",
      "Similar To Unicode",
      "how to type Similar To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≈ — Approximately Equal To"
    ],
    "useCases": [
      "Use ∼ in plain text when a Unicode character is appropriate and the destination preserves U+223C.",
      "Use \\sim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Similar To is used in comparison, geometry, topology with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Geometry Symbols",
      "Topology Symbols"
    ],
    "confusableCharacters": [
      "≈ — Approximately Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-similar-to",
    "symbol": "≁",
    "slug": "not-similar-to",
    "name": "Not Similar To",
    "aliases": [
      "not sim"
    ],
    "unicode": "U+2241",
    "htmlEntity": "&#8769;",
    "htmlDecimal": "&#8769;",
    "latex": "\\nsim",
    "mathml": "<mo>≁</mo>",
    "categories": [
      "comparison",
      "geometry"
    ],
    "meaning": "States that two objects do not satisfy the selected similarity relation.",
    "usage": "Use the same definition of similarity that appears in the positive relation.",
    "pronunciation": "not similar to",
    "examples": [
      "A≁B"
    ],
    "relatedSymbols": [
      "similar-to"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2241 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≁ or use Insert → Special characters. For structured math, use the equation editor and verify \\nsim.",
      "excel": "Paste ≁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Similar To (≁): Meaning, Examples & LaTeX",
      "description": "Copy ≁ (U+2241), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ≁; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ≁ as U+2241; for structured equations, use \\nsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Similar To."
    ],
    "searchIntents": [
      "Not Similar To symbol meaning",
      "Not Similar To copy and paste",
      "Not Similar To LaTeX",
      "Not Similar To Unicode",
      "how to type Not Similar To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∼ — Similar To"
    ],
    "useCases": [
      "Use ≁ in plain text when a Unicode character is appropriate and the destination preserves U+2241.",
      "Use \\nsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Similar To is used in comparison, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∼ — Similar To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "homeomorphic",
    "symbol": "≅",
    "slug": "homeomorphic",
    "name": "Homeomorphic or Isomorphic To",
    "aliases": [
      "isomorphic",
      "congruent"
    ],
    "unicode": "U+2245",
    "htmlEntity": "&#8773;",
    "htmlDecimal": "&#8773;",
    "latex": "\\cong",
    "mathml": "<mo>≅</mo>",
    "categories": [
      "topology",
      "comparison"
    ],
    "meaning": "Indicates a structure-preserving equivalence such as a homeomorphism or isomorphism.",
    "usage": "Name the type of equivalence because the symbol is also used for congruence and approximate equality.",
    "pronunciation": "homeomorphic or isomorphic to",
    "examples": [
      "X≅Y"
    ],
    "relatedSymbols": [
      "identical-to"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2245 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\cong and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≅ or use Insert → Special characters. For structured math, use the equation editor and verify \\cong.",
      "excel": "Paste ≅ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Homeomorphic or Isomorphic To (≅): Meaning, Examples & LaTeX",
      "description": "Copy ≅ (U+2245), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using ≅; Name the type of equivalence because the symbol is also used for congruence and approximate equality.",
      "For plain text, copy ≅ as U+2245; for structured equations, use \\cong in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Homeomorphic or Isomorphic To."
    ],
    "searchIntents": [
      "Homeomorphic or Isomorphic To symbol meaning",
      "Homeomorphic or Isomorphic To copy and paste",
      "Homeomorphic or Isomorphic To LaTeX",
      "Homeomorphic or Isomorphic To Unicode",
      "how to type Homeomorphic or Isomorphic To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≡ — Identical To"
    ],
    "useCases": [
      "Use ≅ in plain text when a Unicode character is appropriate and the destination preserves U+2245.",
      "Use \\cong in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Homeomorphic or Isomorphic To is used in topology, comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "≡ — Identical To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "questioned-equal",
    "symbol": "≟",
    "slug": "questioned-equal",
    "name": "Questioned Equal To",
    "aliases": [
      "question mark equal"
    ],
    "unicode": "U+225F",
    "htmlEntity": "&#8799;",
    "htmlDecimal": "&#8799;",
    "latex": "\\stackrel{?}{=}",
    "mathml": "<mo>≟</mo>",
    "categories": [
      "comparison",
      "logic"
    ],
    "meaning": "Marks an equality that is being tested rather than asserted.",
    "usage": "Use it in derivations or exercises to show that the equality still requires verification.",
    "pronunciation": "questioned equal to",
    "examples": [
      "a+b≟c"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+225F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\stackrel{?}{=} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≟ or use Insert → Special characters. For structured math, use the equation editor and verify \\stackrel{?}{=}.",
      "excel": "Paste ≟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Questioned Equal To (≟): Meaning, Examples & LaTeX",
      "description": "Copy ≟ (U+225F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ≟; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ≟ as U+225F; for structured equations, use \\stackrel{?}{=} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Questioned Equal To."
    ],
    "searchIntents": [
      "Questioned Equal To symbol meaning",
      "Questioned Equal To copy and paste",
      "Questioned Equal To LaTeX",
      "Questioned Equal To Unicode",
      "how to type Questioned Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use ≟ in plain text when a Unicode character is appropriate and the destination preserves U+225F.",
      "Use \\stackrel{?}{=} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Questioned Equal To is used in comparison, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "colon-equals",
    "symbol": "≔",
    "slug": "colon-equals",
    "name": "Colon Equals",
    "aliases": [
      "defined as"
    ],
    "unicode": "U+2254",
    "htmlEntity": "&#8788;",
    "htmlDecimal": "&#8788;",
    "latex": "\\coloneqq",
    "mathml": "<mo>≔</mo>",
    "categories": [
      "comparison",
      "algebra"
    ],
    "meaning": "Defines the expression on the left using the expression on the right.",
    "usage": "Keep the chosen definition direction consistent throughout a document.",
    "pronunciation": "colon equals",
    "examples": [
      "f(x)≔x²"
    ],
    "relatedSymbols": [
      "equal-by-definition"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2254 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\coloneqq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≔ or use Insert → Special characters. For structured math, use the equation editor and verify \\coloneqq.",
      "excel": "Paste ≔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Colon Equals (≔): Meaning, Examples & LaTeX",
      "description": "Copy ≔ (U+2254), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≔; Keep the chosen definition direction consistent throughout a document.",
      "For plain text, copy ≔ as U+2254; for structured equations, use \\coloneqq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Colon Equals."
    ],
    "searchIntents": [
      "Colon Equals symbol meaning",
      "Colon Equals copy and paste",
      "Colon Equals LaTeX",
      "Colon Equals Unicode",
      "how to type Colon Equals"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≝ — Equal To by Definition"
    ],
    "useCases": [
      "Use ≔ in plain text when a Unicode character is appropriate and the destination preserves U+2254.",
      "Use \\coloneqq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Colon Equals is used in comparison, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "≝ — Equal To by Definition"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equals-colon",
    "symbol": "≕",
    "slug": "equals-colon",
    "name": "Equals Colon",
    "aliases": [
      "equals colon definition"
    ],
    "unicode": "U+2255",
    "htmlEntity": "&#8789;",
    "htmlDecimal": "&#8789;",
    "latex": "\\eqqcolon",
    "mathml": "<mo>≕</mo>",
    "categories": [
      "comparison",
      "algebra"
    ],
    "meaning": "Defines the expression on the right using the expression on the left.",
    "usage": "Use it when the definition direction is intentionally opposite to colon-equals.",
    "pronunciation": "equals colon",
    "examples": [
      "x²≕f(x)"
    ],
    "relatedSymbols": [
      "colon-equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2255 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\eqqcolon and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≕ or use Insert → Special characters. For structured math, use the equation editor and verify \\eqqcolon.",
      "excel": "Paste ≕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equals Colon (≕): Meaning, Examples & LaTeX",
      "description": "Copy ≕ (U+2255), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≕; Use it when the definition direction is intentionally opposite to colon-equals.",
      "For plain text, copy ≕ as U+2255; for structured equations, use \\eqqcolon in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equals Colon."
    ],
    "searchIntents": [
      "Equals Colon symbol meaning",
      "Equals Colon copy and paste",
      "Equals Colon LaTeX",
      "Equals Colon Unicode",
      "how to type Equals Colon"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≔ — Colon Equals"
    ],
    "useCases": [
      "Use ≕ in plain text when a Unicode character is appropriate and the destination preserves U+2255.",
      "Use \\eqqcolon in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equals Colon is used in comparison, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "≔ — Colon Equals"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "ring-equals",
    "symbol": "≗",
    "slug": "ring-equals",
    "name": "Ring Equal To",
    "aliases": [
      "circle equal"
    ],
    "unicode": "U+2257",
    "htmlEntity": "&#8791;",
    "htmlDecimal": "&#8791;",
    "latex": "\\circeq",
    "mathml": "<mo>≗</mo>",
    "categories": [
      "comparison"
    ],
    "meaning": "Represents a specialized equality relation decorated with a ring.",
    "usage": "Define the relation because its meaning is not standardized across all fields.",
    "pronunciation": "ring equal to",
    "examples": [
      "a≗b"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2257 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\circeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≗ or use Insert → Special characters. For structured math, use the equation editor and verify \\circeq.",
      "excel": "Paste ≗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Ring Equal To (≗): Meaning, Examples & LaTeX",
      "description": "Copy ≗ (U+2257), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using ≗; Define the relation because its meaning is not standardized across all fields.",
      "For plain text, copy ≗ as U+2257; for structured equations, use \\circeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Ring Equal To."
    ],
    "searchIntents": [
      "Ring Equal To symbol meaning",
      "Ring Equal To copy and paste",
      "Ring Equal To LaTeX",
      "Ring Equal To Unicode",
      "how to type Ring Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use ≗ in plain text when a Unicode character is appropriate and the destination preserves U+2257.",
      "Use \\circeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Ring Equal To is used in comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equiangular",
    "symbol": "≚",
    "slug": "equiangular",
    "name": "Equiangular To",
    "aliases": [
      "equal angles"
    ],
    "unicode": "U+225A",
    "htmlEntity": "&#8794;",
    "htmlDecimal": "&#8794;",
    "latex": "\\veeeq",
    "mathml": "<mo>≚</mo>",
    "categories": [
      "geometry",
      "comparison"
    ],
    "meaning": "Indicates that geometric figures have corresponding equal angles.",
    "usage": "State the correspondence between vertices when comparing polygons.",
    "pronunciation": "equiangular to",
    "examples": [
      "△ABC≚△DEF"
    ],
    "relatedSymbols": [
      "angle"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+225A in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\veeeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≚ or use Insert → Special characters. For structured math, use the equation editor and verify \\veeeq.",
      "excel": "Paste ≚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equiangular To (≚): Meaning, Examples & LaTeX",
      "description": "Copy ≚ (U+225A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ≚; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ≚ as U+225A; for structured equations, use \\veeeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equiangular To."
    ],
    "searchIntents": [
      "Equiangular To symbol meaning",
      "Equiangular To copy and paste",
      "Equiangular To LaTeX",
      "Equiangular To Unicode",
      "how to type Equiangular To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∠ — Angle"
    ],
    "useCases": [
      "Use ≚ in plain text when a Unicode character is appropriate and the destination preserves U+225A.",
      "Use \\veeeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equiangular To is used in geometry, comparison with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols",
      "Comparison Symbols"
    ],
    "confusableCharacters": [
      "∠ — Angle"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "delta-equal",
    "symbol": "≜",
    "slug": "delta-equal",
    "name": "Delta Equal To",
    "aliases": [
      "triangle equal"
    ],
    "unicode": "U+225C",
    "htmlEntity": "&#8796;",
    "htmlDecimal": "&#8796;",
    "latex": "\\triangleq",
    "mathml": "<mo>≜</mo>",
    "categories": [
      "comparison",
      "algebra"
    ],
    "meaning": "Marks an equality by definition or a relation established for the current context.",
    "usage": "Use a notation note if readers may expect colon-equals instead.",
    "pronunciation": "delta equal to",
    "examples": [
      "g(x)≜x+1"
    ],
    "relatedSymbols": [
      "colon-equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+225C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\triangleq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≜ or use Insert → Special characters. For structured math, use the equation editor and verify \\triangleq.",
      "excel": "Paste ≜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Delta Equal To (≜): Meaning, Examples & LaTeX",
      "description": "Copy ≜ (U+225C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≜; Use a notation note if readers may expect colon-equals instead.",
      "For plain text, copy ≜ as U+225C; for structured equations, use \\triangleq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Delta Equal To."
    ],
    "searchIntents": [
      "Delta Equal To symbol meaning",
      "Delta Equal To copy and paste",
      "Delta Equal To LaTeX",
      "Delta Equal To Unicode",
      "how to type Delta Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≔ — Colon Equals"
    ],
    "useCases": [
      "Use ≜ in plain text when a Unicode character is appropriate and the destination preserves U+225C.",
      "Use \\triangleq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Delta Equal To is used in comparison, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "≔ — Colon Equals"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equal-by-definition",
    "symbol": "≝",
    "slug": "equal-by-definition",
    "name": "Equal To by Definition",
    "aliases": [
      "definition equal"
    ],
    "unicode": "U+225D",
    "htmlEntity": "&#8797;",
    "htmlDecimal": "&#8797;",
    "latex": "\\stackrel{def}{=}",
    "mathml": "<mo>≝</mo>",
    "categories": [
      "comparison",
      "algebra"
    ],
    "meaning": "States that one expression is defined to equal another expression.",
    "usage": "Use it at the point a new symbol, function, or quantity is introduced.",
    "pronunciation": "equal to by definition",
    "examples": [
      "c≝a+b"
    ],
    "relatedSymbols": [
      "colon-equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+225D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\stackrel{def}{=} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≝ or use Insert → Special characters. For structured math, use the equation editor and verify \\stackrel{def}{=}.",
      "excel": "Paste ≝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equal To by Definition (≝): Meaning, Examples & LaTeX",
      "description": "Copy ≝ (U+225D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≝; Use it at the point a new symbol, function, or quantity is introduced.",
      "For plain text, copy ≝ as U+225D; for structured equations, use \\stackrel{def}{=} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equal To by Definition."
    ],
    "searchIntents": [
      "Equal To by Definition symbol meaning",
      "Equal To by Definition copy and paste",
      "Equal To by Definition LaTeX",
      "Equal To by Definition Unicode",
      "how to type Equal To by Definition"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≔ — Colon Equals"
    ],
    "useCases": [
      "Use ≝ in plain text when a Unicode character is appropriate and the destination preserves U+225D.",
      "Use \\stackrel{def}{=} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equal To by Definition is used in comparison, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "≔ — Colon Equals"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "end-of-proof",
    "symbol": "∎",
    "slug": "end-of-proof",
    "name": "End of Proof",
    "aliases": [
      "QED symbol",
      "tombstone"
    ],
    "unicode": "U+220E",
    "htmlEntity": "&#8718;",
    "htmlDecimal": "&#8718;",
    "latex": "\\qed",
    "mathml": "<mo>∎</mo>",
    "categories": [
      "logic",
      "discrete-math"
    ],
    "meaning": "Marks the end of a mathematical proof.",
    "usage": "Place it after the final argument; many theorem environments insert it automatically.",
    "pronunciation": "end of proof",
    "examples": [
      "The claim follows. ∎"
    ],
    "relatedSymbols": [
      "therefore"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+220E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\qed and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∎ or use Insert → Special characters. For structured math, use the equation editor and verify \\qed.",
      "excel": "Paste ∎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "End of Proof (∎): Meaning, Examples & LaTeX",
      "description": "Copy ∎ (U+220E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ∎; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ∎ as U+220E; for structured equations, use \\qed in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is End of Proof."
    ],
    "searchIntents": [
      "End of Proof symbol meaning",
      "End of Proof copy and paste",
      "End of Proof LaTeX",
      "End of Proof Unicode",
      "how to type End of Proof"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∴ — Therefore"
    ],
    "useCases": [
      "Use ∎ in plain text when a Unicode character is appropriate and the destination preserves U+220E.",
      "Use \\qed in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when End of Proof is used in logic, discrete math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Discrete Mathematics Symbols"
    ],
    "confusableCharacters": [
      "∴ — Therefore"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "logical-nand",
    "symbol": "⊼",
    "slug": "logical-nand",
    "name": "Logical NAND",
    "aliases": [
      "NAND",
      "bar wedge"
    ],
    "unicode": "U+22BC",
    "htmlEntity": "&#8892;",
    "htmlDecimal": "&#8892;",
    "latex": "\\barwedge",
    "mathml": "<mo>⊼</mo>",
    "categories": [
      "logic",
      "discrete-math"
    ],
    "meaning": "Is true except when both operands are true.",
    "usage": "Define whether truth values are Boolean numbers, propositions, or logic-gate signals.",
    "pronunciation": "logical nand",
    "examples": [
      "p⊼q"
    ],
    "relatedSymbols": [
      "logical-and"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22BC in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\barwedge and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊼ or use Insert → Special characters. For structured math, use the equation editor and verify \\barwedge.",
      "excel": "Paste ⊼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Logical NAND (⊼): Meaning, Examples & LaTeX",
      "description": "Copy ⊼ (U+22BC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⊼; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⊼ as U+22BC; for structured equations, use \\barwedge in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Logical NAND."
    ],
    "searchIntents": [
      "Logical NAND symbol meaning",
      "Logical NAND copy and paste",
      "Logical NAND LaTeX",
      "Logical NAND Unicode",
      "how to type Logical NAND"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ⊼ in plain text when a Unicode character is appropriate and the destination preserves U+22BC.",
      "Use \\barwedge in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Logical NAND is used in logic, discrete math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Discrete Mathematics Symbols"
    ],
    "confusableCharacters": [
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "logical-nor",
    "symbol": "⊽",
    "slug": "logical-nor",
    "name": "Logical NOR",
    "aliases": [
      "NOR",
      "bar vee"
    ],
    "unicode": "U+22BD",
    "htmlEntity": "&#8893;",
    "htmlDecimal": "&#8893;",
    "latex": "\\barvee",
    "mathml": "<mo>⊽</mo>",
    "categories": [
      "logic",
      "discrete-math"
    ],
    "meaning": "Is true only when both operands are false.",
    "usage": "Use it for the negation of logical OR in Boolean algebra or circuit notation.",
    "pronunciation": "logical nor",
    "examples": [
      "p⊽q"
    ],
    "relatedSymbols": [
      "logical-or"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22BD in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\barvee and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊽ or use Insert → Special characters. For structured math, use the equation editor and verify \\barvee.",
      "excel": "Paste ⊽ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Logical NOR (⊽): Meaning, Examples & LaTeX",
      "description": "Copy ⊽ (U+22BD), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⊽; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⊽ as U+22BD; for structured equations, use \\barvee in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Logical NOR."
    ],
    "searchIntents": [
      "Logical NOR symbol meaning",
      "Logical NOR copy and paste",
      "Logical NOR LaTeX",
      "Logical NOR Unicode",
      "how to type Logical NOR"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∨ — Logical Or"
    ],
    "useCases": [
      "Use ⊽ in plain text when a Unicode character is appropriate and the destination preserves U+22BD.",
      "Use \\barvee in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Logical NOR is used in logic, discrete math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols",
      "Discrete Mathematics Symbols"
    ],
    "confusableCharacters": [
      "∨ — Logical Or"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "curly-logical-or",
    "symbol": "⋎",
    "slug": "curly-logical-or",
    "name": "Curly Logical Or",
    "aliases": [
      "curly vee"
    ],
    "unicode": "U+22CE",
    "htmlEntity": "&#8910;",
    "htmlDecimal": "&#8910;",
    "latex": "\\curlyvee",
    "mathml": "<mo>⋎</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Represents a specialized join or disjunction operation.",
    "usage": "Explain the algebraic structure because the curly form is not ordinary Boolean OR by default.",
    "pronunciation": "curly logical or",
    "examples": [
      "p⋎q"
    ],
    "relatedSymbols": [
      "logical-or"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22CE in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\curlyvee and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋎ or use Insert → Special characters. For structured math, use the equation editor and verify \\curlyvee.",
      "excel": "Paste ⋎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Curly Logical Or (⋎): Meaning, Examples & LaTeX",
      "description": "Copy ⋎ (U+22CE), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⋎; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⋎ as U+22CE; for structured equations, use \\curlyvee in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Curly Logical Or."
    ],
    "searchIntents": [
      "Curly Logical Or symbol meaning",
      "Curly Logical Or copy and paste",
      "Curly Logical Or LaTeX",
      "Curly Logical Or Unicode",
      "how to type Curly Logical Or"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∨ — Logical Or"
    ],
    "useCases": [
      "Use ⋎ in plain text when a Unicode character is appropriate and the destination preserves U+22CE.",
      "Use \\curlyvee in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Curly Logical Or is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∨ — Logical Or"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "curly-logical-and",
    "symbol": "⋏",
    "slug": "curly-logical-and",
    "name": "Curly Logical And",
    "aliases": [
      "curly wedge"
    ],
    "unicode": "U+22CF",
    "htmlEntity": "&#8911;",
    "htmlDecimal": "&#8911;",
    "latex": "\\curlywedge",
    "mathml": "<mo>⋏</mo>",
    "categories": [
      "logic"
    ],
    "meaning": "Represents a specialized meet or conjunction operation.",
    "usage": "Explain the algebraic structure because the curly form may denote a lattice operation.",
    "pronunciation": "curly logical and",
    "examples": [
      "p⋏q"
    ],
    "relatedSymbols": [
      "logical-and"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22CF in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\curlywedge and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋏ or use Insert → Special characters. For structured math, use the equation editor and verify \\curlywedge.",
      "excel": "Paste ⋏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Curly Logical And (⋏): Meaning, Examples & LaTeX",
      "description": "Copy ⋏ (U+22CF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⋏; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⋏ as U+22CF; for structured equations, use \\curlywedge in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Curly Logical And."
    ],
    "searchIntents": [
      "Curly Logical And symbol meaning",
      "Curly Logical And copy and paste",
      "Curly Logical And LaTeX",
      "Curly Logical And Unicode",
      "how to type Curly Logical And"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ⋏ in plain text when a Unicode character is appropriate and the destination preserves U+22CF.",
      "Use \\curlywedge in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Curly Logical And is used in logic with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "bowtie-relation",
    "symbol": "⋈",
    "slug": "bowtie-relation",
    "name": "Bowtie Relation",
    "aliases": [
      "bowtie",
      "natural join"
    ],
    "unicode": "U+22C8",
    "htmlEntity": "&#8904;",
    "htmlDecimal": "&#8904;",
    "latex": "\\bowtie",
    "mathml": "<mo>⋈</mo>",
    "categories": [
      "comparison",
      "discrete-math"
    ],
    "meaning": "Represents a join, natural join, or another relation formed from two directions.",
    "usage": "Database theory and order theory assign different meanings, so label the operation.",
    "pronunciation": "bowtie relation",
    "examples": [
      "R⋈S"
    ],
    "relatedSymbols": [
      "logical-and"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C8 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\bowtie and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋈ or use Insert → Special characters. For structured math, use the equation editor and verify \\bowtie.",
      "excel": "Paste ⋈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bowtie Relation (⋈): Meaning, Examples & LaTeX",
      "description": "Copy ⋈ (U+22C8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using ⋈; Database theory and order theory assign different meanings, so label the operation.",
      "For plain text, copy ⋈ as U+22C8; for structured equations, use \\bowtie in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bowtie Relation."
    ],
    "searchIntents": [
      "Bowtie Relation symbol meaning",
      "Bowtie Relation copy and paste",
      "Bowtie Relation LaTeX",
      "Bowtie Relation Unicode",
      "how to type Bowtie Relation"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∧ — Logical And"
    ],
    "useCases": [
      "Use ⋈ in plain text when a Unicode character is appropriate and the destination preserves U+22C8.",
      "Use \\bowtie in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bowtie Relation is used in comparison, discrete math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Discrete Mathematics Symbols"
    ],
    "confusableCharacters": [
      "∧ — Logical And"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "vertical-ellipsis",
    "symbol": "⋮",
    "slug": "vertical-ellipsis",
    "name": "Vertical Ellipsis",
    "aliases": [
      "vertical dots"
    ],
    "unicode": "U+22EE",
    "htmlEntity": "&#8942;",
    "htmlDecimal": "&#8942;",
    "latex": "\\vdots",
    "mathml": "<mo>⋮</mo>",
    "categories": [
      "discrete-math",
      "linear-algebra"
    ],
    "meaning": "Shows that a vertical sequence of entries continues according to an evident pattern.",
    "usage": "Use it in matrices and aligned lists while preserving the intended row or column pattern.",
    "pronunciation": "vertical ellipsis",
    "examples": [
      "a₁\n⋮\naₙ"
    ],
    "relatedSymbols": [
      "horizontal-ellipsis"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22EE in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\vdots and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋮, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋮, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋮ or use Insert → Special characters. For structured math, use the equation editor and verify \\vdots.",
      "excel": "Paste ⋮ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Vertical Ellipsis (⋮): Meaning, Examples & LaTeX",
      "description": "Copy ⋮ (U+22EE), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋮; Use it in matrices and aligned lists while preserving the intended row or column pattern.",
      "For plain text, copy ⋮ as U+22EE; for structured equations, use \\vdots in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Vertical Ellipsis."
    ],
    "searchIntents": [
      "Vertical Ellipsis symbol meaning",
      "Vertical Ellipsis copy and paste",
      "Vertical Ellipsis LaTeX",
      "Vertical Ellipsis Unicode",
      "how to type Vertical Ellipsis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⋯ — Horizontal Ellipsis"
    ],
    "useCases": [
      "Use ⋮ in plain text when a Unicode character is appropriate and the destination preserves U+22EE.",
      "Use \\vdots in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Vertical Ellipsis is used in discrete math, linear algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Linear Algebra Symbols"
    ],
    "confusableCharacters": [
      "⋯ — Horizontal Ellipsis"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "horizontal-ellipsis",
    "symbol": "⋯",
    "slug": "horizontal-ellipsis",
    "name": "Horizontal Ellipsis",
    "aliases": [
      "centered ellipsis"
    ],
    "unicode": "U+22EF",
    "htmlEntity": "&#8943;",
    "htmlDecimal": "&#8943;",
    "latex": "\\cdots",
    "mathml": "<mo>⋯</mo>",
    "categories": [
      "discrete-math",
      "linear-algebra"
    ],
    "meaning": "Shows that a horizontal mathematical sequence continues.",
    "usage": "Prefer centered dots for operations and matrix entries rather than text-baseline punctuation.",
    "pronunciation": "horizontal ellipsis",
    "examples": [
      "a₁+⋯+aₙ"
    ],
    "relatedSymbols": [
      "vertical-ellipsis"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22EF in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\cdots and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋯, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋯, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋯ or use Insert → Special characters. For structured math, use the equation editor and verify \\cdots.",
      "excel": "Paste ⋯ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Horizontal Ellipsis (⋯): Meaning, Examples & LaTeX",
      "description": "Copy ⋯ (U+22EF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋯; Prefer centered dots for operations and matrix entries rather than text-baseline punctuation.",
      "For plain text, copy ⋯ as U+22EF; for structured equations, use \\cdots in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Horizontal Ellipsis."
    ],
    "searchIntents": [
      "Horizontal Ellipsis symbol meaning",
      "Horizontal Ellipsis copy and paste",
      "Horizontal Ellipsis LaTeX",
      "Horizontal Ellipsis Unicode",
      "how to type Horizontal Ellipsis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⋮ — Vertical Ellipsis"
    ],
    "useCases": [
      "Use ⋯ in plain text when a Unicode character is appropriate and the destination preserves U+22EF.",
      "Use \\cdots in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Horizontal Ellipsis is used in discrete math, linear algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Linear Algebra Symbols"
    ],
    "confusableCharacters": [
      "⋮ — Vertical Ellipsis"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "diagonal-ellipsis",
    "symbol": "⋱",
    "slug": "diagonal-ellipsis",
    "name": "Down Right Diagonal Ellipsis",
    "aliases": [
      "diagonal dots"
    ],
    "unicode": "U+22F1",
    "htmlEntity": "&#8945;",
    "htmlDecimal": "&#8945;",
    "latex": "\\ddots",
    "mathml": "<mo>⋱</mo>",
    "categories": [
      "linear-algebra",
      "discrete-math"
    ],
    "meaning": "Shows that diagonal matrix entries continue from upper left to lower right.",
    "usage": "Align it with the main diagonal of a matrix or array.",
    "pronunciation": "down right diagonal ellipsis",
    "examples": [
      "diag(a₁,⋱,aₙ)"
    ],
    "relatedSymbols": [
      "vertical-ellipsis"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22F1 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ddots and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋱, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋱, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋱ or use Insert → Special characters. For structured math, use the equation editor and verify \\ddots.",
      "excel": "Paste ⋱ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Down Right Diagonal Ellipsis (⋱): Meaning, Examples & LaTeX",
      "description": "Copy ⋱ (U+22F1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋱; Align it with the main diagonal of a matrix or array.",
      "For plain text, copy ⋱ as U+22F1; for structured equations, use \\ddots in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Down Right Diagonal Ellipsis."
    ],
    "searchIntents": [
      "Down Right Diagonal Ellipsis symbol meaning",
      "Down Right Diagonal Ellipsis copy and paste",
      "Down Right Diagonal Ellipsis LaTeX",
      "Down Right Diagonal Ellipsis Unicode",
      "how to type Down Right Diagonal Ellipsis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⋮ — Vertical Ellipsis"
    ],
    "useCases": [
      "Use ⋱ in plain text when a Unicode character is appropriate and the destination preserves U+22F1.",
      "Use \\ddots in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Down Right Diagonal Ellipsis is used in linear algebra, discrete math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Linear Algebra Symbols",
      "Discrete Mathematics Symbols"
    ],
    "confusableCharacters": [
      "⋮ — Vertical Ellipsis"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "up-diagonal-ellipsis",
    "symbol": "⋰",
    "slug": "up-diagonal-ellipsis",
    "name": "Up Right Diagonal Ellipsis",
    "aliases": [
      "inverse diagonal dots"
    ],
    "unicode": "U+22F0",
    "htmlEntity": "&#8944;",
    "htmlDecimal": "&#8944;",
    "latex": "\\iddots",
    "mathml": "<mo>⋰</mo>",
    "categories": [
      "linear-algebra",
      "discrete-math"
    ],
    "meaning": "Shows a diagonal continuation from lower left to upper right.",
    "usage": "Use it for anti-diagonal patterns and confirm package support for the LaTeX command.",
    "pronunciation": "up right diagonal ellipsis",
    "examples": [
      "anti-diagonal ⋰"
    ],
    "relatedSymbols": [
      "diagonal-ellipsis"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22F0 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\iddots and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋰, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋰, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋰ or use Insert → Special characters. For structured math, use the equation editor and verify \\iddots.",
      "excel": "Paste ⋰ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Up Right Diagonal Ellipsis (⋰): Meaning, Examples & LaTeX",
      "description": "Copy ⋰ (U+22F0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋰; Use it for anti-diagonal patterns and confirm package support for the LaTeX command.",
      "For plain text, copy ⋰ as U+22F0; for structured equations, use \\iddots in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Up Right Diagonal Ellipsis."
    ],
    "searchIntents": [
      "Up Right Diagonal Ellipsis symbol meaning",
      "Up Right Diagonal Ellipsis copy and paste",
      "Up Right Diagonal Ellipsis LaTeX",
      "Up Right Diagonal Ellipsis Unicode",
      "how to type Up Right Diagonal Ellipsis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⋱ — Down Right Diagonal Ellipsis"
    ],
    "useCases": [
      "Use ⋰ in plain text when a Unicode character is appropriate and the destination preserves U+22F0.",
      "Use \\iddots in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Up Right Diagonal Ellipsis is used in linear algebra, discrete math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Linear Algebra Symbols",
      "Discrete Mathematics Symbols"
    ],
    "confusableCharacters": [
      "⋱ — Down Right Diagonal Ellipsis"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "sine-wave",
    "symbol": "∿",
    "slug": "sine-wave",
    "name": "Sine Wave",
    "aliases": [
      "wave symbol"
    ],
    "unicode": "U+223F",
    "htmlEntity": "&#8767;",
    "htmlDecimal": "&#8767;",
    "latex": "\\sim",
    "mathml": "<mo>∿</mo>",
    "categories": [
      "trigonometry",
      "physics"
    ],
    "meaning": "Represents a sinusoidal waveform or alternating signal in diagrams and notation.",
    "usage": "Do not confuse it with the similarity relation; context and labels should identify a waveform.",
    "pronunciation": "sine wave",
    "examples": [
      "V∿t"
    ],
    "relatedSymbols": [
      "similar-to"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+223F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\sim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∿, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∿, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∿ or use Insert → Special characters. For structured math, use the equation editor and verify \\sim.",
      "excel": "Paste ∿ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Sine Wave (∿): Meaning, Examples & LaTeX",
      "description": "Copy ∿ (U+223F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ∿; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ∿ as U+223F; for structured equations, use \\sim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Sine Wave."
    ],
    "searchIntents": [
      "Sine Wave symbol meaning",
      "Sine Wave copy and paste",
      "Sine Wave LaTeX",
      "Sine Wave Unicode",
      "how to type Sine Wave"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∼ — Similar To"
    ],
    "useCases": [
      "Use ∿ in plain text when a Unicode character is appropriate and the destination preserves U+223F.",
      "Use \\sim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Sine Wave is used in trigonometry, physics with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Trigonometry Symbols",
      "Physics Symbols"
    ],
    "confusableCharacters": [
      "∼ — Similar To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "arc-symbol",
    "symbol": "⌒",
    "slug": "arc-symbol",
    "name": "Arc Symbol",
    "aliases": [
      "frown",
      "arc mark"
    ],
    "unicode": "U+2312",
    "htmlEntity": "&#8978;",
    "htmlDecimal": "&#8978;",
    "latex": "\\frown",
    "mathml": "<mo>⌒</mo>",
    "categories": [
      "geometry",
      "trigonometry"
    ],
    "meaning": "Marks an arc or curved relation over geometric points.",
    "usage": "Pair it with endpoint labels or use structured LaTeX accents for complete arc notation.",
    "pronunciation": "arc symbol",
    "examples": [
      "⌒AB"
    ],
    "relatedSymbols": [
      "angle"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2312 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\frown and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌒ or use Insert → Special characters. For structured math, use the equation editor and verify \\frown.",
      "excel": "Paste ⌒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Arc Symbol (⌒): Meaning, Examples & LaTeX",
      "description": "Copy ⌒ (U+2312), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⌒; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⌒ as U+2312; for structured equations, use \\frown in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Arc Symbol."
    ],
    "searchIntents": [
      "Arc Symbol symbol meaning",
      "Arc Symbol copy and paste",
      "Arc Symbol LaTeX",
      "Arc Symbol Unicode",
      "how to type Arc Symbol"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∠ — Angle"
    ],
    "useCases": [
      "Use ⌒ in plain text when a Unicode character is appropriate and the destination preserves U+2312.",
      "Use \\frown in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Arc Symbol is used in geometry, trigonometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols",
      "Trigonometry Symbols"
    ],
    "confusableCharacters": [
      "∠ — Angle"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-triangle",
    "symbol": "△",
    "slug": "white-triangle",
    "name": "White Up-Pointing Triangle",
    "aliases": [
      "triangle symbol"
    ],
    "unicode": "U+25B3",
    "htmlEntity": "&#9651;",
    "htmlDecimal": "&#9651;",
    "latex": "\\triangle",
    "mathml": "<mo>△</mo>",
    "categories": [
      "geometry",
      "trigonometry"
    ],
    "meaning": "Represents a triangle, geometric figure, or delta-like operator according to context.",
    "usage": "Use it before vertex labels for a geometric triangle and avoid confusing it with Greek delta.",
    "pronunciation": "white up-pointing triangle",
    "examples": [
      "△ABC"
    ],
    "relatedSymbols": [
      "angle"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+25B3 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\triangle and press Space when Word supports the command.",
      "iPhone": "Copy and paste △, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste △, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste △ or use Insert → Special characters. For structured math, use the equation editor and verify \\triangle.",
      "excel": "Paste △ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "White Up-Pointing Triangle (△): Meaning, Examples & LaTeX",
      "description": "Copy △ (U+25B3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of △; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy △ as U+25B3; for structured equations, use \\triangle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Up-Pointing Triangle."
    ],
    "searchIntents": [
      "White Up-Pointing Triangle symbol meaning",
      "White Up-Pointing Triangle copy and paste",
      "White Up-Pointing Triangle LaTeX",
      "White Up-Pointing Triangle Unicode",
      "how to type White Up-Pointing Triangle"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∠ — Angle"
    ],
    "useCases": [
      "Use △ in plain text when a Unicode character is appropriate and the destination preserves U+25B3.",
      "Use \\triangle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Up-Pointing Triangle is used in geometry, trigonometry with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols",
      "Trigonometry Symbols"
    ],
    "confusableCharacters": [
      "∠ — Angle"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-triangle",
    "symbol": "⊿",
    "slug": "right-triangle",
    "name": "Right Triangle",
    "aliases": [
      "right triangle symbol"
    ],
    "unicode": "U+22BF",
    "htmlEntity": "&#8895;",
    "htmlDecimal": "&#8895;",
    "latex": "\\vartriangle",
    "mathml": "<mo>⊿</mo>",
    "categories": [
      "geometry",
      "trigonometry"
    ],
    "meaning": "Marks a right-triangle figure or a triangle-related operation in specialized notation.",
    "usage": "For ordinary geometry, label the right angle explicitly if the symbol alone may be unclear.",
    "pronunciation": "right triangle",
    "examples": [
      "⊿ABC"
    ],
    "relatedSymbols": [
      "right-angle"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22BF in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\vartriangle and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊿, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊿, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊿ or use Insert → Special characters. For structured math, use the equation editor and verify \\vartriangle.",
      "excel": "Paste ⊿ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Triangle (⊿): Meaning, Examples & LaTeX",
      "description": "Copy ⊿ (U+22BF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⊿; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⊿ as U+22BF; for structured equations, use \\vartriangle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Triangle."
    ],
    "searchIntents": [
      "Right Triangle symbol meaning",
      "Right Triangle copy and paste",
      "Right Triangle LaTeX",
      "Right Triangle Unicode",
      "how to type Right Triangle"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∟ — Right Angle Symbol"
    ],
    "useCases": [
      "Use ⊿ in plain text when a Unicode character is appropriate and the destination preserves U+22BF.",
      "Use \\vartriangle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Triangle is used in geometry, trigonometry with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Geometry Symbols",
      "Trigonometry Symbols"
    ],
    "confusableCharacters": [
      "∟ — Right Angle Symbol"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "factorial",
    "symbol": "!",
    "slug": "factorial",
    "name": "Factorial",
    "aliases": [
      "factorial sign"
    ],
    "unicode": "U+0021",
    "htmlEntity": "&#33;",
    "htmlDecimal": "&#33;",
    "latex": "!",
    "mathml": "<mo>!</mo>",
    "categories": [
      "combinatorics",
      "probability"
    ],
    "meaning": "Multiplies all positive integers from one through a nonnegative integer n.",
    "usage": "Write n! after the argument and remember that 0! is defined as 1.",
    "pronunciation": "factorial",
    "examples": [
      "5!=120"
    ],
    "relatedSymbols": [
      "product"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0021 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ! and press Space when Word supports the command.",
      "iPhone": "Copy and paste !, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste !, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ! or use Insert → Special characters. For structured math, use the equation editor and verify !.",
      "excel": "Paste ! into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Factorial (!): Meaning, Examples & LaTeX",
      "description": "Copy ! (U+0021), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define ! near first use because statistical and probability conventions can distinguish sample, population, estimator, and parameter meanings.",
      "For plain text, copy ! as U+0021; for structured equations, use ! in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Factorial."
    ],
    "searchIntents": [
      "Factorial symbol meaning",
      "Factorial copy and paste",
      "Factorial LaTeX",
      "Factorial Unicode",
      "how to type Factorial"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∏ — Product"
    ],
    "useCases": [
      "Use ! in plain text when a Unicode character is appropriate and the destination preserves U+0021.",
      "Use ! in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Factorial is used in combinatorics, probability with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Combinatorics Symbols",
      "Probability Symbols"
    ],
    "confusableCharacters": [
      "∏ — Product"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-factorial",
    "symbol": "‼",
    "slug": "double-factorial",
    "name": "Double Factorial",
    "aliases": [
      "double exclamation factorial"
    ],
    "unicode": "U+203C",
    "htmlEntity": "&#8252;",
    "htmlDecimal": "&#8252;",
    "latex": "!!",
    "mathml": "<mo>‼</mo>",
    "categories": [
      "combinatorics"
    ],
    "meaning": "Multiplies integers with the same parity down to one or two.",
    "usage": "Use n!! in plain LaTeX source and define the zero and negative-one base cases when needed.",
    "pronunciation": "double factorial",
    "examples": [
      "7!!=105"
    ],
    "relatedSymbols": [
      "factorial"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+203C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type !! and press Space when Word supports the command.",
      "iPhone": "Copy and paste ‼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ‼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ‼ or use Insert → Special characters. For structured math, use the equation editor and verify !!.",
      "excel": "Paste ‼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Factorial (‼): Meaning, Examples & LaTeX",
      "description": "Copy ‼ (U+203C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using ‼; Use n!! in plain LaTeX source and define the zero and negative-one base cases when needed.",
      "For plain text, copy ‼ as U+203C; for structured equations, use !! in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Factorial."
    ],
    "searchIntents": [
      "Double Factorial symbol meaning",
      "Double Factorial copy and paste",
      "Double Factorial LaTeX",
      "Double Factorial Unicode",
      "how to type Double Factorial"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "! — Factorial"
    ],
    "useCases": [
      "Use ‼ in plain text when a Unicode character is appropriate and the destination preserves U+203C.",
      "Use !! in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Factorial is used in combinatorics with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Combinatorics Symbols"
    ],
    "confusableCharacters": [
      "! — Factorial"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-floor",
    "symbol": "⌊",
    "slug": "left-floor",
    "name": "Left Floor Bracket",
    "aliases": [
      "floor left"
    ],
    "unicode": "U+230A",
    "htmlEntity": "&#8970;",
    "htmlDecimal": "&#8970;",
    "latex": "\\lfloor",
    "mathml": "<mo>⌊</mo>",
    "categories": [
      "functions-operators",
      "number-theory"
    ],
    "meaning": "Begins floor notation, which rounds a real number down to the greatest integer not exceeding it.",
    "usage": "Pair it with a right floor bracket around the complete argument.",
    "pronunciation": "left floor bracket",
    "examples": [
      "⌊x"
    ],
    "relatedSymbols": [
      "right-floor"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+230A in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lfloor and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌊ or use Insert → Special characters. For structured math, use the equation editor and verify \\lfloor.",
      "excel": "Paste ⌊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Floor Bracket (⌊): Uses, Unicode & LaTeX",
      "description": "Copy ⌊ (U+230A), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌊; Pair it with a right floor bracket around the complete argument.",
      "For plain text, copy ⌊ as U+230A; for structured equations, use \\lfloor in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Floor Bracket."
    ],
    "searchIntents": [
      "Left Floor Bracket symbol meaning",
      "Left Floor Bracket copy and paste",
      "Left Floor Bracket LaTeX",
      "Left Floor Bracket Unicode",
      "how to type Left Floor Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⌋ — Right Floor Bracket"
    ],
    "useCases": [
      "Use ⌊ in plain text when a Unicode character is appropriate and the destination preserves U+230A.",
      "Use \\lfloor in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Floor Bracket is used in functions operators, number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Functions and Operators",
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "⌋ — Right Floor Bracket"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-floor",
    "symbol": "⌋",
    "slug": "right-floor",
    "name": "Right Floor Bracket",
    "aliases": [
      "floor right"
    ],
    "unicode": "U+230B",
    "htmlEntity": "&#8971;",
    "htmlDecimal": "&#8971;",
    "latex": "\\rfloor",
    "mathml": "<mo>⌋</mo>",
    "categories": [
      "functions-operators",
      "number-theory"
    ],
    "meaning": "Ends floor notation for rounding down to an integer.",
    "usage": "Pair it with a left floor bracket and avoid using ordinary square brackets.",
    "pronunciation": "right floor bracket",
    "examples": [
      "x⌋"
    ],
    "relatedSymbols": [
      "left-floor"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+230B in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rfloor and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌋ or use Insert → Special characters. For structured math, use the equation editor and verify \\rfloor.",
      "excel": "Paste ⌋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Floor Bracket (⌋): Uses, Unicode & LaTeX",
      "description": "Copy ⌋ (U+230B), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌋; Pair it with a left floor bracket and avoid using ordinary square brackets.",
      "For plain text, copy ⌋ as U+230B; for structured equations, use \\rfloor in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Floor Bracket."
    ],
    "searchIntents": [
      "Right Floor Bracket symbol meaning",
      "Right Floor Bracket copy and paste",
      "Right Floor Bracket LaTeX",
      "Right Floor Bracket Unicode",
      "how to type Right Floor Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⌊ — Left Floor Bracket"
    ],
    "useCases": [
      "Use ⌋ in plain text when a Unicode character is appropriate and the destination preserves U+230B.",
      "Use \\rfloor in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Floor Bracket is used in functions operators, number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Functions and Operators",
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "⌊ — Left Floor Bracket"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-ceiling",
    "symbol": "⌈",
    "slug": "left-ceiling",
    "name": "Left Ceiling Bracket",
    "aliases": [
      "ceiling left"
    ],
    "unicode": "U+2308",
    "htmlEntity": "&#8968;",
    "htmlDecimal": "&#8968;",
    "latex": "\\lceil",
    "mathml": "<mo>⌈</mo>",
    "categories": [
      "functions-operators",
      "number-theory"
    ],
    "meaning": "Begins ceiling notation, which rounds a real number up to the least integer not below it.",
    "usage": "Pair it with a right ceiling bracket around the argument.",
    "pronunciation": "left ceiling bracket",
    "examples": [
      "⌈x"
    ],
    "relatedSymbols": [
      "right-ceiling"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2308 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lceil and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌈ or use Insert → Special characters. For structured math, use the equation editor and verify \\lceil.",
      "excel": "Paste ⌈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Ceiling Bracket (⌈): Uses, Unicode & LaTeX",
      "description": "Copy ⌈ (U+2308), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌈; Pair it with a right ceiling bracket around the argument.",
      "For plain text, copy ⌈ as U+2308; for structured equations, use \\lceil in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Ceiling Bracket."
    ],
    "searchIntents": [
      "Left Ceiling Bracket symbol meaning",
      "Left Ceiling Bracket copy and paste",
      "Left Ceiling Bracket LaTeX",
      "Left Ceiling Bracket Unicode",
      "how to type Left Ceiling Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⌉ — Right Ceiling Bracket"
    ],
    "useCases": [
      "Use ⌈ in plain text when a Unicode character is appropriate and the destination preserves U+2308.",
      "Use \\lceil in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Ceiling Bracket is used in functions operators, number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Functions and Operators",
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "⌉ — Right Ceiling Bracket"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-ceiling",
    "symbol": "⌉",
    "slug": "right-ceiling",
    "name": "Right Ceiling Bracket",
    "aliases": [
      "ceiling right"
    ],
    "unicode": "U+2309",
    "htmlEntity": "&#8969;",
    "htmlDecimal": "&#8969;",
    "latex": "\\rceil",
    "mathml": "<mo>⌉</mo>",
    "categories": [
      "functions-operators",
      "number-theory"
    ],
    "meaning": "Ends ceiling notation for rounding up to an integer.",
    "usage": "Pair it with a left ceiling bracket and keep nested delimiters visually distinct.",
    "pronunciation": "right ceiling bracket",
    "examples": [
      "x⌉"
    ],
    "relatedSymbols": [
      "left-ceiling"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2309 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rceil and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌉ or use Insert → Special characters. For structured math, use the equation editor and verify \\rceil.",
      "excel": "Paste ⌉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Ceiling Bracket (⌉): Uses, Unicode & LaTeX",
      "description": "Copy ⌉ (U+2309), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌉; Pair it with a left ceiling bracket and keep nested delimiters visually distinct.",
      "For plain text, copy ⌉ as U+2309; for structured equations, use \\rceil in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Ceiling Bracket."
    ],
    "searchIntents": [
      "Right Ceiling Bracket symbol meaning",
      "Right Ceiling Bracket copy and paste",
      "Right Ceiling Bracket LaTeX",
      "Right Ceiling Bracket Unicode",
      "how to type Right Ceiling Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⌈ — Left Ceiling Bracket"
    ],
    "useCases": [
      "Use ⌉ in plain text when a Unicode character is appropriate and the destination preserves U+2309.",
      "Use \\rceil in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Ceiling Bracket is used in functions operators, number theory with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Functions and Operators",
      "Number Theory Symbols"
    ],
    "confusableCharacters": [
      "⌈ — Left Ceiling Bracket"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "circled-division",
    "symbol": "⊘",
    "slug": "circled-division",
    "name": "Circled Division Slash",
    "aliases": [
      "oslash"
    ],
    "unicode": "U+2298",
    "htmlEntity": "&#8856;",
    "htmlDecimal": "&#8856;",
    "latex": "\\oslash",
    "mathml": "<mo>⊘</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents a quotient-like, orthogonal, or custom circled operation.",
    "usage": "Define the operation and operand types because meanings differ across algebra and physics.",
    "pronunciation": "circled division slash",
    "examples": [
      "A⊘B"
    ],
    "relatedSymbols": [
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2298 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\oslash and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊘ or use Insert → Special characters. For structured math, use the equation editor and verify \\oslash.",
      "excel": "Paste ⊘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Circled Division Slash (⊘): Meaning, Examples & LaTeX",
      "description": "Copy ⊘ (U+2298), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊘; Define the operation and operand types because meanings differ across algebra and physics.",
      "For plain text, copy ⊘ as U+2298; for structured equations, use \\oslash in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Circled Division Slash."
    ],
    "searchIntents": [
      "Circled Division Slash symbol meaning",
      "Circled Division Slash copy and paste",
      "Circled Division Slash LaTeX",
      "Circled Division Slash Unicode",
      "how to type Circled Division Slash"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "÷ — Division Sign"
    ],
    "useCases": [
      "Use ⊘ in plain text when a Unicode character is appropriate and the destination preserves U+2298.",
      "Use \\oslash in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Circled Division Slash is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "÷ — Division Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "wreath-product",
    "symbol": "≀",
    "slug": "wreath-product",
    "name": "Wreath Product",
    "aliases": [
      "wr product"
    ],
    "unicode": "U+2240",
    "htmlEntity": "&#8768;",
    "htmlDecimal": "&#8768;",
    "latex": "\\wr",
    "mathml": "<mo>≀</mo>",
    "categories": [
      "algebra",
      "discrete-math"
    ],
    "meaning": "Represents the wreath product of groups or related algebraic structures.",
    "usage": "Specify the action involved because different wreath products can use the same compact notation.",
    "pronunciation": "wreath product",
    "examples": [
      "G≀H"
    ],
    "relatedSymbols": [
      "direct-sum"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2240 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\wr and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≀ or use Insert → Special characters. For structured math, use the equation editor and verify \\wr.",
      "excel": "Paste ≀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Wreath Product (≀): Meaning, Examples & LaTeX",
      "description": "Copy ≀ (U+2240), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≀; Specify the action involved because different wreath products can use the same compact notation.",
      "For plain text, copy ≀ as U+2240; for structured equations, use \\wr in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Wreath Product."
    ],
    "searchIntents": [
      "Wreath Product symbol meaning",
      "Wreath Product copy and paste",
      "Wreath Product LaTeX",
      "Wreath Product Unicode",
      "how to type Wreath Product"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⊕ — Direct Sum"
    ],
    "useCases": [
      "Use ≀ in plain text when a Unicode character is appropriate and the destination preserves U+2240.",
      "Use \\wr in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Wreath Product is used in algebra, discrete math with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Discrete Mathematics Symbols"
    ],
    "confusableCharacters": [
      "⊕ — Direct Sum"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superscript-equals",
    "symbol": "⁼",
    "slug": "superscript-equals",
    "name": "Superscript Equals",
    "aliases": [
      "equals script"
    ],
    "unicode": "U+207C",
    "htmlEntity": "&#8316;",
    "htmlDecimal": "&#8316;",
    "latex": "^{=}",
    "mathml": "<mo>⁼</mo>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents superscript equals as a standalone Unicode character for compact linear notation.",
    "usage": "Use ⁼ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX ^{=} for full equations.",
    "pronunciation": "superscript equals",
    "examples": [
      "⁼ is used in a context where represents superscript equals as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+207C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{=} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁼ or use Insert → Special characters. For structured math, use the equation editor and verify ^{=}.",
      "excel": "Paste ⁼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Equals (⁼): Copy, Unicode & LaTeX",
      "description": "Copy ⁼, learn the meaning and semantic role of superscript equals, and get Unicode, LaTeX (^{=}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ⁼; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ⁼ as U+207C; for structured equations, use ^{=} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Equals."
    ],
    "searchIntents": [
      "Superscript Equals symbol meaning",
      "Superscript Equals copy and paste",
      "Superscript Equals LaTeX",
      "Superscript Equals Unicode",
      "how to type Superscript Equals"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁼ in plain text when a Unicode character is appropriate and the destination preserves U+207C.",
      "Use ^{=} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Equals is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-operator",
    "primaryIntent": "copy the scripted mark and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted operator or delimiter.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superscript-left-parenthesis",
    "symbol": "⁽",
    "slug": "superscript-left-parenthesis",
    "name": "Superscript Left Parenthesis",
    "aliases": [
      "left parenthesis script"
    ],
    "unicode": "U+207D",
    "htmlEntity": "&#8317;",
    "htmlDecimal": "&#8317;",
    "latex": "^{(}",
    "mathml": "<mo>⁽</mo>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents superscript left parenthesis as a standalone Unicode character for compact linear notation.",
    "usage": "Use ⁽ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX ^{(} for full equations.",
    "pronunciation": "superscript left parenthesis",
    "examples": [
      "⁽ is used in a context where represents superscript left parenthesis as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+207D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{(} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁽ or use Insert → Special characters. For structured math, use the equation editor and verify ^{(}.",
      "excel": "Paste ⁽ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Left Parenthesis (⁽): Uses, Unicode & LaTeX",
      "description": "Copy ⁽ (U+207D), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ⁽; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ⁽ as U+207D; for structured equations, use ^{(} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Left Parenthesis."
    ],
    "searchIntents": [
      "Superscript Left Parenthesis symbol meaning",
      "Superscript Left Parenthesis copy and paste",
      "Superscript Left Parenthesis LaTeX",
      "Superscript Left Parenthesis Unicode",
      "how to type Superscript Left Parenthesis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁽ in plain text when a Unicode character is appropriate and the destination preserves U+207D.",
      "Use ^{(} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Left Parenthesis is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superscript-right-parenthesis",
    "symbol": "⁾",
    "slug": "superscript-right-parenthesis",
    "name": "Superscript Right Parenthesis",
    "aliases": [
      "right parenthesis script"
    ],
    "unicode": "U+207E",
    "htmlEntity": "&#8318;",
    "htmlDecimal": "&#8318;",
    "latex": "^{)}",
    "mathml": "<mo>⁾</mo>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents superscript right parenthesis as a standalone Unicode character for compact linear notation.",
    "usage": "Use ⁾ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX ^{)} for full equations.",
    "pronunciation": "superscript right parenthesis",
    "examples": [
      "⁾ is used in a context where represents superscript right parenthesis as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+207E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type ^{)} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⁾, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⁾, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⁾ or use Insert → Special characters. For structured math, use the equation editor and verify ^{)}.",
      "excel": "Paste ⁾ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superscript Right Parenthesis (⁾): Uses, Unicode & LaTeX",
      "description": "Copy ⁾ (U+207E), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ⁾; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ⁾ as U+207E; for structured equations, use ^{)} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superscript Right Parenthesis."
    ],
    "searchIntents": [
      "Superscript Right Parenthesis symbol meaning",
      "Superscript Right Parenthesis copy and paste",
      "Superscript Right Parenthesis LaTeX",
      "Superscript Right Parenthesis Unicode",
      "how to type Superscript Right Parenthesis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ⁾ in plain text when a Unicode character is appropriate and the destination preserves U+207E.",
      "Use ^{)} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superscript Right Parenthesis is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subscript-equals",
    "symbol": "₌",
    "slug": "subscript-equals",
    "name": "Subscript Equals",
    "aliases": [
      "equals script"
    ],
    "unicode": "U+208C",
    "htmlEntity": "&#8332;",
    "htmlDecimal": "&#8332;",
    "latex": "_{=}",
    "mathml": "<mo>₌</mo>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript equals as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₌ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _{=} for full equations.",
    "pronunciation": "subscript equals",
    "examples": [
      "₌ is used in a context where represents subscript equals as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+208C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{=} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₌ or use Insert → Special characters. For structured math, use the equation editor and verify _{=}.",
      "excel": "Paste ₌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Equals (₌): Copy, Unicode & LaTeX",
      "description": "Copy ₌, learn the meaning and semantic role of subscript equals, and get Unicode, LaTeX (_{=}), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₌; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₌ as U+208C; for structured equations, use _{=} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Equals."
    ],
    "searchIntents": [
      "Subscript Equals symbol meaning",
      "Subscript Equals copy and paste",
      "Subscript Equals LaTeX",
      "Subscript Equals Unicode",
      "how to type Subscript Equals"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₌ in plain text when a Unicode character is appropriate and the destination preserves U+208C.",
      "Use _{=} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Equals is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-operator",
    "primaryIntent": "copy the scripted mark and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted operator or delimiter.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subscript-left-parenthesis",
    "symbol": "₍",
    "slug": "subscript-left-parenthesis",
    "name": "Subscript Left Parenthesis",
    "aliases": [
      "left parenthesis script"
    ],
    "unicode": "U+208D",
    "htmlEntity": "&#8333;",
    "htmlDecimal": "&#8333;",
    "latex": "_{(}",
    "mathml": "<mo>₍</mo>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript left parenthesis as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₍ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _{(} for full equations.",
    "pronunciation": "subscript left parenthesis",
    "examples": [
      "₍ is used in a context where represents subscript left parenthesis as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+208D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{(} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₍ or use Insert → Special characters. For structured math, use the equation editor and verify _{(}.",
      "excel": "Paste ₍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Left Parenthesis (₍): Uses, Unicode & LaTeX",
      "description": "Copy ₍ (U+208D), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₍; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₍ as U+208D; for structured equations, use _{(} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Left Parenthesis."
    ],
    "searchIntents": [
      "Subscript Left Parenthesis symbol meaning",
      "Subscript Left Parenthesis copy and paste",
      "Subscript Left Parenthesis LaTeX",
      "Subscript Left Parenthesis Unicode",
      "how to type Subscript Left Parenthesis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₍ in plain text when a Unicode character is appropriate and the destination preserves U+208D.",
      "Use _{(} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Left Parenthesis is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subscript-right-parenthesis",
    "symbol": "₎",
    "slug": "subscript-right-parenthesis",
    "name": "Subscript Right Parenthesis",
    "aliases": [
      "right parenthesis script"
    ],
    "unicode": "U+208E",
    "htmlEntity": "&#8334;",
    "htmlDecimal": "&#8334;",
    "latex": "_{)}",
    "mathml": "<mo>₎</mo>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript right parenthesis as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₎ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _{)} for full equations.",
    "pronunciation": "subscript right parenthesis",
    "examples": [
      "₎ is used in a context where represents subscript right parenthesis as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+208E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _{)} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₎ or use Insert → Special characters. For structured math, use the equation editor and verify _{)}.",
      "excel": "Paste ₎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript Right Parenthesis (₎): Uses, Unicode & LaTeX",
      "description": "Copy ₎ (U+208E), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₎; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₎ as U+208E; for structured equations, use _{)} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript Right Parenthesis."
    ],
    "searchIntents": [
      "Subscript Right Parenthesis symbol meaning",
      "Subscript Right Parenthesis copy and paste",
      "Subscript Right Parenthesis LaTeX",
      "Subscript Right Parenthesis Unicode",
      "how to type Subscript Right Parenthesis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₎ in plain text when a Unicode character is appropriate and the destination preserves U+208E.",
      "Use _{)} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript Right Parenthesis is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "subscript-a",
    "symbol": "ₐ",
    "slug": "subscript-a",
    "name": "Subscript A",
    "aliases": [
      "a script"
    ],
    "unicode": "U+2090",
    "htmlEntity": "&#8336;",
    "htmlDecimal": "&#8336;",
    "latex": "_a",
    "mathml": "<mi>ₐ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript a as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₐ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _a for full equations.",
    "pronunciation": "subscript a",
    "examples": [
      "ₐ is used in a context where represents subscript a as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2090 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _a and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₐ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₐ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₐ or use Insert → Special characters. For structured math, use the equation editor and verify _a.",
      "excel": "Paste ₐ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript A (ₐ): Copy, Unicode & LaTeX",
      "description": "Copy ₐ, learn the meaning and semantic role of subscript a, and get Unicode, LaTeX (_a), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₐ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₐ as U+2090; for structured equations, use _a in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript A."
    ],
    "searchIntents": [
      "Subscript A symbol meaning",
      "Subscript A copy and paste",
      "Subscript A LaTeX",
      "Subscript A Unicode",
      "how to type Subscript A"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₐ in plain text when a Unicode character is appropriate and the destination preserves U+2090.",
      "Use _a in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript A is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-e",
    "symbol": "ₑ",
    "slug": "subscript-e",
    "name": "Subscript E",
    "aliases": [
      "e script"
    ],
    "unicode": "U+2091",
    "htmlEntity": "&#8337;",
    "htmlDecimal": "&#8337;",
    "latex": "_e",
    "mathml": "<mi>ₑ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript e as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₑ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _e for full equations.",
    "pronunciation": "subscript e",
    "examples": [
      "ₑ is used in a context where represents subscript e as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2091 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _e and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₑ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₑ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₑ or use Insert → Special characters. For structured math, use the equation editor and verify _e.",
      "excel": "Paste ₑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript E (ₑ): Copy, Unicode & LaTeX",
      "description": "Copy ₑ, learn the meaning and semantic role of subscript e, and get Unicode, LaTeX (_e), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₑ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₑ as U+2091; for structured equations, use _e in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript E."
    ],
    "searchIntents": [
      "Subscript E symbol meaning",
      "Subscript E copy and paste",
      "Subscript E LaTeX",
      "Subscript E Unicode",
      "how to type Subscript E"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₑ in plain text when a Unicode character is appropriate and the destination preserves U+2091.",
      "Use _e in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript E is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-h",
    "symbol": "ₕ",
    "slug": "subscript-h",
    "name": "Subscript H",
    "aliases": [
      "h script"
    ],
    "unicode": "U+2095",
    "htmlEntity": "&#8341;",
    "htmlDecimal": "&#8341;",
    "latex": "_h",
    "mathml": "<mi>ₕ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript h as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₕ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _h for full equations.",
    "pronunciation": "subscript h",
    "examples": [
      "ₕ is used in a context where represents subscript h as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2095 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _h and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₕ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₕ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₕ or use Insert → Special characters. For structured math, use the equation editor and verify _h.",
      "excel": "Paste ₕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript H (ₕ): Copy, Unicode & LaTeX",
      "description": "Copy ₕ, learn the meaning and semantic role of subscript h, and get Unicode, LaTeX (_h), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₕ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₕ as U+2095; for structured equations, use _h in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript H."
    ],
    "searchIntents": [
      "Subscript H symbol meaning",
      "Subscript H copy and paste",
      "Subscript H LaTeX",
      "Subscript H Unicode",
      "how to type Subscript H"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₕ in plain text when a Unicode character is appropriate and the destination preserves U+2095.",
      "Use _h in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript H is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-k",
    "symbol": "ₖ",
    "slug": "subscript-k",
    "name": "Subscript K",
    "aliases": [
      "k script"
    ],
    "unicode": "U+2096",
    "htmlEntity": "&#8342;",
    "htmlDecimal": "&#8342;",
    "latex": "_k",
    "mathml": "<mi>ₖ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript k as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₖ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _k for full equations.",
    "pronunciation": "subscript k",
    "examples": [
      "ₖ is used in a context where represents subscript k as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2096 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _k and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₖ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₖ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₖ or use Insert → Special characters. For structured math, use the equation editor and verify _k.",
      "excel": "Paste ₖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript K (ₖ): Copy, Unicode & LaTeX",
      "description": "Copy ₖ, learn the meaning and semantic role of subscript k, and get Unicode, LaTeX (_k), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₖ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₖ as U+2096; for structured equations, use _k in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript K."
    ],
    "searchIntents": [
      "Subscript K symbol meaning",
      "Subscript K copy and paste",
      "Subscript K LaTeX",
      "Subscript K Unicode",
      "how to type Subscript K"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₖ in plain text when a Unicode character is appropriate and the destination preserves U+2096.",
      "Use _k in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript K is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-l",
    "symbol": "ₗ",
    "slug": "subscript-l",
    "name": "Subscript L",
    "aliases": [
      "l script"
    ],
    "unicode": "U+2097",
    "htmlEntity": "&#8343;",
    "htmlDecimal": "&#8343;",
    "latex": "_l",
    "mathml": "<mi>ₗ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript l as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₗ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _l for full equations.",
    "pronunciation": "subscript l",
    "examples": [
      "ₗ is used in a context where represents subscript l as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2097 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _l and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₗ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₗ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₗ or use Insert → Special characters. For structured math, use the equation editor and verify _l.",
      "excel": "Paste ₗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript L (ₗ): Copy, Unicode & LaTeX",
      "description": "Copy ₗ, learn the meaning and semantic role of subscript l, and get Unicode, LaTeX (_l), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₗ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₗ as U+2097; for structured equations, use _l in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript L."
    ],
    "searchIntents": [
      "Subscript L symbol meaning",
      "Subscript L copy and paste",
      "Subscript L LaTeX",
      "Subscript L Unicode",
      "how to type Subscript L"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₗ in plain text when a Unicode character is appropriate and the destination preserves U+2097.",
      "Use _l in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript L is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-m",
    "symbol": "ₘ",
    "slug": "subscript-m",
    "name": "Subscript M",
    "aliases": [
      "m script"
    ],
    "unicode": "U+2098",
    "htmlEntity": "&#8344;",
    "htmlDecimal": "&#8344;",
    "latex": "_m",
    "mathml": "<mi>ₘ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript m as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₘ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _m for full equations.",
    "pronunciation": "subscript m",
    "examples": [
      "ₘ is used in a context where represents subscript m as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2098 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _m and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₘ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₘ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₘ or use Insert → Special characters. For structured math, use the equation editor and verify _m.",
      "excel": "Paste ₘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript M (ₘ): Copy, Unicode & LaTeX",
      "description": "Copy ₘ, learn the meaning and semantic role of subscript m, and get Unicode, LaTeX (_m), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₘ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₘ as U+2098; for structured equations, use _m in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript M."
    ],
    "searchIntents": [
      "Subscript M symbol meaning",
      "Subscript M copy and paste",
      "Subscript M LaTeX",
      "Subscript M Unicode",
      "how to type Subscript M"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₘ in plain text when a Unicode character is appropriate and the destination preserves U+2098.",
      "Use _m in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript M is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-o",
    "symbol": "ₒ",
    "slug": "subscript-o",
    "name": "Subscript O",
    "aliases": [
      "o script"
    ],
    "unicode": "U+2092",
    "htmlEntity": "&#8338;",
    "htmlDecimal": "&#8338;",
    "latex": "_o",
    "mathml": "<mi>ₒ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript o as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₒ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _o for full equations.",
    "pronunciation": "subscript o",
    "examples": [
      "ₒ is used in a context where represents subscript o as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2092 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _o and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₒ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₒ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₒ or use Insert → Special characters. For structured math, use the equation editor and verify _o.",
      "excel": "Paste ₒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript O (ₒ): Copy, Unicode & LaTeX",
      "description": "Copy ₒ, learn the meaning and semantic role of subscript o, and get Unicode, LaTeX (_o), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₒ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₒ as U+2092; for structured equations, use _o in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript O."
    ],
    "searchIntents": [
      "Subscript O symbol meaning",
      "Subscript O copy and paste",
      "Subscript O LaTeX",
      "Subscript O Unicode",
      "how to type Subscript O"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₒ in plain text when a Unicode character is appropriate and the destination preserves U+2092.",
      "Use _o in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript O is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-p",
    "symbol": "ₚ",
    "slug": "subscript-p",
    "name": "Subscript P",
    "aliases": [
      "p script"
    ],
    "unicode": "U+209A",
    "htmlEntity": "&#8346;",
    "htmlDecimal": "&#8346;",
    "latex": "_p",
    "mathml": "<mi>ₚ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript p as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₚ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _p for full equations.",
    "pronunciation": "subscript p",
    "examples": [
      "ₚ is used in a context where represents subscript p as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+209A in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _p and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₚ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₚ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₚ or use Insert → Special characters. For structured math, use the equation editor and verify _p.",
      "excel": "Paste ₚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript P (ₚ): Copy, Unicode & LaTeX",
      "description": "Copy ₚ, learn the meaning and semantic role of subscript p, and get Unicode, LaTeX (_p), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₚ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₚ as U+209A; for structured equations, use _p in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript P."
    ],
    "searchIntents": [
      "Subscript P symbol meaning",
      "Subscript P copy and paste",
      "Subscript P LaTeX",
      "Subscript P Unicode",
      "how to type Subscript P"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₚ in plain text when a Unicode character is appropriate and the destination preserves U+209A.",
      "Use _p in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript P is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-r",
    "symbol": "ᵣ",
    "slug": "subscript-r",
    "name": "Subscript R",
    "aliases": [
      "r script"
    ],
    "unicode": "U+1D63",
    "htmlEntity": "&#7523;",
    "htmlDecimal": "&#7523;",
    "latex": "_r",
    "mathml": "<mi>ᵣ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript r as a standalone Unicode character for compact linear notation.",
    "usage": "Use ᵣ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _r for full equations.",
    "pronunciation": "subscript r",
    "examples": [
      "ᵣ is used in a context where represents subscript r as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+1D63 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _r and press Space when Word supports the command.",
      "iPhone": "Copy and paste ᵣ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ᵣ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ᵣ or use Insert → Special characters. For structured math, use the equation editor and verify _r.",
      "excel": "Paste ᵣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript R (ᵣ): Copy, Unicode & LaTeX",
      "description": "Copy ᵣ, learn the meaning and semantic role of subscript r, and get Unicode, LaTeX (_r), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ᵣ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ᵣ as U+1D63; for structured equations, use _r in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript R."
    ],
    "searchIntents": [
      "Subscript R symbol meaning",
      "Subscript R copy and paste",
      "Subscript R LaTeX",
      "Subscript R Unicode",
      "how to type Subscript R"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ᵣ in plain text when a Unicode character is appropriate and the destination preserves U+1D63.",
      "Use _r in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript R is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-s",
    "symbol": "ₛ",
    "slug": "subscript-s",
    "name": "Subscript S",
    "aliases": [
      "s script"
    ],
    "unicode": "U+209B",
    "htmlEntity": "&#8347;",
    "htmlDecimal": "&#8347;",
    "latex": "_s",
    "mathml": "<mi>ₛ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript s as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₛ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _s for full equations.",
    "pronunciation": "subscript s",
    "examples": [
      "ₛ is used in a context where represents subscript s as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+209B in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _s and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₛ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₛ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₛ or use Insert → Special characters. For structured math, use the equation editor and verify _s.",
      "excel": "Paste ₛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript S (ₛ): Copy, Unicode & LaTeX",
      "description": "Copy ₛ, learn the meaning and semantic role of subscript s, and get Unicode, LaTeX (_s), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₛ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₛ as U+209B; for structured equations, use _s in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript S."
    ],
    "searchIntents": [
      "Subscript S symbol meaning",
      "Subscript S copy and paste",
      "Subscript S LaTeX",
      "Subscript S Unicode",
      "how to type Subscript S"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₛ in plain text when a Unicode character is appropriate and the destination preserves U+209B.",
      "Use _s in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript S is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-t",
    "symbol": "ₜ",
    "slug": "subscript-t",
    "name": "Subscript T",
    "aliases": [
      "t script"
    ],
    "unicode": "U+209C",
    "htmlEntity": "&#8348;",
    "htmlDecimal": "&#8348;",
    "latex": "_t",
    "mathml": "<mi>ₜ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript t as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₜ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _t for full equations.",
    "pronunciation": "subscript t",
    "examples": [
      "ₜ is used in a context where represents subscript t as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+209C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _t and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₜ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₜ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₜ or use Insert → Special characters. For structured math, use the equation editor and verify _t.",
      "excel": "Paste ₜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript T (ₜ): Copy, Unicode & LaTeX",
      "description": "Copy ₜ, learn the meaning and semantic role of subscript t, and get Unicode, LaTeX (_t), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₜ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₜ as U+209C; for structured equations, use _t in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript T."
    ],
    "searchIntents": [
      "Subscript T symbol meaning",
      "Subscript T copy and paste",
      "Subscript T LaTeX",
      "Subscript T Unicode",
      "how to type Subscript T"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₜ in plain text when a Unicode character is appropriate and the destination preserves U+209C.",
      "Use _t in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript T is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-u",
    "symbol": "ᵤ",
    "slug": "subscript-u",
    "name": "Subscript U",
    "aliases": [
      "u script"
    ],
    "unicode": "U+1D64",
    "htmlEntity": "&#7524;",
    "htmlDecimal": "&#7524;",
    "latex": "_u",
    "mathml": "<mi>ᵤ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript u as a standalone Unicode character for compact linear notation.",
    "usage": "Use ᵤ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _u for full equations.",
    "pronunciation": "subscript u",
    "examples": [
      "ᵤ is used in a context where represents subscript u as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+1D64 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _u and press Space when Word supports the command.",
      "iPhone": "Copy and paste ᵤ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ᵤ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ᵤ or use Insert → Special characters. For structured math, use the equation editor and verify _u.",
      "excel": "Paste ᵤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript U (ᵤ): Copy, Unicode & LaTeX",
      "description": "Copy ᵤ, learn the meaning and semantic role of subscript u, and get Unicode, LaTeX (_u), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ᵤ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ᵤ as U+1D64; for structured equations, use _u in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript U."
    ],
    "searchIntents": [
      "Subscript U symbol meaning",
      "Subscript U copy and paste",
      "Subscript U LaTeX",
      "Subscript U Unicode",
      "how to type Subscript U"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ᵤ in plain text when a Unicode character is appropriate and the destination preserves U+1D64.",
      "Use _u in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript U is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-v",
    "symbol": "ᵥ",
    "slug": "subscript-v",
    "name": "Subscript V",
    "aliases": [
      "v script"
    ],
    "unicode": "U+1D65",
    "htmlEntity": "&#7525;",
    "htmlDecimal": "&#7525;",
    "latex": "_v",
    "mathml": "<mi>ᵥ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript v as a standalone Unicode character for compact linear notation.",
    "usage": "Use ᵥ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _v for full equations.",
    "pronunciation": "subscript v",
    "examples": [
      "ᵥ is used in a context where represents subscript v as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+1D65 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _v and press Space when Word supports the command.",
      "iPhone": "Copy and paste ᵥ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ᵥ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ᵥ or use Insert → Special characters. For structured math, use the equation editor and verify _v.",
      "excel": "Paste ᵥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript V (ᵥ): Copy, Unicode & LaTeX",
      "description": "Copy ᵥ, learn the meaning and semantic role of subscript v, and get Unicode, LaTeX (_v), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ᵥ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ᵥ as U+1D65; for structured equations, use _v in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript V."
    ],
    "searchIntents": [
      "Subscript V symbol meaning",
      "Subscript V copy and paste",
      "Subscript V LaTeX",
      "Subscript V Unicode",
      "how to type Subscript V"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ᵥ in plain text when a Unicode character is appropriate and the destination preserves U+1D65.",
      "Use _v in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript V is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "subscript-x",
    "symbol": "ₓ",
    "slug": "subscript-x",
    "name": "Subscript X",
    "aliases": [
      "x script"
    ],
    "unicode": "U+2093",
    "htmlEntity": "&#8339;",
    "htmlDecimal": "&#8339;",
    "latex": "_x",
    "mathml": "<mi>ₓ</mi>",
    "categories": [
      "super-sub",
      "math-alphanumeric"
    ],
    "meaning": "Represents subscript x as a standalone Unicode character for compact linear notation.",
    "usage": "Use ₓ only when a plain-text destination cannot render structured subscripts or superscripts; use LaTeX _x for full equations.",
    "pronunciation": "subscript x",
    "examples": [
      "ₓ is used in a context where represents subscript x as a standalone Unicode character for compact linear notation."
    ],
    "relatedSymbols": [
      "superscript-two",
      "subscript-one",
      "superscript-zero",
      "superscript-one"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2093 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type _x and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₓ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₓ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₓ or use Insert → Special characters. For structured math, use the equation editor and verify _x.",
      "excel": "Paste ₓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Subscript X (ₓ): Copy, Unicode & LaTeX",
      "description": "Copy ₓ, learn the meaning and semantic role of subscript x, and get Unicode, LaTeX (_x), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ₓ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ₓ as U+2093; for structured equations, use _x in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Subscript X."
    ],
    "searchIntents": [
      "Subscript X symbol meaning",
      "Subscript X copy and paste",
      "Subscript X LaTeX",
      "Subscript X Unicode",
      "how to type Subscript X"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "useCases": [
      "Use ₓ in plain text when a Unicode character is appropriate and the destination preserves U+2093.",
      "Use _x in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Subscript X is used in super sub, math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "script-identifier",
    "primaryIntent": "copy the scripted identifier and decide whether structured notation is safer",
    "semanticRole": "A Unicode presentation character for a scripted letter or identifier.",
    "commonDomains": [
      "Superscripts and Subscripts",
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "² — Superscript Two",
      "₁ — Subscript One",
      "⁰ — Superscript Zero"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "not-left-arrow",
    "symbol": "↚",
    "slug": "not-left-arrow",
    "name": "Not Left Arrow",
    "aliases": [
      "not left"
    ],
    "unicode": "U+219A",
    "htmlEntity": "&#8602;",
    "htmlDecimal": "&#8602;",
    "latex": "\\nleftarrow",
    "mathml": "<mo>↚</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the not left arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Not Left Arrow (↚), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "not left arrow",
    "examples": [
      "↚ is used in a context where represents the not left arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+219A in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nleftarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↚ or use Insert → Special characters. For structured math, use the equation editor and verify \\nleftarrow.",
      "excel": "Paste ↚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Left Arrow (↚): Meaning, Examples & LaTeX",
      "description": "Copy ↚ (U+219A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↚; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↚ as U+219A; for structured equations, use \\nleftarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Left Arrow."
    ],
    "searchIntents": [
      "Not Left Arrow symbol meaning",
      "Not Left Arrow copy and paste",
      "Not Left Arrow LaTeX",
      "Not Left Arrow Unicode",
      "how to type Not Left Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↚ in plain text when a Unicode character is appropriate and the destination preserves U+219A.",
      "Use \\nleftarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Left Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-right-arrow",
    "symbol": "↛",
    "slug": "not-right-arrow",
    "name": "Not Right Arrow",
    "aliases": [
      "not right"
    ],
    "unicode": "U+219B",
    "htmlEntity": "&#8603;",
    "htmlDecimal": "&#8603;",
    "latex": "\\nrightarrow",
    "mathml": "<mo>↛</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the not right arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Not Right Arrow (↛), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "not right arrow",
    "examples": [
      "↛ is used in a context where represents the not right arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+219B in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nrightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↛ or use Insert → Special characters. For structured math, use the equation editor and verify \\nrightarrow.",
      "excel": "Paste ↛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Right Arrow (↛): Meaning, Examples & LaTeX",
      "description": "Copy ↛ (U+219B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↛; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↛ as U+219B; for structured equations, use \\nrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Right Arrow."
    ],
    "searchIntents": [
      "Not Right Arrow symbol meaning",
      "Not Right Arrow copy and paste",
      "Not Right Arrow LaTeX",
      "Not Right Arrow Unicode",
      "how to type Not Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↛ in plain text when a Unicode character is appropriate and the destination preserves U+219B.",
      "Use \\nrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-wave-arrow",
    "symbol": "↜",
    "slug": "left-wave-arrow",
    "name": "Left Wave Arrow",
    "aliases": [
      "left wave"
    ],
    "unicode": "U+219C",
    "htmlEntity": "&#8604;",
    "htmlDecimal": "&#8604;",
    "latex": "\\leftwavearrow",
    "mathml": "<mo>↜</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the left wave arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Left Wave Arrow (↜), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "left wave arrow",
    "examples": [
      "↜ is used in a context where represents the left wave arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+219C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\leftwavearrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↜ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftwavearrow.",
      "excel": "Paste ↜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Wave Arrow (↜): Meaning, Examples & LaTeX",
      "description": "Copy ↜ (U+219C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↜; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↜ as U+219C; for structured equations, use \\leftwavearrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Wave Arrow."
    ],
    "searchIntents": [
      "Left Wave Arrow symbol meaning",
      "Left Wave Arrow copy and paste",
      "Left Wave Arrow LaTeX",
      "Left Wave Arrow Unicode",
      "how to type Left Wave Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↜ in plain text when a Unicode character is appropriate and the destination preserves U+219C.",
      "Use \\leftwavearrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Wave Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-squiggle-arrow",
    "symbol": "↝",
    "slug": "right-squiggle-arrow",
    "name": "Right Squiggle Arrow",
    "aliases": [
      "right squiggle"
    ],
    "unicode": "U+219D",
    "htmlEntity": "&#8605;",
    "htmlDecimal": "&#8605;",
    "latex": "\\rightsquigarrow",
    "mathml": "<mo>↝</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the right squiggle arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Right Squiggle Arrow (↝), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "right squiggle arrow",
    "examples": [
      "↝ is used in a context where represents the right squiggle arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+219D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rightsquigarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↝ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightsquigarrow.",
      "excel": "Paste ↝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Squiggle Arrow (↝): Meaning, Examples & LaTeX",
      "description": "Copy ↝ (U+219D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↝; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↝ as U+219D; for structured equations, use \\rightsquigarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Squiggle Arrow."
    ],
    "searchIntents": [
      "Right Squiggle Arrow symbol meaning",
      "Right Squiggle Arrow copy and paste",
      "Right Squiggle Arrow LaTeX",
      "Right Squiggle Arrow Unicode",
      "how to type Right Squiggle Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↝ in plain text when a Unicode character is appropriate and the destination preserves U+219D.",
      "Use \\rightsquigarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Squiggle Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "two-head-left-arrow",
    "symbol": "↞",
    "slug": "two-head-left-arrow",
    "name": "Two-Headed Left Arrow",
    "aliases": [
      "two-headed left"
    ],
    "unicode": "U+219E",
    "htmlEntity": "&#8606;",
    "htmlDecimal": "&#8606;",
    "latex": "\\twoheadleftarrow",
    "mathml": "<mo>↞</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the two-headed left arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Two-Headed Left Arrow (↞), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "two-headed left arrow",
    "examples": [
      "↞ is used in a context where represents the two-headed left arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+219E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\twoheadleftarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↞ or use Insert → Special characters. For structured math, use the equation editor and verify \\twoheadleftarrow.",
      "excel": "Paste ↞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Two-Headed Left Arrow (↞): Meaning, Examples & LaTeX",
      "description": "Copy ↞ (U+219E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↞; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↞ as U+219E; for structured equations, use \\twoheadleftarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Two-Headed Left Arrow."
    ],
    "searchIntents": [
      "Two-Headed Left Arrow symbol meaning",
      "Two-Headed Left Arrow copy and paste",
      "Two-Headed Left Arrow LaTeX",
      "Two-Headed Left Arrow Unicode",
      "how to type Two-Headed Left Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↞ in plain text when a Unicode character is appropriate and the destination preserves U+219E.",
      "Use \\twoheadleftarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Two-Headed Left Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "two-head-right-arrow",
    "symbol": "↠",
    "slug": "two-head-right-arrow",
    "name": "Two-Headed Right Arrow",
    "aliases": [
      "two-headed right"
    ],
    "unicode": "U+21A0",
    "htmlEntity": "&#8608;",
    "htmlDecimal": "&#8608;",
    "latex": "\\twoheadrightarrow",
    "mathml": "<mo>↠</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the two-headed right arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Two-Headed Right Arrow (↠), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "two-headed right arrow",
    "examples": [
      "↠ is used in a context where represents the two-headed right arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21A0 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\twoheadrightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↠ or use Insert → Special characters. For structured math, use the equation editor and verify \\twoheadrightarrow.",
      "excel": "Paste ↠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Two-Headed Right Arrow (↠): Meaning, Examples & LaTeX",
      "description": "Copy ↠ (U+21A0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↠; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↠ as U+21A0; for structured equations, use \\twoheadrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Two-Headed Right Arrow."
    ],
    "searchIntents": [
      "Two-Headed Right Arrow symbol meaning",
      "Two-Headed Right Arrow copy and paste",
      "Two-Headed Right Arrow LaTeX",
      "Two-Headed Right Arrow Unicode",
      "how to type Two-Headed Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↠ in plain text when a Unicode character is appropriate and the destination preserves U+21A0.",
      "Use \\twoheadrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Two-Headed Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-arrow-tail",
    "symbol": "↢",
    "slug": "left-arrow-tail",
    "name": "Left Arrow with Tail",
    "aliases": [
      "left with tail"
    ],
    "unicode": "U+21A2",
    "htmlEntity": "&#8610;",
    "htmlDecimal": "&#8610;",
    "latex": "\\leftarrowtail",
    "mathml": "<mo>↢</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the left arrow with tail in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Left Arrow with Tail (↢), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "left arrow with tail",
    "examples": [
      "↢ is used in a context where represents the left arrow with tail in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21A2 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\leftarrowtail and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↢ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftarrowtail.",
      "excel": "Paste ↢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Arrow with Tail (↢): Meaning, Examples & LaTeX",
      "description": "Copy ↢ (U+21A2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↢; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↢ as U+21A2; for structured equations, use \\leftarrowtail in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Arrow with Tail."
    ],
    "searchIntents": [
      "Left Arrow with Tail symbol meaning",
      "Left Arrow with Tail copy and paste",
      "Left Arrow with Tail LaTeX",
      "Left Arrow with Tail Unicode",
      "how to type Left Arrow with Tail"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↢ in plain text when a Unicode character is appropriate and the destination preserves U+21A2.",
      "Use \\leftarrowtail in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Arrow with Tail is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-arrow-tail",
    "symbol": "↣",
    "slug": "right-arrow-tail",
    "name": "Right Arrow with Tail",
    "aliases": [
      "right with tail"
    ],
    "unicode": "U+21A3",
    "htmlEntity": "&#8611;",
    "htmlDecimal": "&#8611;",
    "latex": "\\rightarrowtail",
    "mathml": "<mo>↣</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the right arrow with tail in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Right Arrow with Tail (↣), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "right arrow with tail",
    "examples": [
      "↣ is used in a context where represents the right arrow with tail in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21A3 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rightarrowtail and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↣ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightarrowtail.",
      "excel": "Paste ↣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Arrow with Tail (↣): Meaning, Examples & LaTeX",
      "description": "Copy ↣ (U+21A3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↣; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↣ as U+21A3; for structured equations, use \\rightarrowtail in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Arrow with Tail."
    ],
    "searchIntents": [
      "Right Arrow with Tail symbol meaning",
      "Right Arrow with Tail copy and paste",
      "Right Arrow with Tail LaTeX",
      "Right Arrow with Tail Unicode",
      "how to type Right Arrow with Tail"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↣ in plain text when a Unicode character is appropriate and the destination preserves U+21A3.",
      "Use \\rightarrowtail in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Arrow with Tail is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "maps-from",
    "symbol": "↤",
    "slug": "maps-from",
    "name": "Maps From",
    "aliases": [
      "maps from"
    ],
    "unicode": "U+21A4",
    "htmlEntity": "&#8612;",
    "htmlDecimal": "&#8612;",
    "latex": "\\mapsfrom",
    "mathml": "<mo>↤</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the maps from in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Maps From (↤), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "maps from",
    "examples": [
      "↤ is used in a context where represents the maps from in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21A4 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mapsfrom and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↤ or use Insert → Special characters. For structured math, use the equation editor and verify \\mapsfrom.",
      "excel": "Paste ↤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Maps From (↤): Meaning, Examples & LaTeX",
      "description": "Copy ↤ (U+21A4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↤; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↤ as U+21A4; for structured equations, use \\mapsfrom in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Maps From."
    ],
    "searchIntents": [
      "Maps From symbol meaning",
      "Maps From copy and paste",
      "Maps From LaTeX",
      "Maps From Unicode",
      "how to type Maps From"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↤ in plain text when a Unicode character is appropriate and the destination preserves U+21A4.",
      "Use \\mapsfrom in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Maps From is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-hook-arrow",
    "symbol": "↩",
    "slug": "left-hook-arrow",
    "name": "Left Hook Arrow",
    "aliases": [
      "left hook"
    ],
    "unicode": "U+21A9",
    "htmlEntity": "&#8617;",
    "htmlDecimal": "&#8617;",
    "latex": "\\hookleftarrow",
    "mathml": "<mo>↩</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the left hook arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Left Hook Arrow (↩), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "left hook arrow",
    "examples": [
      "↩ is used in a context where represents the left hook arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21A9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\hookleftarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↩ or use Insert → Special characters. For structured math, use the equation editor and verify \\hookleftarrow.",
      "excel": "Paste ↩ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Hook Arrow (↩): Meaning, Examples & LaTeX",
      "description": "Copy ↩ (U+21A9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↩; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↩ as U+21A9; for structured equations, use \\hookleftarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Hook Arrow."
    ],
    "searchIntents": [
      "Left Hook Arrow symbol meaning",
      "Left Hook Arrow copy and paste",
      "Left Hook Arrow LaTeX",
      "Left Hook Arrow Unicode",
      "how to type Left Hook Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↩ in plain text when a Unicode character is appropriate and the destination preserves U+21A9.",
      "Use \\hookleftarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Hook Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-hook-arrow",
    "symbol": "↪",
    "slug": "right-hook-arrow",
    "name": "Right Hook Arrow",
    "aliases": [
      "right hook"
    ],
    "unicode": "U+21AA",
    "htmlEntity": "&#8618;",
    "htmlDecimal": "&#8618;",
    "latex": "\\hookrightarrow",
    "mathml": "<mo>↪</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the right hook arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Right Hook Arrow (↪), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "right hook arrow",
    "examples": [
      "↪ is used in a context where represents the right hook arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21AA in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\hookrightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↪, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↪, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↪ or use Insert → Special characters. For structured math, use the equation editor and verify \\hookrightarrow.",
      "excel": "Paste ↪ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Hook Arrow (↪): Meaning, Examples & LaTeX",
      "description": "Copy ↪ (U+21AA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↪; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↪ as U+21AA; for structured equations, use \\hookrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Hook Arrow."
    ],
    "searchIntents": [
      "Right Hook Arrow symbol meaning",
      "Right Hook Arrow copy and paste",
      "Right Hook Arrow LaTeX",
      "Right Hook Arrow Unicode",
      "how to type Right Hook Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↪ in plain text when a Unicode character is appropriate and the destination preserves U+21AA.",
      "Use \\hookrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Hook Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-loop-arrow",
    "symbol": "↫",
    "slug": "left-loop-arrow",
    "name": "Left Loop Arrow",
    "aliases": [
      "left loop"
    ],
    "unicode": "U+21AB",
    "htmlEntity": "&#8619;",
    "htmlDecimal": "&#8619;",
    "latex": "\\looparrowleft",
    "mathml": "<mo>↫</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the left loop arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Left Loop Arrow (↫), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "left loop arrow",
    "examples": [
      "↫ is used in a context where represents the left loop arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21AB in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\looparrowleft and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↫, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↫, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↫ or use Insert → Special characters. For structured math, use the equation editor and verify \\looparrowleft.",
      "excel": "Paste ↫ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Loop Arrow (↫): Meaning, Examples & LaTeX",
      "description": "Copy ↫ (U+21AB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↫; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↫ as U+21AB; for structured equations, use \\looparrowleft in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Loop Arrow."
    ],
    "searchIntents": [
      "Left Loop Arrow symbol meaning",
      "Left Loop Arrow copy and paste",
      "Left Loop Arrow LaTeX",
      "Left Loop Arrow Unicode",
      "how to type Left Loop Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↫ in plain text when a Unicode character is appropriate and the destination preserves U+21AB.",
      "Use \\looparrowleft in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Loop Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-loop-arrow",
    "symbol": "↬",
    "slug": "right-loop-arrow",
    "name": "Right Loop Arrow",
    "aliases": [
      "right loop"
    ],
    "unicode": "U+21AC",
    "htmlEntity": "&#8620;",
    "htmlDecimal": "&#8620;",
    "latex": "\\looparrowright",
    "mathml": "<mo>↬</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the right loop arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Right Loop Arrow (↬), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "right loop arrow",
    "examples": [
      "↬ is used in a context where represents the right loop arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21AC in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\looparrowright and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↬, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↬, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↬ or use Insert → Special characters. For structured math, use the equation editor and verify \\looparrowright.",
      "excel": "Paste ↬ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Loop Arrow (↬): Meaning, Examples & LaTeX",
      "description": "Copy ↬ (U+21AC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↬; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↬ as U+21AC; for structured equations, use \\looparrowright in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Loop Arrow."
    ],
    "searchIntents": [
      "Right Loop Arrow symbol meaning",
      "Right Loop Arrow copy and paste",
      "Right Loop Arrow LaTeX",
      "Right Loop Arrow Unicode",
      "how to type Right Loop Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↬ in plain text when a Unicode character is appropriate and the destination preserves U+21AC.",
      "Use \\looparrowright in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Loop Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-curve-arrow",
    "symbol": "↶",
    "slug": "left-curve-arrow",
    "name": "Left Curved Arrow",
    "aliases": [
      "left curved"
    ],
    "unicode": "U+21B6",
    "htmlEntity": "&#8630;",
    "htmlDecimal": "&#8630;",
    "latex": "\\curvearrowleft",
    "mathml": "<mo>↶</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the left curved arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Left Curved Arrow (↶), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "left curved arrow",
    "examples": [
      "↶ is used in a context where represents the left curved arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21B6 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\curvearrowleft and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↶, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↶, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↶ or use Insert → Special characters. For structured math, use the equation editor and verify \\curvearrowleft.",
      "excel": "Paste ↶ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Curved Arrow (↶): Meaning, Examples & LaTeX",
      "description": "Copy ↶ (U+21B6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↶; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↶ as U+21B6; for structured equations, use \\curvearrowleft in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Curved Arrow."
    ],
    "searchIntents": [
      "Left Curved Arrow symbol meaning",
      "Left Curved Arrow copy and paste",
      "Left Curved Arrow LaTeX",
      "Left Curved Arrow Unicode",
      "how to type Left Curved Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↶ in plain text when a Unicode character is appropriate and the destination preserves U+21B6.",
      "Use \\curvearrowleft in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Curved Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-curve-arrow",
    "symbol": "↷",
    "slug": "right-curve-arrow",
    "name": "Right Curved Arrow",
    "aliases": [
      "right curved"
    ],
    "unicode": "U+21B7",
    "htmlEntity": "&#8631;",
    "htmlDecimal": "&#8631;",
    "latex": "\\curvearrowright",
    "mathml": "<mo>↷</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the right curved arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Right Curved Arrow (↷), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "right curved arrow",
    "examples": [
      "↷ is used in a context where represents the right curved arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21B7 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\curvearrowright and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↷, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↷, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↷ or use Insert → Special characters. For structured math, use the equation editor and verify \\curvearrowright.",
      "excel": "Paste ↷ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Curved Arrow (↷): Meaning, Examples & LaTeX",
      "description": "Copy ↷ (U+21B7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↷; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↷ as U+21B7; for structured equations, use \\curvearrowright in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Curved Arrow."
    ],
    "searchIntents": [
      "Right Curved Arrow symbol meaning",
      "Right Curved Arrow copy and paste",
      "Right Curved Arrow LaTeX",
      "Right Curved Arrow Unicode",
      "how to type Right Curved Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↷ in plain text when a Unicode character is appropriate and the destination preserves U+21B7.",
      "Use \\curvearrowright in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Curved Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "counterclockwise-circle-arrow",
    "symbol": "↺",
    "slug": "counterclockwise-circle-arrow",
    "name": "Counterclockwise Circle Arrow",
    "aliases": [
      "counterclockwise circle"
    ],
    "unicode": "U+21BA",
    "htmlEntity": "&#8634;",
    "htmlDecimal": "&#8634;",
    "latex": "\\circlearrowleft",
    "mathml": "<mo>↺</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the counterclockwise circle arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Counterclockwise Circle Arrow (↺), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "counterclockwise circle arrow",
    "examples": [
      "↺ is used in a context where represents the counterclockwise circle arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21BA in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\circlearrowleft and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↺, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↺, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↺ or use Insert → Special characters. For structured math, use the equation editor and verify \\circlearrowleft.",
      "excel": "Paste ↺ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Counterclockwise Circle Arrow (↺): Meaning, Examples & LaTeX",
      "description": "Copy ↺ (U+21BA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↺; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↺ as U+21BA; for structured equations, use \\circlearrowleft in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Counterclockwise Circle Arrow."
    ],
    "searchIntents": [
      "Counterclockwise Circle Arrow symbol meaning",
      "Counterclockwise Circle Arrow copy and paste",
      "Counterclockwise Circle Arrow LaTeX",
      "Counterclockwise Circle Arrow Unicode",
      "how to type Counterclockwise Circle Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↺ in plain text when a Unicode character is appropriate and the destination preserves U+21BA.",
      "Use \\circlearrowleft in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Counterclockwise Circle Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "clockwise-circle-arrow",
    "symbol": "↻",
    "slug": "clockwise-circle-arrow",
    "name": "Clockwise Circle Arrow",
    "aliases": [
      "clockwise circle"
    ],
    "unicode": "U+21BB",
    "htmlEntity": "&#8635;",
    "htmlDecimal": "&#8635;",
    "latex": "\\circlearrowright",
    "mathml": "<mo>↻</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the clockwise circle arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Clockwise Circle Arrow (↻), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "clockwise circle arrow",
    "examples": [
      "↻ is used in a context where represents the clockwise circle arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21BB in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\circlearrowright and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↻, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↻, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↻ or use Insert → Special characters. For structured math, use the equation editor and verify \\circlearrowright.",
      "excel": "Paste ↻ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Clockwise Circle Arrow (↻): Meaning, Examples & LaTeX",
      "description": "Copy ↻ (U+21BB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↻; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↻ as U+21BB; for structured equations, use \\circlearrowright in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Clockwise Circle Arrow."
    ],
    "searchIntents": [
      "Clockwise Circle Arrow symbol meaning",
      "Clockwise Circle Arrow copy and paste",
      "Clockwise Circle Arrow LaTeX",
      "Clockwise Circle Arrow Unicode",
      "how to type Clockwise Circle Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↻ in plain text when a Unicode character is appropriate and the destination preserves U+21BB.",
      "Use \\circlearrowright in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Clockwise Circle Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-harpoon-up",
    "symbol": "↼",
    "slug": "left-harpoon-up",
    "name": "Left Harpoon Up",
    "aliases": [
      "left harpoon up"
    ],
    "unicode": "U+21BC",
    "htmlEntity": "&#8636;",
    "htmlDecimal": "&#8636;",
    "latex": "\\leftharpoonup",
    "mathml": "<mo>↼</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the left harpoon up in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Left Harpoon Up (↼), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "left harpoon up",
    "examples": [
      "↼ is used in a context where represents the left harpoon up in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21BC in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\leftharpoonup and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↼ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftharpoonup.",
      "excel": "Paste ↼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Harpoon Up (↼): Meaning, Examples & LaTeX",
      "description": "Copy ↼ (U+21BC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↼; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↼ as U+21BC; for structured equations, use \\leftharpoonup in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Harpoon Up."
    ],
    "searchIntents": [
      "Left Harpoon Up symbol meaning",
      "Left Harpoon Up copy and paste",
      "Left Harpoon Up LaTeX",
      "Left Harpoon Up Unicode",
      "how to type Left Harpoon Up"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↼ in plain text when a Unicode character is appropriate and the destination preserves U+21BC.",
      "Use \\leftharpoonup in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Harpoon Up is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-harpoon-down",
    "symbol": "↽",
    "slug": "left-harpoon-down",
    "name": "Left Harpoon Down",
    "aliases": [
      "left harpoon down"
    ],
    "unicode": "U+21BD",
    "htmlEntity": "&#8637;",
    "htmlDecimal": "&#8637;",
    "latex": "\\leftharpoondown",
    "mathml": "<mo>↽</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the left harpoon down in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Left Harpoon Down (↽), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "left harpoon down",
    "examples": [
      "↽ is used in a context where represents the left harpoon down in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21BD in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\leftharpoondown and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↽ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftharpoondown.",
      "excel": "Paste ↽ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Harpoon Down (↽): Meaning, Examples & LaTeX",
      "description": "Copy ↽ (U+21BD), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↽; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↽ as U+21BD; for structured equations, use \\leftharpoondown in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Harpoon Down."
    ],
    "searchIntents": [
      "Left Harpoon Down symbol meaning",
      "Left Harpoon Down copy and paste",
      "Left Harpoon Down LaTeX",
      "Left Harpoon Down Unicode",
      "how to type Left Harpoon Down"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↽ in plain text when a Unicode character is appropriate and the destination preserves U+21BD.",
      "Use \\leftharpoondown in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Harpoon Down is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "up-harpoon-right",
    "symbol": "↾",
    "slug": "up-harpoon-right",
    "name": "Up Harpoon Right",
    "aliases": [
      "up harpoon right"
    ],
    "unicode": "U+21BE",
    "htmlEntity": "&#8638;",
    "htmlDecimal": "&#8638;",
    "latex": "\\upharpoonright",
    "mathml": "<mo>↾</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the up harpoon right in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Up Harpoon Right (↾), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "up harpoon right",
    "examples": [
      "↾ is used in a context where represents the up harpoon right in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21BE in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\upharpoonright and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↾, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↾, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↾ or use Insert → Special characters. For structured math, use the equation editor and verify \\upharpoonright.",
      "excel": "Paste ↾ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Up Harpoon Right (↾): Meaning, Examples & LaTeX",
      "description": "Copy ↾ (U+21BE), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↾; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↾ as U+21BE; for structured equations, use \\upharpoonright in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Up Harpoon Right."
    ],
    "searchIntents": [
      "Up Harpoon Right symbol meaning",
      "Up Harpoon Right copy and paste",
      "Up Harpoon Right LaTeX",
      "Up Harpoon Right Unicode",
      "how to type Up Harpoon Right"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↾ in plain text when a Unicode character is appropriate and the destination preserves U+21BE.",
      "Use \\upharpoonright in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Up Harpoon Right is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "up-harpoon-left",
    "symbol": "↿",
    "slug": "up-harpoon-left",
    "name": "Up Harpoon Left",
    "aliases": [
      "up harpoon left"
    ],
    "unicode": "U+21BF",
    "htmlEntity": "&#8639;",
    "htmlDecimal": "&#8639;",
    "latex": "\\upharpoonleft",
    "mathml": "<mo>↿</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the up harpoon left in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Up Harpoon Left (↿), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "up harpoon left",
    "examples": [
      "↿ is used in a context where represents the up harpoon left in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21BF in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\upharpoonleft and press Space when Word supports the command.",
      "iPhone": "Copy and paste ↿, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ↿, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ↿ or use Insert → Special characters. For structured math, use the equation editor and verify \\upharpoonleft.",
      "excel": "Paste ↿ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Up Harpoon Left (↿): Meaning, Examples & LaTeX",
      "description": "Copy ↿ (U+21BF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ↿; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ↿ as U+21BF; for structured equations, use \\upharpoonleft in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Up Harpoon Left."
    ],
    "searchIntents": [
      "Up Harpoon Left symbol meaning",
      "Up Harpoon Left copy and paste",
      "Up Harpoon Left LaTeX",
      "Up Harpoon Left Unicode",
      "how to type Up Harpoon Left"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ↿ in plain text when a Unicode character is appropriate and the destination preserves U+21BF.",
      "Use \\upharpoonleft in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Up Harpoon Left is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-harpoon-up",
    "symbol": "⇀",
    "slug": "right-harpoon-up",
    "name": "Right Harpoon Up",
    "aliases": [
      "right harpoon up"
    ],
    "unicode": "U+21C0",
    "htmlEntity": "&#8640;",
    "htmlDecimal": "&#8640;",
    "latex": "\\rightharpoonup",
    "mathml": "<mo>⇀</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the right harpoon up in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Right Harpoon Up (⇀), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "right harpoon up",
    "examples": [
      "⇀ is used in a context where represents the right harpoon up in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C0 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rightharpoonup and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇀ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightharpoonup.",
      "excel": "Paste ⇀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Harpoon Up (⇀): Meaning, Examples & LaTeX",
      "description": "Copy ⇀ (U+21C0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇀; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇀ as U+21C0; for structured equations, use \\rightharpoonup in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Harpoon Up."
    ],
    "searchIntents": [
      "Right Harpoon Up symbol meaning",
      "Right Harpoon Up copy and paste",
      "Right Harpoon Up LaTeX",
      "Right Harpoon Up Unicode",
      "how to type Right Harpoon Up"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇀ in plain text when a Unicode character is appropriate and the destination preserves U+21C0.",
      "Use \\rightharpoonup in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Harpoon Up is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-harpoon-down",
    "symbol": "⇁",
    "slug": "right-harpoon-down",
    "name": "Right Harpoon Down",
    "aliases": [
      "right harpoon down"
    ],
    "unicode": "U+21C1",
    "htmlEntity": "&#8641;",
    "htmlDecimal": "&#8641;",
    "latex": "\\rightharpoondown",
    "mathml": "<mo>⇁</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the right harpoon down in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Right Harpoon Down (⇁), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "right harpoon down",
    "examples": [
      "⇁ is used in a context where represents the right harpoon down in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C1 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rightharpoondown and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇁ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightharpoondown.",
      "excel": "Paste ⇁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Harpoon Down (⇁): Meaning, Examples & LaTeX",
      "description": "Copy ⇁ (U+21C1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇁; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇁ as U+21C1; for structured equations, use \\rightharpoondown in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Harpoon Down."
    ],
    "searchIntents": [
      "Right Harpoon Down symbol meaning",
      "Right Harpoon Down copy and paste",
      "Right Harpoon Down LaTeX",
      "Right Harpoon Down Unicode",
      "how to type Right Harpoon Down"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇁ in plain text when a Unicode character is appropriate and the destination preserves U+21C1.",
      "Use \\rightharpoondown in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Harpoon Down is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "down-harpoon-right",
    "symbol": "⇂",
    "slug": "down-harpoon-right",
    "name": "Down Harpoon Right",
    "aliases": [
      "down harpoon right"
    ],
    "unicode": "U+21C2",
    "htmlEntity": "&#8642;",
    "htmlDecimal": "&#8642;",
    "latex": "\\downharpoonright",
    "mathml": "<mo>⇂</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the down harpoon right in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Down Harpoon Right (⇂), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "down harpoon right",
    "examples": [
      "⇂ is used in a context where represents the down harpoon right in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C2 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\downharpoonright and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇂ or use Insert → Special characters. For structured math, use the equation editor and verify \\downharpoonright.",
      "excel": "Paste ⇂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Down Harpoon Right (⇂): Meaning, Examples & LaTeX",
      "description": "Copy ⇂ (U+21C2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇂; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇂ as U+21C2; for structured equations, use \\downharpoonright in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Down Harpoon Right."
    ],
    "searchIntents": [
      "Down Harpoon Right symbol meaning",
      "Down Harpoon Right copy and paste",
      "Down Harpoon Right LaTeX",
      "Down Harpoon Right Unicode",
      "how to type Down Harpoon Right"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇂ in plain text when a Unicode character is appropriate and the destination preserves U+21C2.",
      "Use \\downharpoonright in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Down Harpoon Right is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "down-harpoon-left",
    "symbol": "⇃",
    "slug": "down-harpoon-left",
    "name": "Down Harpoon Left",
    "aliases": [
      "down harpoon left"
    ],
    "unicode": "U+21C3",
    "htmlEntity": "&#8643;",
    "htmlDecimal": "&#8643;",
    "latex": "\\downharpoonleft",
    "mathml": "<mo>⇃</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the down harpoon left in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Down Harpoon Left (⇃), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "down harpoon left",
    "examples": [
      "⇃ is used in a context where represents the down harpoon left in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C3 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\downharpoonleft and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇃ or use Insert → Special characters. For structured math, use the equation editor and verify \\downharpoonleft.",
      "excel": "Paste ⇃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Down Harpoon Left (⇃): Meaning, Examples & LaTeX",
      "description": "Copy ⇃ (U+21C3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇃; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇃ as U+21C3; for structured equations, use \\downharpoonleft in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Down Harpoon Left."
    ],
    "searchIntents": [
      "Down Harpoon Left symbol meaning",
      "Down Harpoon Left copy and paste",
      "Down Harpoon Left LaTeX",
      "Down Harpoon Left Unicode",
      "how to type Down Harpoon Left"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇃ in plain text when a Unicode character is appropriate and the destination preserves U+21C3.",
      "Use \\downharpoonleft in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Down Harpoon Left is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-left-arrows",
    "symbol": "⇄",
    "slug": "right-left-arrows",
    "name": "Right Arrow over Left Arrow",
    "aliases": [
      "right over left"
    ],
    "unicode": "U+21C4",
    "htmlEntity": "&#8644;",
    "htmlDecimal": "&#8644;",
    "latex": "\\rightleftarrows",
    "mathml": "<mo>⇄</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the right arrow over left arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Right Arrow over Left Arrow (⇄), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "right arrow over left arrow",
    "examples": [
      "⇄ is used in a context where represents the right arrow over left arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C4 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rightleftarrows and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇄ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightleftarrows.",
      "excel": "Paste ⇄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Arrow over Left Arrow (⇄): Meaning, Examples & LaTeX",
      "description": "Copy ⇄ (U+21C4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇄; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇄ as U+21C4; for structured equations, use \\rightleftarrows in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Arrow over Left Arrow."
    ],
    "searchIntents": [
      "Right Arrow over Left Arrow symbol meaning",
      "Right Arrow over Left Arrow copy and paste",
      "Right Arrow over Left Arrow LaTeX",
      "Right Arrow over Left Arrow Unicode",
      "how to type Right Arrow over Left Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇄ in plain text when a Unicode character is appropriate and the destination preserves U+21C4.",
      "Use \\rightleftarrows in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Arrow over Left Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-right-arrows",
    "symbol": "⇆",
    "slug": "left-right-arrows",
    "name": "Left Arrow over Right Arrow",
    "aliases": [
      "left over right"
    ],
    "unicode": "U+21C6",
    "htmlEntity": "&#8646;",
    "htmlDecimal": "&#8646;",
    "latex": "\\leftrightarrows",
    "mathml": "<mo>⇆</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the left arrow over right arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Left Arrow over Right Arrow (⇆), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "left arrow over right arrow",
    "examples": [
      "⇆ is used in a context where represents the left arrow over right arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C6 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\leftrightarrows and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇆ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftrightarrows.",
      "excel": "Paste ⇆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Arrow over Right Arrow (⇆): Meaning, Examples & LaTeX",
      "description": "Copy ⇆ (U+21C6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇆; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇆ as U+21C6; for structured equations, use \\leftrightarrows in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Arrow over Right Arrow."
    ],
    "searchIntents": [
      "Left Arrow over Right Arrow symbol meaning",
      "Left Arrow over Right Arrow copy and paste",
      "Left Arrow over Right Arrow LaTeX",
      "Left Arrow over Right Arrow Unicode",
      "how to type Left Arrow over Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇆ in plain text when a Unicode character is appropriate and the destination preserves U+21C6.",
      "Use \\leftrightarrows in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Arrow over Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-left-arrows",
    "symbol": "⇇",
    "slug": "double-left-arrows",
    "name": "Paired Left Arrows",
    "aliases": [
      "paired lefts"
    ],
    "unicode": "U+21C7",
    "htmlEntity": "&#8647;",
    "htmlDecimal": "&#8647;",
    "latex": "\\leftleftarrows",
    "mathml": "<mo>⇇</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the paired left arrows in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Paired Left Arrows (⇇), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "paired left arrows",
    "examples": [
      "⇇ is used in a context where represents the paired left arrows in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C7 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\leftleftarrows and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇇ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftleftarrows.",
      "excel": "Paste ⇇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Paired Left Arrows (⇇): Meaning, Examples & LaTeX",
      "description": "Copy ⇇ (U+21C7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇇; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇇ as U+21C7; for structured equations, use \\leftleftarrows in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Paired Left Arrows."
    ],
    "searchIntents": [
      "Paired Left Arrows symbol meaning",
      "Paired Left Arrows copy and paste",
      "Paired Left Arrows LaTeX",
      "Paired Left Arrows Unicode",
      "how to type Paired Left Arrows"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇇ in plain text when a Unicode character is appropriate and the destination preserves U+21C7.",
      "Use \\leftleftarrows in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Paired Left Arrows is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-right-arrows",
    "symbol": "⇉",
    "slug": "double-right-arrows",
    "name": "Paired Right Arrows",
    "aliases": [
      "paired rights"
    ],
    "unicode": "U+21C9",
    "htmlEntity": "&#8649;",
    "htmlDecimal": "&#8649;",
    "latex": "\\rightrightarrows",
    "mathml": "<mo>⇉</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the paired right arrows in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Paired Right Arrows (⇉), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "paired right arrows",
    "examples": [
      "⇉ is used in a context where represents the paired right arrows in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rightrightarrows and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇉ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightrightarrows.",
      "excel": "Paste ⇉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Paired Right Arrows (⇉): Meaning, Examples & LaTeX",
      "description": "Copy ⇉ (U+21C9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇉; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇉ as U+21C9; for structured equations, use \\rightrightarrows in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Paired Right Arrows."
    ],
    "searchIntents": [
      "Paired Right Arrows symbol meaning",
      "Paired Right Arrows copy and paste",
      "Paired Right Arrows LaTeX",
      "Paired Right Arrows Unicode",
      "how to type Paired Right Arrows"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇉ in plain text when a Unicode character is appropriate and the destination preserves U+21C9.",
      "Use \\rightrightarrows in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Paired Right Arrows is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-up-arrows",
    "symbol": "⇈",
    "slug": "double-up-arrows",
    "name": "Paired Up Arrows",
    "aliases": [
      "paired ups"
    ],
    "unicode": "U+21C8",
    "htmlEntity": "&#8648;",
    "htmlDecimal": "&#8648;",
    "latex": "\\upuparrows",
    "mathml": "<mo>⇈</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the paired up arrows in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Paired Up Arrows (⇈), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "paired up arrows",
    "examples": [
      "⇈ is used in a context where represents the paired up arrows in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21C8 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\upuparrows and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇈ or use Insert → Special characters. For structured math, use the equation editor and verify \\upuparrows.",
      "excel": "Paste ⇈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Paired Up Arrows (⇈): Meaning, Examples & LaTeX",
      "description": "Copy ⇈ (U+21C8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇈; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇈ as U+21C8; for structured equations, use \\upuparrows in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Paired Up Arrows."
    ],
    "searchIntents": [
      "Paired Up Arrows symbol meaning",
      "Paired Up Arrows copy and paste",
      "Paired Up Arrows LaTeX",
      "Paired Up Arrows Unicode",
      "how to type Paired Up Arrows"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇈ in plain text when a Unicode character is appropriate and the destination preserves U+21C8.",
      "Use \\upuparrows in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Paired Up Arrows is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-down-arrows",
    "symbol": "⇊",
    "slug": "double-down-arrows",
    "name": "Paired Down Arrows",
    "aliases": [
      "paired downs"
    ],
    "unicode": "U+21CA",
    "htmlEntity": "&#8650;",
    "htmlDecimal": "&#8650;",
    "latex": "\\downdownarrows",
    "mathml": "<mo>⇊</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the paired down arrows in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Paired Down Arrows (⇊), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "paired down arrows",
    "examples": [
      "⇊ is used in a context where represents the paired down arrows in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21CA in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\downdownarrows and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇊ or use Insert → Special characters. For structured math, use the equation editor and verify \\downdownarrows.",
      "excel": "Paste ⇊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Paired Down Arrows (⇊): Meaning, Examples & LaTeX",
      "description": "Copy ⇊ (U+21CA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇊; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇊ as U+21CA; for structured equations, use \\downdownarrows in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Paired Down Arrows."
    ],
    "searchIntents": [
      "Paired Down Arrows symbol meaning",
      "Paired Down Arrows copy and paste",
      "Paired Down Arrows LaTeX",
      "Paired Down Arrows Unicode",
      "how to type Paired Down Arrows"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇊ in plain text when a Unicode character is appropriate and the destination preserves U+21CA.",
      "Use \\downdownarrows in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Paired Down Arrows is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-double-left-arrow",
    "symbol": "⇍",
    "slug": "not-double-left-arrow",
    "name": "Not Double Left Arrow",
    "aliases": [
      "not double left"
    ],
    "unicode": "U+21CD",
    "htmlEntity": "&#8653;",
    "htmlDecimal": "&#8653;",
    "latex": "\\nLeftarrow",
    "mathml": "<mo>⇍</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the not double left arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Not Double Left Arrow (⇍), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "not double left arrow",
    "examples": [
      "⇍ is used in a context where represents the not double left arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21CD in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nLeftarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇍ or use Insert → Special characters. For structured math, use the equation editor and verify \\nLeftarrow.",
      "excel": "Paste ⇍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Double Left Arrow (⇍): Meaning, Examples & LaTeX",
      "description": "Copy ⇍ (U+21CD), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇍; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇍ as U+21CD; for structured equations, use \\nLeftarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Double Left Arrow."
    ],
    "searchIntents": [
      "Not Double Left Arrow symbol meaning",
      "Not Double Left Arrow copy and paste",
      "Not Double Left Arrow LaTeX",
      "Not Double Left Arrow Unicode",
      "how to type Not Double Left Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇍ in plain text when a Unicode character is appropriate and the destination preserves U+21CD.",
      "Use \\nLeftarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Double Left Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-double-right-arrow",
    "symbol": "⇏",
    "slug": "not-double-right-arrow",
    "name": "Not Double Right Arrow",
    "aliases": [
      "not double right"
    ],
    "unicode": "U+21CF",
    "htmlEntity": "&#8655;",
    "htmlDecimal": "&#8655;",
    "latex": "\\nRightarrow",
    "mathml": "<mo>⇏</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the not double right arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Not Double Right Arrow (⇏), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "not double right arrow",
    "examples": [
      "⇏ is used in a context where represents the not double right arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21CF in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nRightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇏ or use Insert → Special characters. For structured math, use the equation editor and verify \\nRightarrow.",
      "excel": "Paste ⇏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Double Right Arrow (⇏): Meaning, Examples & LaTeX",
      "description": "Copy ⇏ (U+21CF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇏; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇏ as U+21CF; for structured equations, use \\nRightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Double Right Arrow."
    ],
    "searchIntents": [
      "Not Double Right Arrow symbol meaning",
      "Not Double Right Arrow copy and paste",
      "Not Double Right Arrow LaTeX",
      "Not Double Right Arrow Unicode",
      "how to type Not Double Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇏ in plain text when a Unicode character is appropriate and the destination preserves U+21CF.",
      "Use \\nRightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Double Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-double-left-right-arrow",
    "symbol": "⇎",
    "slug": "not-double-left-right-arrow",
    "name": "Not Double Left Right Arrow",
    "aliases": [
      "not double left right"
    ],
    "unicode": "U+21CE",
    "htmlEntity": "&#8654;",
    "htmlDecimal": "&#8654;",
    "latex": "\\nLeftrightarrow",
    "mathml": "<mo>⇎</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the not double left right arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Not Double Left Right Arrow (⇎), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "not double left right arrow",
    "examples": [
      "⇎ is used in a context where represents the not double left right arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+21CE in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nLeftrightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⇎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⇎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⇎ or use Insert → Special characters. For structured math, use the equation editor and verify \\nLeftrightarrow.",
      "excel": "Paste ⇎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Double Left Right Arrow (⇎): Meaning, Examples & LaTeX",
      "description": "Copy ⇎ (U+21CE), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⇎; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⇎ as U+21CE; for structured equations, use \\nLeftrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Double Left Right Arrow."
    ],
    "searchIntents": [
      "Not Double Left Right Arrow symbol meaning",
      "Not Double Left Right Arrow copy and paste",
      "Not Double Left Right Arrow LaTeX",
      "Not Double Left Right Arrow Unicode",
      "how to type Not Double Left Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⇎ in plain text when a Unicode character is appropriate and the destination preserves U+21CE.",
      "Use \\nLeftrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Double Left Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "long-left-arrow",
    "symbol": "⟵",
    "slug": "long-left-arrow",
    "name": "Long Left Arrow",
    "aliases": [
      "long left"
    ],
    "unicode": "U+27F5",
    "htmlEntity": "&#10229;",
    "htmlDecimal": "&#10229;",
    "latex": "\\longleftarrow",
    "mathml": "<mo>⟵</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the long left arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Long Left Arrow (⟵), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "long left arrow",
    "examples": [
      "⟵ is used in a context where represents the long left arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27F5 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\longleftarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟵, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟵, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟵ or use Insert → Special characters. For structured math, use the equation editor and verify \\longleftarrow.",
      "excel": "Paste ⟵ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Left Arrow (⟵): Meaning, Examples & LaTeX",
      "description": "Copy ⟵ (U+27F5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟵; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟵ as U+27F5; for structured equations, use \\longleftarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Left Arrow."
    ],
    "searchIntents": [
      "Long Left Arrow symbol meaning",
      "Long Left Arrow copy and paste",
      "Long Left Arrow LaTeX",
      "Long Left Arrow Unicode",
      "how to type Long Left Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⟵ in plain text when a Unicode character is appropriate and the destination preserves U+27F5.",
      "Use \\longleftarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Left Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "long-double-left-arrow",
    "symbol": "⟸",
    "slug": "long-double-left-arrow",
    "name": "Long Double Left Arrow",
    "aliases": [
      "long double left"
    ],
    "unicode": "U+27F8",
    "htmlEntity": "&#10232;",
    "htmlDecimal": "&#10232;",
    "latex": "\\Longleftarrow",
    "mathml": "<mo>⟸</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the long double left arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Long Double Left Arrow (⟸), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "long double left arrow",
    "examples": [
      "⟸ is used in a context where represents the long double left arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27F8 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Longleftarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟸, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟸, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟸ or use Insert → Special characters. For structured math, use the equation editor and verify \\Longleftarrow.",
      "excel": "Paste ⟸ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Double Left Arrow (⟸): Meaning, Examples & LaTeX",
      "description": "Copy ⟸ (U+27F8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟸; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟸ as U+27F8; for structured equations, use \\Longleftarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Double Left Arrow."
    ],
    "searchIntents": [
      "Long Double Left Arrow symbol meaning",
      "Long Double Left Arrow copy and paste",
      "Long Double Left Arrow LaTeX",
      "Long Double Left Arrow Unicode",
      "how to type Long Double Left Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⟸ in plain text when a Unicode character is appropriate and the destination preserves U+27F8.",
      "Use \\Longleftarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Double Left Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "long-double-right-arrow",
    "symbol": "⟹",
    "slug": "long-double-right-arrow",
    "name": "Long Double Right Arrow",
    "aliases": [
      "long double right"
    ],
    "unicode": "U+27F9",
    "htmlEntity": "&#10233;",
    "htmlDecimal": "&#10233;",
    "latex": "\\Longrightarrow",
    "mathml": "<mo>⟹</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the long double right arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Long Double Right Arrow (⟹), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "long double right arrow",
    "examples": [
      "⟹ is used in a context where represents the long double right arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27F9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Longrightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟹, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟹, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟹ or use Insert → Special characters. For structured math, use the equation editor and verify \\Longrightarrow.",
      "excel": "Paste ⟹ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Double Right Arrow (⟹): Meaning, Examples & LaTeX",
      "description": "Copy ⟹ (U+27F9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟹; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟹ as U+27F9; for structured equations, use \\Longrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Double Right Arrow."
    ],
    "searchIntents": [
      "Long Double Right Arrow symbol meaning",
      "Long Double Right Arrow copy and paste",
      "Long Double Right Arrow LaTeX",
      "Long Double Right Arrow Unicode",
      "how to type Long Double Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⟹ in plain text when a Unicode character is appropriate and the destination preserves U+27F9.",
      "Use \\Longrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Double Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "long-double-left-right-arrow",
    "symbol": "⟺",
    "slug": "long-double-left-right-arrow",
    "name": "Long Double Left Right Arrow",
    "aliases": [
      "long double left right"
    ],
    "unicode": "U+27FA",
    "htmlEntity": "&#10234;",
    "htmlDecimal": "&#10234;",
    "latex": "\\Longleftrightarrow",
    "mathml": "<mo>⟺</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "Represents the long double left right arrow in mappings, implications, transformations, limits, or paired processes.",
    "usage": "For Long Double Left Right Arrow (⟺), use this arrow only when its direction, head style, or negation is part of the mathematical meaning; define field-specific uses near the first occurrence.",
    "pronunciation": "long double left right arrow",
    "examples": [
      "⟺ is used in a context where represents the long double left right arrow in mappings, implications, transformations, limits, or paired processes."
    ],
    "relatedSymbols": [
      "implies",
      "iff",
      "right-arrow",
      "left-right-arrow"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27FA in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Longleftrightarrow and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟺, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟺, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟺ or use Insert → Special characters. For structured math, use the equation editor and verify \\Longleftrightarrow.",
      "excel": "Paste ⟺ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Double Left Right Arrow (⟺): Meaning, Examples & LaTeX",
      "description": "Copy ⟺ (U+27FA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟺; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟺ as U+27FA; for structured equations, use \\Longleftrightarrow in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Double Left Right Arrow."
    ],
    "searchIntents": [
      "Long Double Left Right Arrow symbol meaning",
      "Long Double Left Right Arrow copy and paste",
      "Long Double Left Right Arrow LaTeX",
      "Long Double Left Right Arrow Unicode",
      "how to type Long Double Left Right Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "useCases": [
      "Use ⟺ in plain text when a Unicode character is appropriate and the destination preserves U+27FA.",
      "Use \\Longleftrightarrow in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Double Left Right Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "⇒ — Implies",
      "⇔ — If and Only If",
      "→ — Right Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equal-similar",
    "symbol": "≂",
    "slug": "equal-similar",
    "name": "Minus Tilde Relation",
    "aliases": [
      "minus tilde relation"
    ],
    "unicode": "U+2242",
    "htmlEntity": "&#8770;",
    "htmlDecimal": "&#8770;",
    "latex": "\\eqsim",
    "mathml": "<mo>≂</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “minus tilde relation” between two objects or quantities.",
    "usage": "Use ≂ only when the relation is defined for the objects being compared. For Minus Tilde Relation (≂), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "minus tilde relation",
    "examples": [
      "≂ is used in a context where expresses the mathematical relation “minus tilde relation” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2242 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\eqsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≂ or use Insert → Special characters. For structured math, use the equation editor and verify \\eqsim.",
      "excel": "Paste ≂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Minus Tilde Relation (≂): Meaning, Unicode & LaTeX",
      "description": "Copy ≂, learn the meaning and semantic role of minus tilde relation, and get Unicode, LaTeX (\\eqsim), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≂; Use ≂ only when the relation is defined for the objects being compared. For Minus Tilde Relation (≂), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≂ as U+2242; for structured equations, use \\eqsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Minus Tilde Relation."
    ],
    "searchIntents": [
      "Minus Tilde Relation symbol meaning",
      "Minus Tilde Relation copy and paste",
      "Minus Tilde Relation LaTeX",
      "Minus Tilde Relation Unicode",
      "how to type Minus Tilde Relation"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Minus Tilde Relation against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≂ in plain text when a Unicode character is appropriate and the destination preserves U+2242.",
      "Use \\eqsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Minus Tilde Relation is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "accent",
    "primaryIntent": "apply the accent to the intended mathematical object without losing structure",
    "semanticRole": "A combining or accent mark that modifies the mathematical object beneath or beside it.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-asymptotically-equal",
    "symbol": "≄",
    "slug": "not-asymptotically-equal",
    "name": "Not Asymptotically Equal To",
    "aliases": [
      "not asymptotically equal"
    ],
    "unicode": "U+2244",
    "htmlEntity": "&#8772;",
    "htmlDecimal": "&#8772;",
    "latex": "\\nsimeq",
    "mathml": "<mo>≄</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “not asymptotically equal to” between two objects or quantities.",
    "usage": "Use ≄ only when the relation is defined for the objects being compared. For Not Asymptotically Equal To (≄), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "not asymptotically equal to",
    "examples": [
      "≄ is used in a context where expresses the mathematical relation “not asymptotically equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2244 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nsimeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≄ or use Insert → Special characters. For structured math, use the equation editor and verify \\nsimeq.",
      "excel": "Paste ≄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Asymptotically Equal To (≄): Meaning, Examples & LaTeX",
      "description": "Copy ≄ (U+2244), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≄; Use ≄ only when the relation is defined for the objects being compared. For Not Asymptotically Equal To (≄), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≄ as U+2244; for structured equations, use \\nsimeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Asymptotically Equal To."
    ],
    "searchIntents": [
      "Not Asymptotically Equal To symbol meaning",
      "Not Asymptotically Equal To copy and paste",
      "Not Asymptotically Equal To LaTeX",
      "Not Asymptotically Equal To Unicode",
      "how to type Not Asymptotically Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Asymptotically Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≄ in plain text when a Unicode character is appropriate and the destination preserves U+2244.",
      "Use \\nsimeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Asymptotically Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-congruent",
    "symbol": "≇",
    "slug": "not-congruent",
    "name": "Not Congruent To",
    "aliases": [
      "not congruent"
    ],
    "unicode": "U+2247",
    "htmlEntity": "&#8775;",
    "htmlDecimal": "&#8775;",
    "latex": "\\ncong",
    "mathml": "<mo>≇</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “not congruent to” between two objects or quantities.",
    "usage": "Use ≇ only when the relation is defined for the objects being compared. For Not Congruent To (≇), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "not congruent to",
    "examples": [
      "≇ is used in a context where expresses the mathematical relation “not congruent to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2247 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ncong and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≇ or use Insert → Special characters. For structured math, use the equation editor and verify \\ncong.",
      "excel": "Paste ≇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Congruent To (≇): Meaning, Examples & LaTeX",
      "description": "Copy ≇ (U+2247), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≇; Use ≇ only when the relation is defined for the objects being compared. For Not Congruent To (≇), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≇ as U+2247; for structured equations, use \\ncong in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Congruent To."
    ],
    "searchIntents": [
      "Not Congruent To symbol meaning",
      "Not Congruent To copy and paste",
      "Not Congruent To LaTeX",
      "Not Congruent To Unicode",
      "how to type Not Congruent To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Congruent To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≇ in plain text when a Unicode character is appropriate and the destination preserves U+2247.",
      "Use \\ncong in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Congruent To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-approximately-equal",
    "symbol": "≉",
    "slug": "not-approximately-equal",
    "name": "Not Approximately Equal To",
    "aliases": [
      "not approximately equal"
    ],
    "unicode": "U+2249",
    "htmlEntity": "&#8777;",
    "htmlDecimal": "&#8777;",
    "latex": "\\napprox",
    "mathml": "<mo>≉</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “not approximately equal to” between two objects or quantities.",
    "usage": "Use ≉ only when the relation is defined for the objects being compared. For Not Approximately Equal To (≉), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "not approximately equal to",
    "examples": [
      "≉ is used in a context where expresses the mathematical relation “not approximately equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2249 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\napprox and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≉ or use Insert → Special characters. For structured math, use the equation editor and verify \\napprox.",
      "excel": "Paste ≉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Approximately Equal To (≉): Meaning, Examples & LaTeX",
      "description": "Copy ≉ (U+2249), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not replace Not Approximately Equal To with an equals sign: ≉ communicates an approximation or field-specific equivalence, not exact equality.",
      "For plain text, copy ≉ as U+2249; for structured equations, use \\napprox in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Approximately Equal To."
    ],
    "searchIntents": [
      "Not Approximately Equal To symbol meaning",
      "Not Approximately Equal To copy and paste",
      "Not Approximately Equal To LaTeX",
      "Not Approximately Equal To Unicode",
      "how to type Not Approximately Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Approximately Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≉ in plain text when a Unicode character is appropriate and the destination preserves U+2249.",
      "Use \\napprox in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Approximately Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "almost-equal",
    "symbol": "≊",
    "slug": "almost-equal",
    "name": "Almost Equal or Equal To",
    "aliases": [
      "almost equal or equal"
    ],
    "unicode": "U+224A",
    "htmlEntity": "&#8778;",
    "htmlDecimal": "&#8778;",
    "latex": "\\approxeq",
    "mathml": "<mo>≊</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “almost equal or equal to” between two objects or quantities.",
    "usage": "Use ≊ only when the relation is defined for the objects being compared. For Almost Equal or Equal To (≊), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "almost equal or equal to",
    "examples": [
      "≊ is used in a context where expresses the mathematical relation “almost equal or equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+224A in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\approxeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≊ or use Insert → Special characters. For structured math, use the equation editor and verify \\approxeq.",
      "excel": "Paste ≊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Almost Equal or Equal To (≊): Meaning, Examples & LaTeX",
      "description": "Copy ≊ (U+224A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not replace Almost Equal or Equal To with an equals sign: ≊ communicates an approximation or field-specific equivalence, not exact equality.",
      "For plain text, copy ≊ as U+224A; for structured equations, use \\approxeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Almost Equal or Equal To."
    ],
    "searchIntents": [
      "Almost Equal or Equal To symbol meaning",
      "Almost Equal or Equal To copy and paste",
      "Almost Equal or Equal To LaTeX",
      "Almost Equal or Equal To Unicode",
      "how to type Almost Equal or Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Almost Equal or Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≊ in plain text when a Unicode character is appropriate and the destination preserves U+224A.",
      "Use \\approxeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Almost Equal or Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "reverse-congruent",
    "symbol": "≌",
    "slug": "reverse-congruent",
    "name": "Reverse Congruence",
    "aliases": [
      "reverse congruence"
    ],
    "unicode": "U+224C",
    "htmlEntity": "&#8780;",
    "htmlDecimal": "&#8780;",
    "latex": "\\backcong",
    "mathml": "<mo>≌</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “reverse congruence” between two objects or quantities.",
    "usage": "Use ≌ only when the relation is defined for the objects being compared. For Reverse Congruence (≌), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "reverse congruence",
    "examples": [
      "≌ is used in a context where expresses the mathematical relation “reverse congruence” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+224C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\backcong and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≌ or use Insert → Special characters. For structured math, use the equation editor and verify \\backcong.",
      "excel": "Paste ≌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Reverse Congruence (≌): Meaning, Examples & LaTeX",
      "description": "Copy ≌ (U+224C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≌; Use ≌ only when the relation is defined for the objects being compared. For Reverse Congruence (≌), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≌ as U+224C; for structured equations, use \\backcong in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Reverse Congruence."
    ],
    "searchIntents": [
      "Reverse Congruence symbol meaning",
      "Reverse Congruence copy and paste",
      "Reverse Congruence LaTeX",
      "Reverse Congruence Unicode",
      "how to type Reverse Congruence"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Reverse Congruence against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≌ in plain text when a Unicode character is appropriate and the destination preserves U+224C.",
      "Use \\backcong in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Reverse Congruence is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equivalent-asymptotic",
    "symbol": "≍",
    "slug": "equivalent-asymptotic",
    "name": "Equivalent or Asymptotic To",
    "aliases": [
      "equivalent or asymptotic"
    ],
    "unicode": "U+224D",
    "htmlEntity": "&#8781;",
    "htmlDecimal": "&#8781;",
    "latex": "\\asymp",
    "mathml": "<mo>≍</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “equivalent or asymptotic to” between two objects or quantities.",
    "usage": "Use ≍ only when the relation is defined for the objects being compared. For Equivalent or Asymptotic To (≍), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "equivalent or asymptotic to",
    "examples": [
      "≍ is used in a context where expresses the mathematical relation “equivalent or asymptotic to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+224D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\asymp and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≍ or use Insert → Special characters. For structured math, use the equation editor and verify \\asymp.",
      "excel": "Paste ≍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equivalent or Asymptotic To (≍): Meaning, Examples & LaTeX",
      "description": "Copy ≍ (U+224D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≍; Use ≍ only when the relation is defined for the objects being compared. For Equivalent or Asymptotic To (≍), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≍ as U+224D; for structured equations, use \\asymp in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equivalent or Asymptotic To."
    ],
    "searchIntents": [
      "Equivalent or Asymptotic To symbol meaning",
      "Equivalent or Asymptotic To copy and paste",
      "Equivalent or Asymptotic To LaTeX",
      "Equivalent or Asymptotic To Unicode",
      "how to type Equivalent or Asymptotic To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Equivalent or Asymptotic To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≍ in plain text when a Unicode character is appropriate and the destination preserves U+224D.",
      "Use \\asymp in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equivalent or Asymptotic To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "bumpy-equals",
    "symbol": "≎",
    "slug": "bumpy-equals",
    "name": "Bumpy Equals",
    "aliases": [
      "bumpy equals"
    ],
    "unicode": "U+224E",
    "htmlEntity": "&#8782;",
    "htmlDecimal": "&#8782;",
    "latex": "\\Bumpeq",
    "mathml": "<mo>≎</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “bumpy equals” between two objects or quantities.",
    "usage": "Use ≎ only when the relation is defined for the objects being compared. For Bumpy Equals (≎), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "bumpy equals",
    "examples": [
      "≎ is used in a context where expresses the mathematical relation “bumpy equals” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+224E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Bumpeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≎ or use Insert → Special characters. For structured math, use the equation editor and verify \\Bumpeq.",
      "excel": "Paste ≎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bumpy Equals (≎): Meaning, Examples & LaTeX",
      "description": "Copy ≎ (U+224E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≎; Use ≎ only when the relation is defined for the objects being compared. For Bumpy Equals (≎), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≎ as U+224E; for structured equations, use \\Bumpeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bumpy Equals."
    ],
    "searchIntents": [
      "Bumpy Equals symbol meaning",
      "Bumpy Equals copy and paste",
      "Bumpy Equals LaTeX",
      "Bumpy Equals Unicode",
      "how to type Bumpy Equals"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Bumpy Equals against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≎ in plain text when a Unicode character is appropriate and the destination preserves U+224E.",
      "Use \\Bumpeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bumpy Equals is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "bump-equals",
    "symbol": "≏",
    "slug": "bump-equals",
    "name": "Bump Equals",
    "aliases": [
      "bump equals"
    ],
    "unicode": "U+224F",
    "htmlEntity": "&#8783;",
    "htmlDecimal": "&#8783;",
    "latex": "\\bumpeq",
    "mathml": "<mo>≏</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “bump equals” between two objects or quantities.",
    "usage": "Use ≏ only when the relation is defined for the objects being compared. For Bump Equals (≏), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "bump equals",
    "examples": [
      "≏ is used in a context where expresses the mathematical relation “bump equals” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+224F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\bumpeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≏ or use Insert → Special characters. For structured math, use the equation editor and verify \\bumpeq.",
      "excel": "Paste ≏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bump Equals (≏): Meaning, Examples & LaTeX",
      "description": "Copy ≏ (U+224F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≏; Use ≏ only when the relation is defined for the objects being compared. For Bump Equals (≏), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≏ as U+224F; for structured equations, use \\bumpeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bump Equals."
    ],
    "searchIntents": [
      "Bump Equals symbol meaning",
      "Bump Equals copy and paste",
      "Bump Equals LaTeX",
      "Bump Equals Unicode",
      "how to type Bump Equals"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Bump Equals against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≏ in plain text when a Unicode character is appropriate and the destination preserves U+224F.",
      "Use \\bumpeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bump Equals is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "dot-equals",
    "symbol": "≐",
    "slug": "dot-equals",
    "name": "Approaches the Limit",
    "aliases": [
      "approaches the limit"
    ],
    "unicode": "U+2250",
    "htmlEntity": "&#8784;",
    "htmlDecimal": "&#8784;",
    "latex": "\\doteq",
    "mathml": "<mo>≐</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “approaches the limit” between two objects or quantities.",
    "usage": "Use ≐ only when the relation is defined for the objects being compared. For Approaches the Limit (≐), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "approaches the limit",
    "examples": [
      "≐ is used in a context where expresses the mathematical relation “approaches the limit” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2250 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\doteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≐ or use Insert → Special characters. For structured math, use the equation editor and verify \\doteq.",
      "excel": "Paste ≐ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Approaches the Limit (≐): Meaning, Examples & LaTeX",
      "description": "Copy ≐ (U+2250), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≐; Use ≐ only when the relation is defined for the objects being compared. For Approaches the Limit (≐), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≐ as U+2250; for structured equations, use \\doteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Approaches the Limit."
    ],
    "searchIntents": [
      "Approaches the Limit symbol meaning",
      "Approaches the Limit copy and paste",
      "Approaches the Limit LaTeX",
      "Approaches the Limit Unicode",
      "how to type Approaches the Limit"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Approaches the Limit against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≐ in plain text when a Unicode character is appropriate and the destination preserves U+2250.",
      "Use \\doteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Approaches the Limit is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-dot-equals",
    "symbol": "≑",
    "slug": "double-dot-equals",
    "name": "Geometrically Equal To",
    "aliases": [
      "geometrically equal"
    ],
    "unicode": "U+2251",
    "htmlEntity": "&#8785;",
    "htmlDecimal": "&#8785;",
    "latex": "\\Doteq",
    "mathml": "<mo>≑</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “geometrically equal to” between two objects or quantities.",
    "usage": "Use ≑ only when the relation is defined for the objects being compared. For Geometrically Equal To (≑), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "geometrically equal to",
    "examples": [
      "≑ is used in a context where expresses the mathematical relation “geometrically equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2251 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Doteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≑ or use Insert → Special characters. For structured math, use the equation editor and verify \\Doteq.",
      "excel": "Paste ≑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Geometrically Equal To (≑): Meaning, Examples & LaTeX",
      "description": "Copy ≑ (U+2251), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≑; Use ≑ only when the relation is defined for the objects being compared. For Geometrically Equal To (≑), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≑ as U+2251; for structured equations, use \\Doteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Geometrically Equal To."
    ],
    "searchIntents": [
      "Geometrically Equal To symbol meaning",
      "Geometrically Equal To copy and paste",
      "Geometrically Equal To LaTeX",
      "Geometrically Equal To Unicode",
      "how to type Geometrically Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Geometrically Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≑ in plain text when a Unicode character is appropriate and the destination preserves U+2251.",
      "Use \\Doteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Geometrically Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "falling-dot-equals",
    "symbol": "≒",
    "slug": "falling-dot-equals",
    "name": "Approximately Equal with Falling Dots",
    "aliases": [
      "approximately equal with falling dots"
    ],
    "unicode": "U+2252",
    "htmlEntity": "&#8786;",
    "htmlDecimal": "&#8786;",
    "latex": "\\fallingdotseq",
    "mathml": "<mo>≒</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “approximately equal with falling dots” between two objects or quantities.",
    "usage": "Use ≒ only when the relation is defined for the objects being compared. For Approximately Equal with Falling Dots (≒), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "approximately equal with falling dots",
    "examples": [
      "≒ is used in a context where expresses the mathematical relation “approximately equal with falling dots” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2252 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\fallingdotseq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≒ or use Insert → Special characters. For structured math, use the equation editor and verify \\fallingdotseq.",
      "excel": "Paste ≒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "≒ Symbol: Approximately Equal with Falling Dots, Unicode & LaTeX",
      "description": "Copy ≒ (U+2252), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≒; Use ≒ only when the relation is defined for the objects being compared. For Approximately Equal with Falling Dots (≒), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≒ as U+2252; for structured equations, use \\fallingdotseq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Approximately Equal with Falling Dots."
    ],
    "searchIntents": [
      "Approximately Equal with Falling Dots symbol meaning",
      "Approximately Equal with Falling Dots copy and paste",
      "Approximately Equal with Falling Dots LaTeX",
      "Approximately Equal with Falling Dots Unicode",
      "how to type Approximately Equal with Falling Dots"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Approximately Equal with Falling Dots against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≒ in plain text when a Unicode character is appropriate and the destination preserves U+2252.",
      "Use \\fallingdotseq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Approximately Equal with Falling Dots is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rising-dot-equals",
    "symbol": "≓",
    "slug": "rising-dot-equals",
    "name": "Approximately Equal with Rising Dots",
    "aliases": [
      "approximately equal with rising dots"
    ],
    "unicode": "U+2253",
    "htmlEntity": "&#8787;",
    "htmlDecimal": "&#8787;",
    "latex": "\\risingdotseq",
    "mathml": "<mo>≓</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “approximately equal with rising dots” between two objects or quantities.",
    "usage": "Use ≓ only when the relation is defined for the objects being compared. For Approximately Equal with Rising Dots (≓), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "approximately equal with rising dots",
    "examples": [
      "≓ is used in a context where expresses the mathematical relation “approximately equal with rising dots” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2253 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\risingdotseq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≓ or use Insert → Special characters. For structured math, use the equation editor and verify \\risingdotseq.",
      "excel": "Paste ≓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "≓ Symbol: Approximately Equal with Rising Dots, Unicode & LaTeX",
      "description": "Copy ≓ (U+2253), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≓; Use ≓ only when the relation is defined for the objects being compared. For Approximately Equal with Rising Dots (≓), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≓ as U+2253; for structured equations, use \\risingdotseq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Approximately Equal with Rising Dots."
    ],
    "searchIntents": [
      "Approximately Equal with Rising Dots symbol meaning",
      "Approximately Equal with Rising Dots copy and paste",
      "Approximately Equal with Rising Dots LaTeX",
      "Approximately Equal with Rising Dots Unicode",
      "how to type Approximately Equal with Rising Dots"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Approximately Equal with Rising Dots against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≓ in plain text when a Unicode character is appropriate and the destination preserves U+2253.",
      "Use \\risingdotseq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Approximately Equal with Rising Dots is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "ring-equality",
    "symbol": "≖",
    "slug": "ring-equality",
    "name": "Ring in Equal To",
    "aliases": [
      "ring in equal"
    ],
    "unicode": "U+2256",
    "htmlEntity": "&#8790;",
    "htmlDecimal": "&#8790;",
    "latex": "\\eqcirc",
    "mathml": "<mo>≖</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “ring in equal to” between two objects or quantities.",
    "usage": "Use ≖ only when the relation is defined for the objects being compared. For Ring in Equal To (≖), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "ring in equal to",
    "examples": [
      "≖ is used in a context where expresses the mathematical relation “ring in equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2256 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\eqcirc and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≖ or use Insert → Special characters. For structured math, use the equation editor and verify \\eqcirc.",
      "excel": "Paste ≖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Ring in Equal To (≖): Meaning, Examples & LaTeX",
      "description": "Copy ≖ (U+2256), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≖; Use ≖ only when the relation is defined for the objects being compared. For Ring in Equal To (≖), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≖ as U+2256; for structured equations, use \\eqcirc in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Ring in Equal To."
    ],
    "searchIntents": [
      "Ring in Equal To symbol meaning",
      "Ring in Equal To copy and paste",
      "Ring in Equal To LaTeX",
      "Ring in Equal To Unicode",
      "how to type Ring in Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Ring in Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≖ in plain text when a Unicode character is appropriate and the destination preserves U+2256.",
      "Use \\eqcirc in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Ring in Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "wedge-equality",
    "symbol": "≙",
    "slug": "wedge-equality",
    "name": "Estimates",
    "aliases": [
      "estimates"
    ],
    "unicode": "U+2259",
    "htmlEntity": "&#8793;",
    "htmlDecimal": "&#8793;",
    "latex": "\\wedgeq",
    "mathml": "<mo>≙</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “estimates” between two objects or quantities.",
    "usage": "Use ≙ only when the relation is defined for the objects being compared. For Estimates (≙), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "estimates",
    "examples": [
      "≙ is used in a context where expresses the mathematical relation “estimates” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2259 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\wedgeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≙ or use Insert → Special characters. For structured math, use the equation editor and verify \\wedgeq.",
      "excel": "Paste ≙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Estimates (≙): Meaning, Examples & LaTeX",
      "description": "Copy ≙ (U+2259), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≙; Use ≙ only when the relation is defined for the objects being compared. For Estimates (≙), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≙ as U+2259; for structured equations, use \\wedgeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Estimates."
    ],
    "searchIntents": [
      "Estimates symbol meaning",
      "Estimates copy and paste",
      "Estimates LaTeX",
      "Estimates Unicode",
      "how to type Estimates"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Estimates against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≙ in plain text when a Unicode character is appropriate and the destination preserves U+2259.",
      "Use \\wedgeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Estimates is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "star-equality",
    "symbol": "≛",
    "slug": "star-equality",
    "name": "Star Equals",
    "aliases": [
      "star equals"
    ],
    "unicode": "U+225B",
    "htmlEntity": "&#8795;",
    "htmlDecimal": "&#8795;",
    "latex": "\\stareq",
    "mathml": "<mo>≛</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “star equals” between two objects or quantities.",
    "usage": "Use ≛ only when the relation is defined for the objects being compared. For Star Equals (≛), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "star equals",
    "examples": [
      "≛ is used in a context where expresses the mathematical relation “star equals” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+225B in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\stareq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≛ or use Insert → Special characters. For structured math, use the equation editor and verify \\stareq.",
      "excel": "Paste ≛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Star Equals (≛): Meaning, Examples & LaTeX",
      "description": "Copy ≛ (U+225B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≛; Use ≛ only when the relation is defined for the objects being compared. For Star Equals (≛), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≛ as U+225B; for structured equations, use \\stareq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Star Equals."
    ],
    "searchIntents": [
      "Star Equals symbol meaning",
      "Star Equals copy and paste",
      "Star Equals LaTeX",
      "Star Equals Unicode",
      "how to type Star Equals"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Star Equals against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≛ in plain text when a Unicode character is appropriate and the destination preserves U+225B.",
      "Use \\stareq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Star Equals is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-than-or-equal-double",
    "symbol": "≦",
    "slug": "less-than-or-equal-double",
    "name": "Less Than over Equal To",
    "aliases": [
      "less than over equal"
    ],
    "unicode": "U+2266",
    "htmlEntity": "&#8806;",
    "htmlDecimal": "&#8806;",
    "latex": "\\leqq",
    "mathml": "<mo>≦</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “less than over equal to” between two objects or quantities.",
    "usage": "Use ≦ only when the relation is defined for the objects being compared. For Less Than over Equal To (≦), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "less than over equal to",
    "examples": [
      "≦ is used in a context where expresses the mathematical relation “less than over equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2266 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\leqq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≦, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≦, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≦ or use Insert → Special characters. For structured math, use the equation editor and verify \\leqq.",
      "excel": "Paste ≦ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than over Equal To (≦): Meaning, Examples & LaTeX",
      "description": "Copy ≦ (U+2266), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ≦ and its inclusive boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ≦ as U+2266; for structured equations, use \\leqq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than over Equal To."
    ],
    "searchIntents": [
      "Less Than over Equal To symbol meaning",
      "Less Than over Equal To copy and paste",
      "Less Than over Equal To LaTeX",
      "Less Than over Equal To Unicode",
      "how to type Less Than over Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than over Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≦ in plain text when a Unicode character is appropriate and the destination preserves U+2266.",
      "Use \\leqq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than over Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-than-or-equal-double",
    "symbol": "≧",
    "slug": "greater-than-or-equal-double",
    "name": "Greater Than over Equal To",
    "aliases": [
      "greater than over equal"
    ],
    "unicode": "U+2267",
    "htmlEntity": "&#8807;",
    "htmlDecimal": "&#8807;",
    "latex": "\\geqq",
    "mathml": "<mo>≧</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “greater than over equal to” between two objects or quantities.",
    "usage": "Use ≧ only when the relation is defined for the objects being compared. For Greater Than over Equal To (≧), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "greater than over equal to",
    "examples": [
      "≧ is used in a context where expresses the mathematical relation “greater than over equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2267 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\geqq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≧, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≧, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≧ or use Insert → Special characters. For structured math, use the equation editor and verify \\geqq.",
      "excel": "Paste ≧ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than over Equal To (≧): Meaning, Examples & LaTeX",
      "description": "Copy ≧ (U+2267), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ≧ and its inclusive boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ≧ as U+2267; for structured equations, use \\geqq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than over Equal To."
    ],
    "searchIntents": [
      "Greater Than over Equal To symbol meaning",
      "Greater Than over Equal To copy and paste",
      "Greater Than over Equal To LaTeX",
      "Greater Than over Equal To Unicode",
      "how to type Greater Than over Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than over Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≧ in plain text when a Unicode character is appropriate and the destination preserves U+2267.",
      "Use \\geqq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than over Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-not-equal-double",
    "symbol": "≨",
    "slug": "less-not-equal-double",
    "name": "Less Than but Not Equal To",
    "aliases": [
      "less than but not equal"
    ],
    "unicode": "U+2268",
    "htmlEntity": "&#8808;",
    "htmlDecimal": "&#8808;",
    "latex": "\\lneqq",
    "mathml": "<mo>≨</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “less than but not equal to” between two objects or quantities.",
    "usage": "Use ≨ only when the relation is defined for the objects being compared. For Less Than but Not Equal To (≨), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "less than but not equal to",
    "examples": [
      "≨ is used in a context where expresses the mathematical relation “less than but not equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2268 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lneqq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≨, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≨, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≨ or use Insert → Special characters. For structured math, use the equation editor and verify \\lneqq.",
      "excel": "Paste ≨ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than but Not Equal To (≨): Meaning, Examples & LaTeX",
      "description": "Copy ≨ (U+2268), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Use ≨ to deny equality, not to express an ordering such as less than or greater than.",
      "For plain text, copy ≨ as U+2268; for structured equations, use \\lneqq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than but Not Equal To."
    ],
    "searchIntents": [
      "Less Than but Not Equal To symbol meaning",
      "Less Than but Not Equal To copy and paste",
      "Less Than but Not Equal To LaTeX",
      "Less Than but Not Equal To Unicode",
      "how to type Less Than but Not Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than but Not Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≨ in plain text when a Unicode character is appropriate and the destination preserves U+2268.",
      "Use \\lneqq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than but Not Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-not-equal-double",
    "symbol": "≩",
    "slug": "greater-not-equal-double",
    "name": "Greater Than but Not Equal To",
    "aliases": [
      "greater than but not equal"
    ],
    "unicode": "U+2269",
    "htmlEntity": "&#8809;",
    "htmlDecimal": "&#8809;",
    "latex": "\\gneqq",
    "mathml": "<mo>≩</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “greater than but not equal to” between two objects or quantities.",
    "usage": "Use ≩ only when the relation is defined for the objects being compared. For Greater Than but Not Equal To (≩), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "greater than but not equal to",
    "examples": [
      "≩ is used in a context where expresses the mathematical relation “greater than but not equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2269 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\gneqq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≩ or use Insert → Special characters. For structured math, use the equation editor and verify \\gneqq.",
      "excel": "Paste ≩ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than but Not Equal To (≩): Meaning, Examples & LaTeX",
      "description": "Copy ≩ (U+2269), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Use ≩ to deny equality, not to express an ordering such as less than or greater than.",
      "For plain text, copy ≩ as U+2269; for structured equations, use \\gneqq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than but Not Equal To."
    ],
    "searchIntents": [
      "Greater Than but Not Equal To symbol meaning",
      "Greater Than but Not Equal To copy and paste",
      "Greater Than but Not Equal To LaTeX",
      "Greater Than but Not Equal To Unicode",
      "how to type Greater Than but Not Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than but Not Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≩ in plain text when a Unicode character is appropriate and the destination preserves U+2269.",
      "Use \\gneqq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than but Not Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "between-relation",
    "symbol": "≬",
    "slug": "between-relation",
    "name": "Between Relation",
    "aliases": [
      "between relation"
    ],
    "unicode": "U+226C",
    "htmlEntity": "&#8812;",
    "htmlDecimal": "&#8812;",
    "latex": "\\between",
    "mathml": "<mo>≬</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “between relation” between two objects or quantities.",
    "usage": "Use ≬ only when the relation is defined for the objects being compared. For Between Relation (≬), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "between relation",
    "examples": [
      "≬ is used in a context where expresses the mathematical relation “between relation” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+226C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\between and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≬, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≬, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≬ or use Insert → Special characters. For structured math, use the equation editor and verify \\between.",
      "excel": "Paste ≬ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Between Relation (≬): Meaning, Examples & LaTeX",
      "description": "Copy ≬ (U+226C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≬; Use ≬ only when the relation is defined for the objects being compared. For Between Relation (≬), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≬ as U+226C; for structured equations, use \\between in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Between Relation."
    ],
    "searchIntents": [
      "Between Relation symbol meaning",
      "Between Relation copy and paste",
      "Between Relation LaTeX",
      "Between Relation Unicode",
      "how to type Between Relation"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Between Relation against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≬ in plain text when a Unicode character is appropriate and the destination preserves U+226C.",
      "Use \\between in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Between Relation is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-asymptotic",
    "symbol": "≭",
    "slug": "not-asymptotic",
    "name": "Not Equivalent or Asymptotic To",
    "aliases": [
      "not equivalent or asymptotic"
    ],
    "unicode": "U+226D",
    "htmlEntity": "&#8813;",
    "htmlDecimal": "&#8813;",
    "latex": "\\not\\asymp",
    "mathml": "<mo>≭</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “not equivalent or asymptotic to” between two objects or quantities.",
    "usage": "Use ≭ only when the relation is defined for the objects being compared. For Not Equivalent or Asymptotic To (≭), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "not equivalent or asymptotic to",
    "examples": [
      "≭ is used in a context where expresses the mathematical relation “not equivalent or asymptotic to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+226D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\not\\asymp and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≭, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≭, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≭ or use Insert → Special characters. For structured math, use the equation editor and verify \\not\\asymp.",
      "excel": "Paste ≭ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Equivalent or Asymptotic To (≭): Meaning, Examples & LaTeX",
      "description": "Copy ≭ (U+226D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≭; Use ≭ only when the relation is defined for the objects being compared. For Not Equivalent or Asymptotic To (≭), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≭ as U+226D; for structured equations, use \\not\\asymp in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Equivalent or Asymptotic To."
    ],
    "searchIntents": [
      "Not Equivalent or Asymptotic To symbol meaning",
      "Not Equivalent or Asymptotic To copy and paste",
      "Not Equivalent or Asymptotic To LaTeX",
      "Not Equivalent or Asymptotic To Unicode",
      "how to type Not Equivalent or Asymptotic To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Equivalent or Asymptotic To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≭ in plain text when a Unicode character is appropriate and the destination preserves U+226D.",
      "Use \\not\\asymp in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Equivalent or Asymptotic To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-less-than",
    "symbol": "≮",
    "slug": "not-less-than",
    "name": "Not Less Than",
    "aliases": [
      "not less than"
    ],
    "unicode": "U+226E",
    "htmlEntity": "&#8814;",
    "htmlDecimal": "&#8814;",
    "latex": "\\nless",
    "mathml": "<mo>≮</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “not less than” between two objects or quantities.",
    "usage": "Use ≮ only when the relation is defined for the objects being compared. For Not Less Than (≮), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "not less than",
    "examples": [
      "≮ is used in a context where expresses the mathematical relation “not less than” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+226E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nless and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≮, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≮, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≮ or use Insert → Special characters. For structured math, use the equation editor and verify \\nless.",
      "excel": "Paste ≮ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Less Than (≮): Meaning, Examples & LaTeX",
      "description": "Copy ≮ (U+226E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ≮ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ≮ as U+226E; for structured equations, use \\nless in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Less Than."
    ],
    "searchIntents": [
      "Not Less Than symbol meaning",
      "Not Less Than copy and paste",
      "Not Less Than LaTeX",
      "Not Less Than Unicode",
      "how to type Not Less Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Less Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≮ in plain text when a Unicode character is appropriate and the destination preserves U+226E.",
      "Use \\nless in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Less Than is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-greater-than",
    "symbol": "≯",
    "slug": "not-greater-than",
    "name": "Not Greater Than",
    "aliases": [
      "not greater than"
    ],
    "unicode": "U+226F",
    "htmlEntity": "&#8815;",
    "htmlDecimal": "&#8815;",
    "latex": "\\ngtr",
    "mathml": "<mo>≯</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “not greater than” between two objects or quantities.",
    "usage": "Use ≯ only when the relation is defined for the objects being compared. For Not Greater Than (≯), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "not greater than",
    "examples": [
      "≯ is used in a context where expresses the mathematical relation “not greater than” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+226F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ngtr and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≯, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≯, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≯ or use Insert → Special characters. For structured math, use the equation editor and verify \\ngtr.",
      "excel": "Paste ≯ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Greater Than (≯): Meaning, Examples & LaTeX",
      "description": "Copy ≯ (U+226F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ≯ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ≯ as U+226F; for structured equations, use \\ngtr in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Greater Than."
    ],
    "searchIntents": [
      "Not Greater Than symbol meaning",
      "Not Greater Than copy and paste",
      "Not Greater Than LaTeX",
      "Not Greater Than Unicode",
      "how to type Not Greater Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Greater Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≯ in plain text when a Unicode character is appropriate and the destination preserves U+226F.",
      "Use \\ngtr in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Greater Than is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-less-or-equal",
    "symbol": "≰",
    "slug": "not-less-or-equal",
    "name": "Neither Less Than nor Equal To",
    "aliases": [
      "neither less than nor equal"
    ],
    "unicode": "U+2270",
    "htmlEntity": "&#8816;",
    "htmlDecimal": "&#8816;",
    "latex": "\\nleq",
    "mathml": "<mo>≰</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “neither less than nor equal to” between two objects or quantities.",
    "usage": "Use ≰ only when the relation is defined for the objects being compared. For Neither Less Than nor Equal To (≰), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "neither less than nor equal to",
    "examples": [
      "≰ is used in a context where expresses the mathematical relation “neither less than nor equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2270 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nleq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≰, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≰, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≰ or use Insert → Special characters. For structured math, use the equation editor and verify \\nleq.",
      "excel": "Paste ≰ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Neither Less Than nor Equal To (≰): Meaning, Examples & LaTeX",
      "description": "Copy ≰ (U+2270), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≰; Use ≰ only when the relation is defined for the objects being compared. For Neither Less Than nor Equal To (≰), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≰ as U+2270; for structured equations, use \\nleq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Neither Less Than nor Equal To."
    ],
    "searchIntents": [
      "Neither Less Than nor Equal To symbol meaning",
      "Neither Less Than nor Equal To copy and paste",
      "Neither Less Than nor Equal To LaTeX",
      "Neither Less Than nor Equal To Unicode",
      "how to type Neither Less Than nor Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Neither Less Than nor Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≰ in plain text when a Unicode character is appropriate and the destination preserves U+2270.",
      "Use \\nleq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Neither Less Than nor Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-greater-or-equal",
    "symbol": "≱",
    "slug": "not-greater-or-equal",
    "name": "Neither Greater Than nor Equal To",
    "aliases": [
      "neither greater than nor equal"
    ],
    "unicode": "U+2271",
    "htmlEntity": "&#8817;",
    "htmlDecimal": "&#8817;",
    "latex": "\\ngeq",
    "mathml": "<mo>≱</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “neither greater than nor equal to” between two objects or quantities.",
    "usage": "Use ≱ only when the relation is defined for the objects being compared. For Neither Greater Than nor Equal To (≱), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "neither greater than nor equal to",
    "examples": [
      "≱ is used in a context where expresses the mathematical relation “neither greater than nor equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2271 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ngeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≱, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≱, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≱ or use Insert → Special characters. For structured math, use the equation editor and verify \\ngeq.",
      "excel": "Paste ≱ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Neither Greater Than nor Equal To (≱): Meaning, Examples & LaTeX",
      "description": "Copy ≱ (U+2271), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≱; Use ≱ only when the relation is defined for the objects being compared. For Neither Greater Than nor Equal To (≱), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≱ as U+2271; for structured equations, use \\ngeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Neither Greater Than nor Equal To."
    ],
    "searchIntents": [
      "Neither Greater Than nor Equal To symbol meaning",
      "Neither Greater Than nor Equal To copy and paste",
      "Neither Greater Than nor Equal To LaTeX",
      "Neither Greater Than nor Equal To Unicode",
      "how to type Neither Greater Than nor Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Neither Greater Than nor Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≱ in plain text when a Unicode character is appropriate and the destination preserves U+2271.",
      "Use \\ngeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Neither Greater Than nor Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-similar",
    "symbol": "≲",
    "slug": "less-similar",
    "name": "Less Than or Similar To",
    "aliases": [
      "less than or similar"
    ],
    "unicode": "U+2272",
    "htmlEntity": "&#8818;",
    "htmlDecimal": "&#8818;",
    "latex": "\\lesssim",
    "mathml": "<mo>≲</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “less than or similar to” between two objects or quantities.",
    "usage": "Use ≲ only when the relation is defined for the objects being compared. For Less Than or Similar To (≲), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "less than or similar to",
    "examples": [
      "≲ is used in a context where expresses the mathematical relation “less than or similar to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2272 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lesssim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≲, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≲, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≲ or use Insert → Special characters. For structured math, use the equation editor and verify \\lesssim.",
      "excel": "Paste ≲ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than or Similar To (≲): Meaning, Examples & LaTeX",
      "description": "Copy ≲ (U+2272), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≲; Use ≲ only when the relation is defined for the objects being compared. For Less Than or Similar To (≲), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≲ as U+2272; for structured equations, use \\lesssim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than or Similar To."
    ],
    "searchIntents": [
      "Less Than or Similar To symbol meaning",
      "Less Than or Similar To copy and paste",
      "Less Than or Similar To LaTeX",
      "Less Than or Similar To Unicode",
      "how to type Less Than or Similar To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than or Similar To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≲ in plain text when a Unicode character is appropriate and the destination preserves U+2272.",
      "Use \\lesssim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than or Similar To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-similar",
    "symbol": "≳",
    "slug": "greater-similar",
    "name": "Greater Than or Similar To",
    "aliases": [
      "greater than or similar"
    ],
    "unicode": "U+2273",
    "htmlEntity": "&#8819;",
    "htmlDecimal": "&#8819;",
    "latex": "\\gtrsim",
    "mathml": "<mo>≳</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “greater than or similar to” between two objects or quantities.",
    "usage": "Use ≳ only when the relation is defined for the objects being compared. For Greater Than or Similar To (≳), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "greater than or similar to",
    "examples": [
      "≳ is used in a context where expresses the mathematical relation “greater than or similar to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2273 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\gtrsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≳, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≳, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≳ or use Insert → Special characters. For structured math, use the equation editor and verify \\gtrsim.",
      "excel": "Paste ≳ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than or Similar To (≳): Meaning, Examples & LaTeX",
      "description": "Copy ≳ (U+2273), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≳; Use ≳ only when the relation is defined for the objects being compared. For Greater Than or Similar To (≳), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≳ as U+2273; for structured equations, use \\gtrsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than or Similar To."
    ],
    "searchIntents": [
      "Greater Than or Similar To symbol meaning",
      "Greater Than or Similar To copy and paste",
      "Greater Than or Similar To LaTeX",
      "Greater Than or Similar To Unicode",
      "how to type Greater Than or Similar To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than or Similar To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≳ in plain text when a Unicode character is appropriate and the destination preserves U+2273.",
      "Use \\gtrsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than or Similar To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-less-similar",
    "symbol": "≴",
    "slug": "not-less-similar",
    "name": "Neither Less Than nor Similar To",
    "aliases": [
      "neither less than nor similar"
    ],
    "unicode": "U+2274",
    "htmlEntity": "&#8820;",
    "htmlDecimal": "&#8820;",
    "latex": "\\nlesssim",
    "mathml": "<mo>≴</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “neither less than nor similar to” between two objects or quantities.",
    "usage": "Use ≴ only when the relation is defined for the objects being compared. For Neither Less Than nor Similar To (≴), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "neither less than nor similar to",
    "examples": [
      "≴ is used in a context where expresses the mathematical relation “neither less than nor similar to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2274 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nlesssim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≴, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≴, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≴ or use Insert → Special characters. For structured math, use the equation editor and verify \\nlesssim.",
      "excel": "Paste ≴ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Neither Less Than nor Similar To (≴): Meaning, Examples & LaTeX",
      "description": "Copy ≴ (U+2274), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≴; Use ≴ only when the relation is defined for the objects being compared. For Neither Less Than nor Similar To (≴), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≴ as U+2274; for structured equations, use \\nlesssim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Neither Less Than nor Similar To."
    ],
    "searchIntents": [
      "Neither Less Than nor Similar To symbol meaning",
      "Neither Less Than nor Similar To copy and paste",
      "Neither Less Than nor Similar To LaTeX",
      "Neither Less Than nor Similar To Unicode",
      "how to type Neither Less Than nor Similar To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Neither Less Than nor Similar To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≴ in plain text when a Unicode character is appropriate and the destination preserves U+2274.",
      "Use \\nlesssim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Neither Less Than nor Similar To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-greater-similar",
    "symbol": "≵",
    "slug": "not-greater-similar",
    "name": "Neither Greater Than nor Similar To",
    "aliases": [
      "neither greater than nor similar"
    ],
    "unicode": "U+2275",
    "htmlEntity": "&#8821;",
    "htmlDecimal": "&#8821;",
    "latex": "\\ngtrsim",
    "mathml": "<mo>≵</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “neither greater than nor similar to” between two objects or quantities.",
    "usage": "Use ≵ only when the relation is defined for the objects being compared. For Neither Greater Than nor Similar To (≵), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "neither greater than nor similar to",
    "examples": [
      "≵ is used in a context where expresses the mathematical relation “neither greater than nor similar to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2275 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ngtrsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≵, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≵, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≵ or use Insert → Special characters. For structured math, use the equation editor and verify \\ngtrsim.",
      "excel": "Paste ≵ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "≵ Symbol: Neither Greater Than nor Similar To, Unicode & LaTeX",
      "description": "Copy ≵ (U+2275), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≵; Use ≵ only when the relation is defined for the objects being compared. For Neither Greater Than nor Similar To (≵), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≵ as U+2275; for structured equations, use \\ngtrsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Neither Greater Than nor Similar To."
    ],
    "searchIntents": [
      "Neither Greater Than nor Similar To symbol meaning",
      "Neither Greater Than nor Similar To copy and paste",
      "Neither Greater Than nor Similar To LaTeX",
      "Neither Greater Than nor Similar To Unicode",
      "how to type Neither Greater Than nor Similar To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Neither Greater Than nor Similar To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≵ in plain text when a Unicode character is appropriate and the destination preserves U+2275.",
      "Use \\ngtrsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Neither Greater Than nor Similar To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-greater",
    "symbol": "≶",
    "slug": "less-greater",
    "name": "Less Than or Greater Than",
    "aliases": [
      "less than or greater than"
    ],
    "unicode": "U+2276",
    "htmlEntity": "&#8822;",
    "htmlDecimal": "&#8822;",
    "latex": "\\lessgtr",
    "mathml": "<mo>≶</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “less than or greater than” between two objects or quantities.",
    "usage": "Use ≶ only when the relation is defined for the objects being compared. For Less Than or Greater Than (≶), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "less than or greater than",
    "examples": [
      "≶ is used in a context where expresses the mathematical relation “less than or greater than” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2276 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lessgtr and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≶, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≶, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≶ or use Insert → Special characters. For structured math, use the equation editor and verify \\lessgtr.",
      "excel": "Paste ≶ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than or Greater Than (≶): Meaning, Examples & LaTeX",
      "description": "Copy ≶ (U+2276), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≶; Use ≶ only when the relation is defined for the objects being compared. For Less Than or Greater Than (≶), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≶ as U+2276; for structured equations, use \\lessgtr in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than or Greater Than."
    ],
    "searchIntents": [
      "Less Than or Greater Than symbol meaning",
      "Less Than or Greater Than copy and paste",
      "Less Than or Greater Than LaTeX",
      "Less Than or Greater Than Unicode",
      "how to type Less Than or Greater Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than or Greater Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≶ in plain text when a Unicode character is appropriate and the destination preserves U+2276.",
      "Use \\lessgtr in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than or Greater Than is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-less",
    "symbol": "≷",
    "slug": "greater-less",
    "name": "Greater Than or Less Than",
    "aliases": [
      "greater than or less than"
    ],
    "unicode": "U+2277",
    "htmlEntity": "&#8823;",
    "htmlDecimal": "&#8823;",
    "latex": "\\gtrless",
    "mathml": "<mo>≷</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “greater than or less than” between two objects or quantities.",
    "usage": "Use ≷ only when the relation is defined for the objects being compared. For Greater Than or Less Than (≷), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "greater than or less than",
    "examples": [
      "≷ is used in a context where expresses the mathematical relation “greater than or less than” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2277 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\gtrless and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≷, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≷, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≷ or use Insert → Special characters. For structured math, use the equation editor and verify \\gtrless.",
      "excel": "Paste ≷ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than or Less Than (≷): Meaning, Examples & LaTeX",
      "description": "Copy ≷ (U+2277), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≷; Use ≷ only when the relation is defined for the objects being compared. For Greater Than or Less Than (≷), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≷ as U+2277; for structured equations, use \\gtrless in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than or Less Than."
    ],
    "searchIntents": [
      "Greater Than or Less Than symbol meaning",
      "Greater Than or Less Than copy and paste",
      "Greater Than or Less Than LaTeX",
      "Greater Than or Less Than Unicode",
      "how to type Greater Than or Less Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than or Less Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≷ in plain text when a Unicode character is appropriate and the destination preserves U+2277.",
      "Use \\gtrless in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than or Less Than is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-less-greater",
    "symbol": "≸",
    "slug": "not-less-greater",
    "name": "Neither Less Than nor Greater Than",
    "aliases": [
      "neither less than nor greater than"
    ],
    "unicode": "U+2278",
    "htmlEntity": "&#8824;",
    "htmlDecimal": "&#8824;",
    "latex": "\\not\\lessgtr",
    "mathml": "<mo>≸</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “neither less than nor greater than” between two objects or quantities.",
    "usage": "Use ≸ only when the relation is defined for the objects being compared. For Neither Less Than nor Greater Than (≸), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "neither less than nor greater than",
    "examples": [
      "≸ is used in a context where expresses the mathematical relation “neither less than nor greater than” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2278 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\not\\lessgtr and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≸, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≸, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≸ or use Insert → Special characters. For structured math, use the equation editor and verify \\not\\lessgtr.",
      "excel": "Paste ≸ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Neither Less Than nor Greater Than (≸): Meaning, Examples & LaTeX",
      "description": "Copy ≸ (U+2278), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≸; Use ≸ only when the relation is defined for the objects being compared. For Neither Less Than nor Greater Than (≸), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≸ as U+2278; for structured equations, use \\not\\lessgtr in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Neither Less Than nor Greater Than."
    ],
    "searchIntents": [
      "Neither Less Than nor Greater Than symbol meaning",
      "Neither Less Than nor Greater Than copy and paste",
      "Neither Less Than nor Greater Than LaTeX",
      "Neither Less Than nor Greater Than Unicode",
      "how to type Neither Less Than nor Greater Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Neither Less Than nor Greater Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≸ in plain text when a Unicode character is appropriate and the destination preserves U+2278.",
      "Use \\not\\lessgtr in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Neither Less Than nor Greater Than is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-greater-less",
    "symbol": "≹",
    "slug": "not-greater-less",
    "name": "Neither Greater Than nor Less Than",
    "aliases": [
      "neither greater than nor less than"
    ],
    "unicode": "U+2279",
    "htmlEntity": "&#8825;",
    "htmlDecimal": "&#8825;",
    "latex": "\\not\\gtrless",
    "mathml": "<mo>≹</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “neither greater than nor less than” between two objects or quantities.",
    "usage": "Use ≹ only when the relation is defined for the objects being compared. For Neither Greater Than nor Less Than (≹), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "neither greater than nor less than",
    "examples": [
      "≹ is used in a context where expresses the mathematical relation “neither greater than nor less than” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2279 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\not\\gtrless and press Space when Word supports the command.",
      "iPhone": "Copy and paste ≹, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ≹, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ≹ or use Insert → Special characters. For structured math, use the equation editor and verify \\not\\gtrless.",
      "excel": "Paste ≹ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Neither Greater Than nor Less Than (≹): Meaning, Examples & LaTeX",
      "description": "Copy ≹ (U+2279), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ≹; Use ≹ only when the relation is defined for the objects being compared. For Neither Greater Than nor Less Than (≹), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ≹ as U+2279; for structured equations, use \\not\\gtrless in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Neither Greater Than nor Less Than."
    ],
    "searchIntents": [
      "Neither Greater Than nor Less Than symbol meaning",
      "Neither Greater Than nor Less Than copy and paste",
      "Neither Greater Than nor Less Than LaTeX",
      "Neither Greater Than nor Less Than Unicode",
      "how to type Neither Greater Than nor Less Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Neither Greater Than nor Less Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ≹ in plain text when a Unicode character is appropriate and the destination preserves U+2279.",
      "Use \\not\\gtrless in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Neither Greater Than nor Less Than is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-precedes",
    "symbol": "⊀",
    "slug": "not-precedes",
    "name": "Does Not Precede",
    "aliases": [
      "does not precede"
    ],
    "unicode": "U+2280",
    "htmlEntity": "&#8832;",
    "htmlDecimal": "&#8832;",
    "latex": "\\nprec",
    "mathml": "<mo>⊀</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “does not precede” between two objects or quantities.",
    "usage": "Use ⊀ only when the relation is defined for the objects being compared. For Does Not Precede (⊀), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "does not precede",
    "examples": [
      "⊀ is used in a context where expresses the mathematical relation “does not precede” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2280 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nprec and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊀ or use Insert → Special characters. For structured math, use the equation editor and verify \\nprec.",
      "excel": "Paste ⊀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Does Not Precede (⊀): Meaning, Examples & LaTeX",
      "description": "Copy ⊀ (U+2280), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊀; Use ⊀ only when the relation is defined for the objects being compared. For Does Not Precede (⊀), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ⊀ as U+2280; for structured equations, use \\nprec in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Precede."
    ],
    "searchIntents": [
      "Does Not Precede symbol meaning",
      "Does Not Precede copy and paste",
      "Does Not Precede LaTeX",
      "Does Not Precede Unicode",
      "how to type Does Not Precede"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Does Not Precede against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ⊀ in plain text when a Unicode character is appropriate and the destination preserves U+2280.",
      "Use \\nprec in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Precede is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-succeeds",
    "symbol": "⊁",
    "slug": "not-succeeds",
    "name": "Does Not Succeed",
    "aliases": [
      "does not succeed"
    ],
    "unicode": "U+2281",
    "htmlEntity": "&#8833;",
    "htmlDecimal": "&#8833;",
    "latex": "\\nsucc",
    "mathml": "<mo>⊁</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “does not succeed” between two objects or quantities.",
    "usage": "Use ⊁ only when the relation is defined for the objects being compared. For Does Not Succeed (⊁), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "does not succeed",
    "examples": [
      "⊁ is used in a context where expresses the mathematical relation “does not succeed” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2281 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\nsucc and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊁ or use Insert → Special characters. For structured math, use the equation editor and verify \\nsucc.",
      "excel": "Paste ⊁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Does Not Succeed (⊁): Meaning, Examples & LaTeX",
      "description": "Copy ⊁ (U+2281), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊁; Use ⊁ only when the relation is defined for the objects being compared. For Does Not Succeed (⊁), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ⊁ as U+2281; for structured equations, use \\nsucc in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Succeed."
    ],
    "searchIntents": [
      "Does Not Succeed symbol meaning",
      "Does Not Succeed copy and paste",
      "Does Not Succeed LaTeX",
      "Does Not Succeed Unicode",
      "how to type Does Not Succeed"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Does Not Succeed against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ⊁ in plain text when a Unicode character is appropriate and the destination preserves U+2281.",
      "Use \\nsucc in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Succeed is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "square-subset",
    "symbol": "⊏",
    "slug": "square-subset",
    "name": "Square Image Of",
    "aliases": [
      "square image of"
    ],
    "unicode": "U+228F",
    "htmlEntity": "&#8847;",
    "htmlDecimal": "&#8847;",
    "latex": "\\sqsubset",
    "mathml": "<mo>⊏</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “square image of” between two objects or quantities.",
    "usage": "Use ⊏ only when the relation is defined for the objects being compared. For Square Image Of (⊏), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "square image of",
    "examples": [
      "⊏ is used in a context where expresses the mathematical relation “square image of” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+228F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\sqsubset and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊏ or use Insert → Special characters. For structured math, use the equation editor and verify \\sqsubset.",
      "excel": "Paste ⊏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Square Image Of (⊏): Meaning, Examples & LaTeX",
      "description": "Copy ⊏ (U+228F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊏; Use ⊏ only when the relation is defined for the objects being compared. For Square Image Of (⊏), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ⊏ as U+228F; for structured equations, use \\sqsubset in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Square Image Of."
    ],
    "searchIntents": [
      "Square Image Of symbol meaning",
      "Square Image Of copy and paste",
      "Square Image Of LaTeX",
      "Square Image Of Unicode",
      "how to type Square Image Of"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Square Image Of against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ⊏ in plain text when a Unicode character is appropriate and the destination preserves U+228F.",
      "Use \\sqsubset in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Square Image Of is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "square-superset",
    "symbol": "⊐",
    "slug": "square-superset",
    "name": "Square Original Of",
    "aliases": [
      "square original of"
    ],
    "unicode": "U+2290",
    "htmlEntity": "&#8848;",
    "htmlDecimal": "&#8848;",
    "latex": "\\sqsupset",
    "mathml": "<mo>⊐</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “square original of” between two objects or quantities.",
    "usage": "Use ⊐ only when the relation is defined for the objects being compared. For Square Original Of (⊐), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "square original of",
    "examples": [
      "⊐ is used in a context where expresses the mathematical relation “square original of” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2290 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\sqsupset and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊐ or use Insert → Special characters. For structured math, use the equation editor and verify \\sqsupset.",
      "excel": "Paste ⊐ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Square Original Of (⊐): Meaning, Examples & LaTeX",
      "description": "Copy ⊐ (U+2290), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊐; Use ⊐ only when the relation is defined for the objects being compared. For Square Original Of (⊐), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ⊐ as U+2290; for structured equations, use \\sqsupset in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Square Original Of."
    ],
    "searchIntents": [
      "Square Original Of symbol meaning",
      "Square Original Of copy and paste",
      "Square Original Of LaTeX",
      "Square Original Of Unicode",
      "how to type Square Original Of"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Square Original Of against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ⊐ in plain text when a Unicode character is appropriate and the destination preserves U+2290.",
      "Use \\sqsupset in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Square Original Of is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "square-subset-equal",
    "symbol": "⊑",
    "slug": "square-subset-equal",
    "name": "Square Image Of or Equal To",
    "aliases": [
      "square image of or equal"
    ],
    "unicode": "U+2291",
    "htmlEntity": "&#8849;",
    "htmlDecimal": "&#8849;",
    "latex": "\\sqsubseteq",
    "mathml": "<mo>⊑</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “square image of or equal to” between two objects or quantities.",
    "usage": "Use ⊑ only when the relation is defined for the objects being compared. For Square Image Of or Equal To (⊑), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "square image of or equal to",
    "examples": [
      "⊑ is used in a context where expresses the mathematical relation “square image of or equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2291 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\sqsubseteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊑ or use Insert → Special characters. For structured math, use the equation editor and verify \\sqsubseteq.",
      "excel": "Paste ⊑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Square Image Of or Equal To (⊑): Meaning, Examples & LaTeX",
      "description": "Copy ⊑ (U+2291), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊑; Use ⊑ only when the relation is defined for the objects being compared. For Square Image Of or Equal To (⊑), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ⊑ as U+2291; for structured equations, use \\sqsubseteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Square Image Of or Equal To."
    ],
    "searchIntents": [
      "Square Image Of or Equal To symbol meaning",
      "Square Image Of or Equal To copy and paste",
      "Square Image Of or Equal To LaTeX",
      "Square Image Of or Equal To Unicode",
      "how to type Square Image Of or Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Square Image Of or Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ⊑ in plain text when a Unicode character is appropriate and the destination preserves U+2291.",
      "Use \\sqsubseteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Square Image Of or Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "square-superset-equal",
    "symbol": "⊒",
    "slug": "square-superset-equal",
    "name": "Square Original Of or Equal To",
    "aliases": [
      "square original of or equal"
    ],
    "unicode": "U+2292",
    "htmlEntity": "&#8850;",
    "htmlDecimal": "&#8850;",
    "latex": "\\sqsupseteq",
    "mathml": "<mo>⊒</mo>",
    "categories": [
      "comparison",
      "optimization"
    ],
    "meaning": "Expresses the mathematical relation “square original of or equal to” between two objects or quantities.",
    "usage": "Use ⊒ only when the relation is defined for the objects being compared. For Square Original Of or Equal To (⊒), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
    "pronunciation": "square original of or equal to",
    "examples": [
      "⊒ is used in a context where expresses the mathematical relation “square original of or equal to” between two objects or quantities."
    ],
    "relatedSymbols": [
      "equals",
      "not-equal",
      "less-than",
      "greater-than"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2292 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\sqsupseteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊒ or use Insert → Special characters. For structured math, use the equation editor and verify \\sqsupseteq.",
      "excel": "Paste ⊒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Square Original Of or Equal To (⊒): Meaning, Examples & LaTeX",
      "description": "Copy ⊒ (U+2292), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊒; Use ⊒ only when the relation is defined for the objects being compared. For Square Original Of or Equal To (⊒), similar-looking relations can differ in algebra, order theory, geometry, and asymptotic analysis.",
      "For plain text, copy ⊒ as U+2292; for structured equations, use \\sqsupseteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Square Original Of or Equal To."
    ],
    "searchIntents": [
      "Square Original Of or Equal To symbol meaning",
      "Square Original Of or Equal To copy and paste",
      "Square Original Of or Equal To LaTeX",
      "Square Original Of or Equal To Unicode",
      "how to type Square Original Of or Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Square Original Of or Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "useCases": [
      "Use ⊒ in plain text when a Unicode character is appropriate and the destination preserves U+2292.",
      "Use \\sqsupseteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Square Original Of or Equal To is used in comparison, optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Comparison Symbols",
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign",
      "≠ — Not Equal To",
      "< — Less Than"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "dot-plus",
    "symbol": "∔",
    "slug": "dot-plus",
    "name": "Dot Plus",
    "aliases": [
      "dot plus"
    ],
    "unicode": "U+2214",
    "htmlEntity": "&#8724;",
    "htmlDecimal": "&#8724;",
    "latex": "\\dotplus",
    "mathml": "<mo>∔</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the dot plus, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ∔; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "dot plus",
    "examples": [
      "∔ is used in a context where represents the dot plus, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2214 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\dotplus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∔ or use Insert → Special characters. For structured math, use the equation editor and verify \\dotplus.",
      "excel": "Paste ∔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Dot Plus (∔): Meaning, Examples & LaTeX",
      "description": "Copy ∔ (U+2214), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∔; Define the operands and result type when first using ∔; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ∔ as U+2214; for structured equations, use \\dotplus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Dot Plus."
    ],
    "searchIntents": [
      "Dot Plus symbol meaning",
      "Dot Plus copy and paste",
      "Dot Plus LaTeX",
      "Dot Plus Unicode",
      "how to type Dot Plus"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Dot Plus against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ∔ in plain text when a Unicode character is appropriate and the destination preserves U+2214.",
      "Use \\dotplus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Dot Plus is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "dot-minus",
    "symbol": "∸",
    "slug": "dot-minus",
    "name": "Dot Minus",
    "aliases": [
      "dot minus"
    ],
    "unicode": "U+2238",
    "htmlEntity": "&#8760;",
    "htmlDecimal": "&#8760;",
    "latex": "\\dotminus",
    "mathml": "<mo>∸</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the dot minus, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ∸; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "dot minus",
    "examples": [
      "∸ is used in a context where represents the dot minus, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2238 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\dotminus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∸, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∸, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∸ or use Insert → Special characters. For structured math, use the equation editor and verify \\dotminus.",
      "excel": "Paste ∸ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Dot Minus (∸): Meaning, Examples & LaTeX",
      "description": "Copy ∸ (U+2238), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∸; Define the operands and result type when first using ∸; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ∸ as U+2238; for structured equations, use \\dotminus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Dot Minus."
    ],
    "searchIntents": [
      "Dot Minus symbol meaning",
      "Dot Minus copy and paste",
      "Dot Minus LaTeX",
      "Dot Minus Unicode",
      "how to type Dot Minus"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Dot Minus against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ∸ in plain text when a Unicode character is appropriate and the destination preserves U+2238.",
      "Use \\dotminus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Dot Minus is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "reversed-tilde",
    "symbol": "∽",
    "slug": "reversed-tilde",
    "name": "Reversed Tilde",
    "aliases": [
      "reversed tilde"
    ],
    "unicode": "U+223D",
    "htmlEntity": "&#8765;",
    "htmlDecimal": "&#8765;",
    "latex": "\\backsim",
    "mathml": "<mo>∽</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the reversed tilde, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ∽; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "reversed tilde",
    "examples": [
      "∽ is used in a context where represents the reversed tilde, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+223D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\backsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ∽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ∽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ∽ or use Insert → Special characters. For structured math, use the equation editor and verify \\backsim.",
      "excel": "Paste ∽ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Reversed Tilde (∽): Meaning, Unicode & LaTeX",
      "description": "Copy ∽, learn the meaning and semantic role of reversed tilde, and get Unicode, LaTeX (\\backsim), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ∽; Define the operands and result type when first using ∽; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ∽ as U+223D; for structured equations, use \\backsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Reversed Tilde."
    ],
    "searchIntents": [
      "Reversed Tilde symbol meaning",
      "Reversed Tilde copy and paste",
      "Reversed Tilde LaTeX",
      "Reversed Tilde Unicode",
      "how to type Reversed Tilde"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Reversed Tilde against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ∽ in plain text when a Unicode character is appropriate and the destination preserves U+223D.",
      "Use \\backsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Reversed Tilde is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "accent",
    "primaryIntent": "apply the accent to the intended mathematical object without losing structure",
    "semanticRole": "A combining or accent mark that modifies the mathematical object beneath or beside it.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "cup-dot",
    "symbol": "⊍",
    "slug": "cup-dot",
    "name": "Union with Dot",
    "aliases": [
      "union with dot"
    ],
    "unicode": "U+228D",
    "htmlEntity": "&#8845;",
    "htmlDecimal": "&#8845;",
    "latex": "\\cupdot",
    "mathml": "<mo>⊍</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the union with dot, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⊍; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "union with dot",
    "examples": [
      "⊍ is used in a context where represents the union with dot, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+228D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\cupdot and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊍ or use Insert → Special characters. For structured math, use the equation editor and verify \\cupdot.",
      "excel": "Paste ⊍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Union with Dot (⊍): Meaning, Examples & LaTeX",
      "description": "Copy ⊍ (U+228D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊍; Define the operands and result type when first using ⊍; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⊍ as U+228D; for structured equations, use \\cupdot in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Union with Dot."
    ],
    "searchIntents": [
      "Union with Dot symbol meaning",
      "Union with Dot copy and paste",
      "Union with Dot LaTeX",
      "Union with Dot Unicode",
      "how to type Union with Dot"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Union with Dot against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⊍ in plain text when a Unicode character is appropriate and the destination preserves U+228D.",
      "Use \\cupdot in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Union with Dot is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "circled-minus",
    "symbol": "⊖",
    "slug": "circled-minus",
    "name": "Circled Minus",
    "aliases": [
      "circled minus"
    ],
    "unicode": "U+2296",
    "htmlEntity": "&#8854;",
    "htmlDecimal": "&#8854;",
    "latex": "\\ominus",
    "mathml": "<mo>⊖</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the circled minus, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⊖; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "circled minus",
    "examples": [
      "⊖ is used in a context where represents the circled minus, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2296 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ominus and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊖ or use Insert → Special characters. For structured math, use the equation editor and verify \\ominus.",
      "excel": "Paste ⊖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Circled Minus (⊖): Meaning, Examples & LaTeX",
      "description": "Copy ⊖ (U+2296), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊖; Define the operands and result type when first using ⊖; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⊖ as U+2296; for structured equations, use \\ominus in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Circled Minus."
    ],
    "searchIntents": [
      "Circled Minus symbol meaning",
      "Circled Minus copy and paste",
      "Circled Minus LaTeX",
      "Circled Minus Unicode",
      "how to type Circled Minus"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Circled Minus against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⊖ in plain text when a Unicode character is appropriate and the destination preserves U+2296.",
      "Use \\ominus in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Circled Minus is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "circled-ring",
    "symbol": "⊚",
    "slug": "circled-ring",
    "name": "Circled Ring Operator",
    "aliases": [
      "circled ring"
    ],
    "unicode": "U+229A",
    "htmlEntity": "&#8858;",
    "htmlDecimal": "&#8858;",
    "latex": "\\circledcirc",
    "mathml": "<mo>⊚</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the circled ring operator, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⊚; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "circled ring operator",
    "examples": [
      "⊚ is used in a context where represents the circled ring operator, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+229A in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\circledcirc and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊚ or use Insert → Special characters. For structured math, use the equation editor and verify \\circledcirc.",
      "excel": "Paste ⊚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Circled Ring Operator (⊚): Meaning, Examples & LaTeX",
      "description": "Copy ⊚ (U+229A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊚; Define the operands and result type when first using ⊚; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⊚ as U+229A; for structured equations, use \\circledcirc in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Circled Ring Operator."
    ],
    "searchIntents": [
      "Circled Ring Operator symbol meaning",
      "Circled Ring Operator copy and paste",
      "Circled Ring Operator LaTeX",
      "Circled Ring Operator Unicode",
      "how to type Circled Ring Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Circled Ring Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⊚ in plain text when a Unicode character is appropriate and the destination preserves U+229A.",
      "Use \\circledcirc in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Circled Ring Operator is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "circled-equals",
    "symbol": "⊜",
    "slug": "circled-equals",
    "name": "Circled Equals",
    "aliases": [
      "circled equals"
    ],
    "unicode": "U+229C",
    "htmlEntity": "&#8860;",
    "htmlDecimal": "&#8860;",
    "latex": "\\circledequal",
    "mathml": "<mo>⊜</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the circled equals, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⊜; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "circled equals",
    "examples": [
      "⊜ is used in a context where represents the circled equals, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+229C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\circledequal and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⊜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⊜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⊜ or use Insert → Special characters. For structured math, use the equation editor and verify \\circledequal.",
      "excel": "Paste ⊜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Circled Equals (⊜): Meaning, Examples & LaTeX",
      "description": "Copy ⊜ (U+229C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⊜; Define the operands and result type when first using ⊜; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⊜ as U+229C; for structured equations, use \\circledequal in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Circled Equals."
    ],
    "searchIntents": [
      "Circled Equals symbol meaning",
      "Circled Equals copy and paste",
      "Circled Equals LaTeX",
      "Circled Equals Unicode",
      "how to type Circled Equals"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Circled Equals against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⊜ in plain text when a Unicode character is appropriate and the destination preserves U+229C.",
      "Use \\circledequal in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Circled Equals is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "nary-logical-and",
    "symbol": "⋀",
    "slug": "nary-logical-and",
    "name": "N-Ary Logical And",
    "aliases": [
      "n-ary logical and"
    ],
    "unicode": "U+22C0",
    "htmlEntity": "&#8896;",
    "htmlDecimal": "&#8896;",
    "latex": "\\bigwedge",
    "mathml": "<mo>⋀</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the n-ary logical and, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋀; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "n-ary logical and",
    "examples": [
      "⋀ is used in a context where represents the n-ary logical and, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C0 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\bigwedge and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋀ or use Insert → Special characters. For structured math, use the equation editor and verify \\bigwedge.",
      "excel": "Paste ⋀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-Ary Logical And (⋀): Meaning, Examples & LaTeX",
      "description": "Copy ⋀ (U+22C0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋀; Define the operands and result type when first using ⋀; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋀ as U+22C0; for structured equations, use \\bigwedge in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-Ary Logical And."
    ],
    "searchIntents": [
      "N-Ary Logical And symbol meaning",
      "N-Ary Logical And copy and paste",
      "N-Ary Logical And LaTeX",
      "N-Ary Logical And Unicode",
      "how to type N-Ary Logical And"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-Ary Logical And against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋀ in plain text when a Unicode character is appropriate and the destination preserves U+22C0.",
      "Use \\bigwedge in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-Ary Logical And is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "nary-logical-or",
    "symbol": "⋁",
    "slug": "nary-logical-or",
    "name": "N-Ary Logical Or",
    "aliases": [
      "n-ary logical or"
    ],
    "unicode": "U+22C1",
    "htmlEntity": "&#8897;",
    "htmlDecimal": "&#8897;",
    "latex": "\\bigvee",
    "mathml": "<mo>⋁</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the n-ary logical or, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋁; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "n-ary logical or",
    "examples": [
      "⋁ is used in a context where represents the n-ary logical or, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C1 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\bigvee and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋁ or use Insert → Special characters. For structured math, use the equation editor and verify \\bigvee.",
      "excel": "Paste ⋁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-Ary Logical Or (⋁): Meaning, Examples & LaTeX",
      "description": "Copy ⋁ (U+22C1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋁; Define the operands and result type when first using ⋁; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋁ as U+22C1; for structured equations, use \\bigvee in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-Ary Logical Or."
    ],
    "searchIntents": [
      "N-Ary Logical Or symbol meaning",
      "N-Ary Logical Or copy and paste",
      "N-Ary Logical Or LaTeX",
      "N-Ary Logical Or Unicode",
      "how to type N-Ary Logical Or"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-Ary Logical Or against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋁ in plain text when a Unicode character is appropriate and the destination preserves U+22C1.",
      "Use \\bigvee in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-Ary Logical Or is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "nary-intersection",
    "symbol": "⋂",
    "slug": "nary-intersection",
    "name": "N-Ary Intersection",
    "aliases": [
      "n-ary intersection"
    ],
    "unicode": "U+22C2",
    "htmlEntity": "&#8898;",
    "htmlDecimal": "&#8898;",
    "latex": "\\bigcap",
    "mathml": "<mo>⋂</mo>",
    "categories": [
      "set-theory",
      "topology"
    ],
    "meaning": "Represents the n-ary intersection, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋂; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "n-ary intersection",
    "examples": [
      "⋂ is used in a context where represents the n-ary intersection, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C2 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\bigcap and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋂ or use Insert → Special characters. For structured math, use the equation editor and verify \\bigcap.",
      "excel": "Paste ⋂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-Ary Intersection (⋂): Meaning, Examples & LaTeX",
      "description": "Copy ⋂ (U+22C2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋂; Define the operands and result type when first using ⋂; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋂ as U+22C2; for structured equations, use \\bigcap in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-Ary Intersection."
    ],
    "searchIntents": [
      "N-Ary Intersection symbol meaning",
      "N-Ary Intersection copy and paste",
      "N-Ary Intersection LaTeX",
      "N-Ary Intersection Unicode",
      "how to type N-Ary Intersection"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⋂ in plain text when a Unicode character is appropriate and the destination preserves U+22C2.",
      "Use \\bigcap in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-Ary Intersection is used in set theory, topology with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Topology Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "nary-union",
    "symbol": "⋃",
    "slug": "nary-union",
    "name": "N-Ary Union",
    "aliases": [
      "n-ary union"
    ],
    "unicode": "U+22C3",
    "htmlEntity": "&#8899;",
    "htmlDecimal": "&#8899;",
    "latex": "\\bigcup",
    "mathml": "<mo>⋃</mo>",
    "categories": [
      "set-theory",
      "topology"
    ],
    "meaning": "Represents the n-ary union, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋃; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "n-ary union",
    "examples": [
      "⋃ is used in a context where represents the n-ary union, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C3 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\bigcup and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋃ or use Insert → Special characters. For structured math, use the equation editor and verify \\bigcup.",
      "excel": "Paste ⋃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-Ary Union (⋃): Meaning, Examples & LaTeX",
      "description": "Copy ⋃ (U+22C3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋃; Define the operands and result type when first using ⋃; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋃ as U+22C3; for structured equations, use \\bigcup in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-Ary Union."
    ],
    "searchIntents": [
      "N-Ary Union symbol meaning",
      "N-Ary Union copy and paste",
      "N-Ary Union LaTeX",
      "N-Ary Union Unicode",
      "how to type N-Ary Union"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⋃ in plain text when a Unicode character is appropriate and the destination preserves U+22C3.",
      "Use \\bigcup in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-Ary Union is used in set theory, topology with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Topology Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "diamond-operator",
    "symbol": "⋄",
    "slug": "diamond-operator",
    "name": "Diamond Operator",
    "aliases": [
      "diamond"
    ],
    "unicode": "U+22C4",
    "htmlEntity": "&#8900;",
    "htmlDecimal": "&#8900;",
    "latex": "\\diamond",
    "mathml": "<mo>⋄</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the diamond operator, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋄; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "diamond operator",
    "examples": [
      "⋄ is used in a context where represents the diamond operator, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C4 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\diamond and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋄ or use Insert → Special characters. For structured math, use the equation editor and verify \\diamond.",
      "excel": "Paste ⋄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Diamond Operator (⋄): Meaning, Examples & LaTeX",
      "description": "Copy ⋄ (U+22C4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋄; Define the operands and result type when first using ⋄; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋄ as U+22C4; for structured equations, use \\diamond in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Diamond Operator."
    ],
    "searchIntents": [
      "Diamond Operator symbol meaning",
      "Diamond Operator copy and paste",
      "Diamond Operator LaTeX",
      "Diamond Operator Unicode",
      "how to type Diamond Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Diamond Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋄ in plain text when a Unicode character is appropriate and the destination preserves U+22C4.",
      "Use \\diamond in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Diamond Operator is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "division-times",
    "symbol": "⋇",
    "slug": "division-times",
    "name": "Division Times",
    "aliases": [
      "division times"
    ],
    "unicode": "U+22C7",
    "htmlEntity": "&#8903;",
    "htmlDecimal": "&#8903;",
    "latex": "\\divideontimes",
    "mathml": "<mo>⋇</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the division times, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋇; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "division times",
    "examples": [
      "⋇ is used in a context where represents the division times, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C7 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\divideontimes and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋇ or use Insert → Special characters. For structured math, use the equation editor and verify \\divideontimes.",
      "excel": "Paste ⋇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Division Times (⋇): Meaning, Examples & LaTeX",
      "description": "Copy ⋇ (U+22C7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋇; Define the operands and result type when first using ⋇; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋇ as U+22C7; for structured equations, use \\divideontimes in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Division Times."
    ],
    "searchIntents": [
      "Division Times symbol meaning",
      "Division Times copy and paste",
      "Division Times LaTeX",
      "Division Times Unicode",
      "how to type Division Times"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Division Times against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋇ in plain text when a Unicode character is appropriate and the destination preserves U+22C7.",
      "Use \\divideontimes in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Division Times is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-normal-factor",
    "symbol": "⋉",
    "slug": "left-normal-factor",
    "name": "Left Normal Factor Semidirect Product",
    "aliases": [
      "left normal factor semidirect product"
    ],
    "unicode": "U+22C9",
    "htmlEntity": "&#8905;",
    "htmlDecimal": "&#8905;",
    "latex": "\\ltimes",
    "mathml": "<mo>⋉</mo>",
    "categories": [
      "algebra",
      "graph-theory"
    ],
    "meaning": "Represents the left normal factor semidirect product, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋉; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "left normal factor semidirect product",
    "examples": [
      "⋉ is used in a context where represents the left normal factor semidirect product, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22C9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ltimes and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋉ or use Insert → Special characters. For structured math, use the equation editor and verify \\ltimes.",
      "excel": "Paste ⋉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋉ Symbol: Left Normal Factor Semidirect Product, Unicode & LaTeX",
      "description": "Copy ⋉ (U+22C9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋉; Define the operands and result type when first using ⋉; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋉ as U+22C9; for structured equations, use \\ltimes in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Normal Factor Semidirect Product."
    ],
    "searchIntents": [
      "Left Normal Factor Semidirect Product symbol meaning",
      "Left Normal Factor Semidirect Product copy and paste",
      "Left Normal Factor Semidirect Product LaTeX",
      "Left Normal Factor Semidirect Product Unicode",
      "how to type Left Normal Factor Semidirect Product"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left Normal Factor Semidirect Product against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⋉ in plain text when a Unicode character is appropriate and the destination preserves U+22C9.",
      "Use \\ltimes in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Normal Factor Semidirect Product is used in algebra, graph theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Graph Theory Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-normal-factor",
    "symbol": "⋊",
    "slug": "right-normal-factor",
    "name": "Right Normal Factor Semidirect Product",
    "aliases": [
      "right normal factor semidirect product"
    ],
    "unicode": "U+22CA",
    "htmlEntity": "&#8906;",
    "htmlDecimal": "&#8906;",
    "latex": "\\rtimes",
    "mathml": "<mo>⋊</mo>",
    "categories": [
      "algebra",
      "graph-theory"
    ],
    "meaning": "Represents the right normal factor semidirect product, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋊; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "right normal factor semidirect product",
    "examples": [
      "⋊ is used in a context where represents the right normal factor semidirect product, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22CA in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rtimes and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋊ or use Insert → Special characters. For structured math, use the equation editor and verify \\rtimes.",
      "excel": "Paste ⋊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋊ Symbol: Right Normal Factor Semidirect Product, Unicode & LaTeX",
      "description": "Copy ⋊ (U+22CA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋊; Define the operands and result type when first using ⋊; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋊ as U+22CA; for structured equations, use \\rtimes in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Normal Factor Semidirect Product."
    ],
    "searchIntents": [
      "Right Normal Factor Semidirect Product symbol meaning",
      "Right Normal Factor Semidirect Product copy and paste",
      "Right Normal Factor Semidirect Product LaTeX",
      "Right Normal Factor Semidirect Product Unicode",
      "how to type Right Normal Factor Semidirect Product"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Right Normal Factor Semidirect Product against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⋊ in plain text when a Unicode character is appropriate and the destination preserves U+22CA.",
      "Use \\rtimes in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Normal Factor Semidirect Product is used in algebra, graph theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Graph Theory Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-triple-product",
    "symbol": "⋋",
    "slug": "left-triple-product",
    "name": "Left Semidirect Product",
    "aliases": [
      "left semidirect product"
    ],
    "unicode": "U+22CB",
    "htmlEntity": "&#8907;",
    "htmlDecimal": "&#8907;",
    "latex": "\\leftthreetimes",
    "mathml": "<mo>⋋</mo>",
    "categories": [
      "algebra",
      "graph-theory"
    ],
    "meaning": "Represents the left semidirect product, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋋; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "left semidirect product",
    "examples": [
      "⋋ is used in a context where represents the left semidirect product, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22CB in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\leftthreetimes and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋋ or use Insert → Special characters. For structured math, use the equation editor and verify \\leftthreetimes.",
      "excel": "Paste ⋋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Semidirect Product (⋋): Meaning, Examples & LaTeX",
      "description": "Copy ⋋ (U+22CB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋋; Define the operands and result type when first using ⋋; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋋ as U+22CB; for structured equations, use \\leftthreetimes in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Semidirect Product."
    ],
    "searchIntents": [
      "Left Semidirect Product symbol meaning",
      "Left Semidirect Product copy and paste",
      "Left Semidirect Product LaTeX",
      "Left Semidirect Product Unicode",
      "how to type Left Semidirect Product"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left Semidirect Product against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⋋ in plain text when a Unicode character is appropriate and the destination preserves U+22CB.",
      "Use \\leftthreetimes in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Semidirect Product is used in algebra, graph theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Graph Theory Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-triple-product",
    "symbol": "⋌",
    "slug": "right-triple-product",
    "name": "Right Semidirect Product",
    "aliases": [
      "right semidirect product"
    ],
    "unicode": "U+22CC",
    "htmlEntity": "&#8908;",
    "htmlDecimal": "&#8908;",
    "latex": "\\rightthreetimes",
    "mathml": "<mo>⋌</mo>",
    "categories": [
      "algebra",
      "graph-theory"
    ],
    "meaning": "Represents the right semidirect product, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋌; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "right semidirect product",
    "examples": [
      "⋌ is used in a context where represents the right semidirect product, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22CC in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rightthreetimes and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋌ or use Insert → Special characters. For structured math, use the equation editor and verify \\rightthreetimes.",
      "excel": "Paste ⋌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Semidirect Product (⋌): Meaning, Examples & LaTeX",
      "description": "Copy ⋌ (U+22CC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋌; Define the operands and result type when first using ⋌; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋌ as U+22CC; for structured equations, use \\rightthreetimes in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Semidirect Product."
    ],
    "searchIntents": [
      "Right Semidirect Product symbol meaning",
      "Right Semidirect Product copy and paste",
      "Right Semidirect Product LaTeX",
      "Right Semidirect Product Unicode",
      "how to type Right Semidirect Product"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Right Semidirect Product against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⋌ in plain text when a Unicode character is appropriate and the destination preserves U+22CC.",
      "Use \\rightthreetimes in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Semidirect Product is used in algebra, graph theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Graph Theory Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "reverse-similar-equal",
    "symbol": "⋍",
    "slug": "reverse-similar-equal",
    "name": "Reversed Tilde Equals",
    "aliases": [
      "reversed tilde equals"
    ],
    "unicode": "U+22CD",
    "htmlEntity": "&#8909;",
    "htmlDecimal": "&#8909;",
    "latex": "\\backsimeq",
    "mathml": "<mo>⋍</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the reversed tilde equals, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋍; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "reversed tilde equals",
    "examples": [
      "⋍ is used in a context where represents the reversed tilde equals, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22CD in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\backsimeq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋍ or use Insert → Special characters. For structured math, use the equation editor and verify \\backsimeq.",
      "excel": "Paste ⋍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Reversed Tilde Equals (⋍): Meaning, Unicode & LaTeX",
      "description": "Copy ⋍, learn the meaning and semantic role of reversed tilde equals, and get Unicode, LaTeX (\\backsimeq), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋍; Define the operands and result type when first using ⋍; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋍ as U+22CD; for structured equations, use \\backsimeq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Reversed Tilde Equals."
    ],
    "searchIntents": [
      "Reversed Tilde Equals symbol meaning",
      "Reversed Tilde Equals copy and paste",
      "Reversed Tilde Equals LaTeX",
      "Reversed Tilde Equals Unicode",
      "how to type Reversed Tilde Equals"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Reversed Tilde Equals against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋍ in plain text when a Unicode character is appropriate and the destination preserves U+22CD.",
      "Use \\backsimeq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Reversed Tilde Equals is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "accent",
    "primaryIntent": "apply the accent to the intended mathematical object without losing structure",
    "semanticRole": "A combining or accent mark that modifies the mathematical object beneath or beside it.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-subset",
    "symbol": "⋐",
    "slug": "double-subset",
    "name": "Double Subset",
    "aliases": [
      "double subset"
    ],
    "unicode": "U+22D0",
    "htmlEntity": "&#8912;",
    "htmlDecimal": "&#8912;",
    "latex": "\\Subset",
    "mathml": "<mo>⋐</mo>",
    "categories": [
      "set-theory",
      "topology"
    ],
    "meaning": "Represents the double subset, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋐; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "double subset",
    "examples": [
      "⋐ is used in a context where represents the double subset, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D0 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Subset and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋐ or use Insert → Special characters. For structured math, use the equation editor and verify \\Subset.",
      "excel": "Paste ⋐ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Subset (⋐): Meaning, Examples & LaTeX",
      "description": "Copy ⋐ (U+22D0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⋐ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⋐ as U+22D0; for structured equations, use \\Subset in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Subset."
    ],
    "searchIntents": [
      "Double Subset symbol meaning",
      "Double Subset copy and paste",
      "Double Subset LaTeX",
      "Double Subset Unicode",
      "how to type Double Subset"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⋐ in plain text when a Unicode character is appropriate and the destination preserves U+22D0.",
      "Use \\Subset in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Subset is used in set theory, topology with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Topology Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-superset",
    "symbol": "⋑",
    "slug": "double-superset",
    "name": "Double Superset",
    "aliases": [
      "double superset"
    ],
    "unicode": "U+22D1",
    "htmlEntity": "&#8913;",
    "htmlDecimal": "&#8913;",
    "latex": "\\Supset",
    "mathml": "<mo>⋑</mo>",
    "categories": [
      "set-theory",
      "topology"
    ],
    "meaning": "Represents the double superset, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋑; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "double superset",
    "examples": [
      "⋑ is used in a context where represents the double superset, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D1 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Supset and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋑ or use Insert → Special characters. For structured math, use the equation editor and verify \\Supset.",
      "excel": "Paste ⋑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Superset (⋑): Meaning, Examples & LaTeX",
      "description": "Copy ⋑ (U+22D1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⋑ allows equality in the convention you are using; strict and non-strict subset symbols are not interchangeable.",
      "For plain text, copy ⋑ as U+22D1; for structured equations, use \\Supset in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Superset."
    ],
    "searchIntents": [
      "Double Superset symbol meaning",
      "Double Superset copy and paste",
      "Double Superset LaTeX",
      "Double Superset Unicode",
      "how to type Double Superset"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⋑ in plain text when a Unicode character is appropriate and the destination preserves U+22D1.",
      "Use \\Supset in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Superset is used in set theory, topology with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Topology Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-intersection",
    "symbol": "⋒",
    "slug": "double-intersection",
    "name": "Double Intersection",
    "aliases": [
      "double intersection"
    ],
    "unicode": "U+22D2",
    "htmlEntity": "&#8914;",
    "htmlDecimal": "&#8914;",
    "latex": "\\Cap",
    "mathml": "<mo>⋒</mo>",
    "categories": [
      "set-theory",
      "topology"
    ],
    "meaning": "Represents the double intersection, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋒; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "double intersection",
    "examples": [
      "⋒ is used in a context where represents the double intersection, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D2 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Cap and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋒ or use Insert → Special characters. For structured math, use the equation editor and verify \\Cap.",
      "excel": "Paste ⋒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Intersection (⋒): Meaning, Examples & LaTeX",
      "description": "Copy ⋒ (U+22D2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋒; Define the operands and result type when first using ⋒; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋒ as U+22D2; for structured equations, use \\Cap in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Intersection."
    ],
    "searchIntents": [
      "Double Intersection symbol meaning",
      "Double Intersection copy and paste",
      "Double Intersection LaTeX",
      "Double Intersection Unicode",
      "how to type Double Intersection"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⋒ in plain text when a Unicode character is appropriate and the destination preserves U+22D2.",
      "Use \\Cap in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Intersection is used in set theory, topology with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Topology Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-union",
    "symbol": "⋓",
    "slug": "double-union",
    "name": "Double Union",
    "aliases": [
      "double union"
    ],
    "unicode": "U+22D3",
    "htmlEntity": "&#8915;",
    "htmlDecimal": "&#8915;",
    "latex": "\\Cup",
    "mathml": "<mo>⋓</mo>",
    "categories": [
      "set-theory",
      "topology"
    ],
    "meaning": "Represents the double union, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋓; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "double union",
    "examples": [
      "⋓ is used in a context where represents the double union, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "element-of",
      "not-element-of",
      "subset",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D3 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\Cup and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋓ or use Insert → Special characters. For structured math, use the equation editor and verify \\Cup.",
      "excel": "Paste ⋓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Union (⋓): Meaning, Examples & LaTeX",
      "description": "Copy ⋓ (U+22D3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋓; Define the operands and result type when first using ⋓; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋓ as U+22D3; for structured equations, use \\Cup in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Union."
    ],
    "searchIntents": [
      "Double Union symbol meaning",
      "Double Union copy and paste",
      "Double Union LaTeX",
      "Double Union Unicode",
      "how to type Double Union"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "useCases": [
      "Use ⋓ in plain text when a Unicode character is appropriate and the destination preserves U+22D3.",
      "Use \\Cup in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Union is used in set theory, topology with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Set Theory Symbols",
      "Topology Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "∉ — Not an Element Of",
      "⊂ — Subset / Proper Subset"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "pitchfork-relation",
    "symbol": "⋔",
    "slug": "pitchfork-relation",
    "name": "Pitchfork Relation",
    "aliases": [
      "pitchfork relation"
    ],
    "unicode": "U+22D4",
    "htmlEntity": "&#8916;",
    "htmlDecimal": "&#8916;",
    "latex": "\\pitchfork",
    "mathml": "<mo>⋔</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the pitchfork relation, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋔; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "pitchfork relation",
    "examples": [
      "⋔ is used in a context where represents the pitchfork relation, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D4 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\pitchfork and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋔ or use Insert → Special characters. For structured math, use the equation editor and verify \\pitchfork.",
      "excel": "Paste ⋔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Pitchfork Relation (⋔): Meaning, Examples & LaTeX",
      "description": "Copy ⋔ (U+22D4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋔; Define the operands and result type when first using ⋔; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋔ as U+22D4; for structured equations, use \\pitchfork in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Pitchfork Relation."
    ],
    "searchIntents": [
      "Pitchfork Relation symbol meaning",
      "Pitchfork Relation copy and paste",
      "Pitchfork Relation LaTeX",
      "Pitchfork Relation Unicode",
      "how to type Pitchfork Relation"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Pitchfork Relation against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋔ in plain text when a Unicode character is appropriate and the destination preserves U+22D4.",
      "Use \\pitchfork in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Pitchfork Relation is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-dot",
    "symbol": "⋖",
    "slug": "less-dot",
    "name": "Less Than with Dot",
    "aliases": [
      "less than with dot"
    ],
    "unicode": "U+22D6",
    "htmlEntity": "&#8918;",
    "htmlDecimal": "&#8918;",
    "latex": "\\lessdot",
    "mathml": "<mo>⋖</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the less than with dot, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋖; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "less than with dot",
    "examples": [
      "⋖ is used in a context where represents the less than with dot, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D6 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lessdot and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋖ or use Insert → Special characters. For structured math, use the equation editor and verify \\lessdot.",
      "excel": "Paste ⋖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than with Dot (⋖): Meaning, Examples & LaTeX",
      "description": "Copy ⋖ (U+22D6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋖; Define the operands and result type when first using ⋖; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋖ as U+22D6; for structured equations, use \\lessdot in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than with Dot."
    ],
    "searchIntents": [
      "Less Than with Dot symbol meaning",
      "Less Than with Dot copy and paste",
      "Less Than with Dot LaTeX",
      "Less Than with Dot Unicode",
      "how to type Less Than with Dot"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than with Dot against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋖ in plain text when a Unicode character is appropriate and the destination preserves U+22D6.",
      "Use \\lessdot in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than with Dot is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-dot",
    "symbol": "⋗",
    "slug": "greater-dot",
    "name": "Greater Than with Dot",
    "aliases": [
      "greater than with dot"
    ],
    "unicode": "U+22D7",
    "htmlEntity": "&#8919;",
    "htmlDecimal": "&#8919;",
    "latex": "\\gtrdot",
    "mathml": "<mo>⋗</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the greater than with dot, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋗; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "greater than with dot",
    "examples": [
      "⋗ is used in a context where represents the greater than with dot, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D7 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\gtrdot and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋗ or use Insert → Special characters. For structured math, use the equation editor and verify \\gtrdot.",
      "excel": "Paste ⋗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than with Dot (⋗): Meaning, Examples & LaTeX",
      "description": "Copy ⋗ (U+22D7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋗; Define the operands and result type when first using ⋗; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋗ as U+22D7; for structured equations, use \\gtrdot in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than with Dot."
    ],
    "searchIntents": [
      "Greater Than with Dot symbol meaning",
      "Greater Than with Dot copy and paste",
      "Greater Than with Dot LaTeX",
      "Greater Than with Dot Unicode",
      "how to type Greater Than with Dot"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than with Dot against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋗ in plain text when a Unicode character is appropriate and the destination preserves U+22D7.",
      "Use \\gtrdot in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than with Dot is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "triple-less-than",
    "symbol": "⋘",
    "slug": "triple-less-than",
    "name": "Very Much Less Than",
    "aliases": [
      "very much less than"
    ],
    "unicode": "U+22D8",
    "htmlEntity": "&#8920;",
    "htmlDecimal": "&#8920;",
    "latex": "\\lll",
    "mathml": "<mo>⋘</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the very much less than, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋘; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "very much less than",
    "examples": [
      "⋘ is used in a context where represents the very much less than, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D8 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lll and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋘ or use Insert → Special characters. For structured math, use the equation editor and verify \\lll.",
      "excel": "Paste ⋘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Very Much Less Than (⋘): Meaning, Examples & LaTeX",
      "description": "Copy ⋘ (U+22D8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ⋘ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ⋘ as U+22D8; for structured equations, use \\lll in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Very Much Less Than."
    ],
    "searchIntents": [
      "Very Much Less Than symbol meaning",
      "Very Much Less Than copy and paste",
      "Very Much Less Than LaTeX",
      "Very Much Less Than Unicode",
      "how to type Very Much Less Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Very Much Less Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋘ in plain text when a Unicode character is appropriate and the destination preserves U+22D8.",
      "Use \\lll in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Very Much Less Than is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "triple-greater-than",
    "symbol": "⋙",
    "slug": "triple-greater-than",
    "name": "Very Much Greater Than",
    "aliases": [
      "very much greater than"
    ],
    "unicode": "U+22D9",
    "htmlEntity": "&#8921;",
    "htmlDecimal": "&#8921;",
    "latex": "\\ggg",
    "mathml": "<mo>⋙</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the very much greater than, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋙; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "very much greater than",
    "examples": [
      "⋙ is used in a context where represents the very much greater than, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22D9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ggg and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋙ or use Insert → Special characters. For structured math, use the equation editor and verify \\ggg.",
      "excel": "Paste ⋙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Very Much Greater Than (⋙): Meaning, Examples & LaTeX",
      "description": "Copy ⋙ (U+22D9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ⋙ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ⋙ as U+22D9; for structured equations, use \\ggg in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Very Much Greater Than."
    ],
    "searchIntents": [
      "Very Much Greater Than symbol meaning",
      "Very Much Greater Than copy and paste",
      "Very Much Greater Than LaTeX",
      "Very Much Greater Than Unicode",
      "how to type Very Much Greater Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Very Much Greater Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋙ in plain text when a Unicode character is appropriate and the destination preserves U+22D9.",
      "Use \\ggg in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Very Much Greater Than is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-equal-greater",
    "symbol": "⋚",
    "slug": "less-equal-greater",
    "name": "Less Than Equal or Greater Than",
    "aliases": [
      "less than equal or greater than"
    ],
    "unicode": "U+22DA",
    "htmlEntity": "&#8922;",
    "htmlDecimal": "&#8922;",
    "latex": "\\lesseqgtr",
    "mathml": "<mo>⋚</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the less than equal or greater than, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋚; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "less than equal or greater than",
    "examples": [
      "⋚ is used in a context where represents the less than equal or greater than, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22DA in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lesseqgtr and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋚ or use Insert → Special characters. For structured math, use the equation editor and verify \\lesseqgtr.",
      "excel": "Paste ⋚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than Equal or Greater Than (⋚): Meaning, Examples & LaTeX",
      "description": "Copy ⋚ (U+22DA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋚; Define the operands and result type when first using ⋚; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋚ as U+22DA; for structured equations, use \\lesseqgtr in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than Equal or Greater Than."
    ],
    "searchIntents": [
      "Less Than Equal or Greater Than symbol meaning",
      "Less Than Equal or Greater Than copy and paste",
      "Less Than Equal or Greater Than LaTeX",
      "Less Than Equal or Greater Than Unicode",
      "how to type Less Than Equal or Greater Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than Equal or Greater Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋚ in plain text when a Unicode character is appropriate and the destination preserves U+22DA.",
      "Use \\lesseqgtr in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than Equal or Greater Than is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-equal-less",
    "symbol": "⋛",
    "slug": "greater-equal-less",
    "name": "Greater Than Equal or Less Than",
    "aliases": [
      "greater than equal or less than"
    ],
    "unicode": "U+22DB",
    "htmlEntity": "&#8923;",
    "htmlDecimal": "&#8923;",
    "latex": "\\gtreqless",
    "mathml": "<mo>⋛</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the greater than equal or less than, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋛; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "greater than equal or less than",
    "examples": [
      "⋛ is used in a context where represents the greater than equal or less than, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22DB in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\gtreqless and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋛ or use Insert → Special characters. For structured math, use the equation editor and verify \\gtreqless.",
      "excel": "Paste ⋛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than Equal or Less Than (⋛): Meaning, Examples & LaTeX",
      "description": "Copy ⋛ (U+22DB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋛; Define the operands and result type when first using ⋛; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋛ as U+22DB; for structured equations, use \\gtreqless in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than Equal or Less Than."
    ],
    "searchIntents": [
      "Greater Than Equal or Less Than symbol meaning",
      "Greater Than Equal or Less Than copy and paste",
      "Greater Than Equal or Less Than LaTeX",
      "Greater Than Equal or Less Than Unicode",
      "how to type Greater Than Equal or Less Than"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than Equal or Less Than against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋛ in plain text when a Unicode character is appropriate and the destination preserves U+22DB.",
      "Use \\gtreqless in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than Equal or Less Than is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "curly-equal-precedes",
    "symbol": "⋞",
    "slug": "curly-equal-precedes",
    "name": "Equal To or Precedes",
    "aliases": [
      "equal to or precedes"
    ],
    "unicode": "U+22DE",
    "htmlEntity": "&#8926;",
    "htmlDecimal": "&#8926;",
    "latex": "\\curlyeqprec",
    "mathml": "<mo>⋞</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the equal to or precedes, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋞; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "equal to or precedes",
    "examples": [
      "⋞ is used in a context where represents the equal to or precedes, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22DE in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\curlyeqprec and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋞ or use Insert → Special characters. For structured math, use the equation editor and verify \\curlyeqprec.",
      "excel": "Paste ⋞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equal To or Precedes (⋞): Meaning, Examples & LaTeX",
      "description": "Copy ⋞ (U+22DE), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋞; Define the operands and result type when first using ⋞; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋞ as U+22DE; for structured equations, use \\curlyeqprec in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equal To or Precedes."
    ],
    "searchIntents": [
      "Equal To or Precedes symbol meaning",
      "Equal To or Precedes copy and paste",
      "Equal To or Precedes LaTeX",
      "Equal To or Precedes Unicode",
      "how to type Equal To or Precedes"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Equal To or Precedes against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋞ in plain text when a Unicode character is appropriate and the destination preserves U+22DE.",
      "Use \\curlyeqprec in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equal To or Precedes is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "curly-equal-succeeds",
    "symbol": "⋟",
    "slug": "curly-equal-succeeds",
    "name": "Equal To or Succeeds",
    "aliases": [
      "equal to or succeeds"
    ],
    "unicode": "U+22DF",
    "htmlEntity": "&#8927;",
    "htmlDecimal": "&#8927;",
    "latex": "\\curlyeqsucc",
    "mathml": "<mo>⋟</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the equal to or succeeds, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋟; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "equal to or succeeds",
    "examples": [
      "⋟ is used in a context where represents the equal to or succeeds, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22DF in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\curlyeqsucc and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋟ or use Insert → Special characters. For structured math, use the equation editor and verify \\curlyeqsucc.",
      "excel": "Paste ⋟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equal To or Succeeds (⋟): Meaning, Examples & LaTeX",
      "description": "Copy ⋟ (U+22DF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋟; Define the operands and result type when first using ⋟; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋟ as U+22DF; for structured equations, use \\curlyeqsucc in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equal To or Succeeds."
    ],
    "searchIntents": [
      "Equal To or Succeeds symbol meaning",
      "Equal To or Succeeds copy and paste",
      "Equal To or Succeeds LaTeX",
      "Equal To or Succeeds Unicode",
      "how to type Equal To or Succeeds"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Equal To or Succeeds against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋟ in plain text when a Unicode character is appropriate and the destination preserves U+22DF.",
      "Use \\curlyeqsucc in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equal To or Succeeds is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "less-not-similar",
    "symbol": "⋦",
    "slug": "less-not-similar",
    "name": "Less Than but Not Similar To",
    "aliases": [
      "less than but not similar to"
    ],
    "unicode": "U+22E6",
    "htmlEntity": "&#8934;",
    "htmlDecimal": "&#8934;",
    "latex": "\\lnsim",
    "mathml": "<mo>⋦</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the less than but not similar to, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋦; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "less than but not similar to",
    "examples": [
      "⋦ is used in a context where represents the less than but not similar to, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22E6 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lnsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋦, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋦, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋦ or use Insert → Special characters. For structured math, use the equation editor and verify \\lnsim.",
      "excel": "Paste ⋦ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Less Than but Not Similar To (⋦): Meaning, Examples & LaTeX",
      "description": "Copy ⋦ (U+22E6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋦; Define the operands and result type when first using ⋦; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋦ as U+22E6; for structured equations, use \\lnsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Less Than but Not Similar To."
    ],
    "searchIntents": [
      "Less Than but Not Similar To symbol meaning",
      "Less Than but Not Similar To copy and paste",
      "Less Than but Not Similar To LaTeX",
      "Less Than but Not Similar To Unicode",
      "how to type Less Than but Not Similar To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Less Than but Not Similar To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋦ in plain text when a Unicode character is appropriate and the destination preserves U+22E6.",
      "Use \\lnsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Less Than but Not Similar To is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "greater-not-similar",
    "symbol": "⋧",
    "slug": "greater-not-similar",
    "name": "Greater Than but Not Similar To",
    "aliases": [
      "greater than but not similar to"
    ],
    "unicode": "U+22E7",
    "htmlEntity": "&#8935;",
    "htmlDecimal": "&#8935;",
    "latex": "\\gnsim",
    "mathml": "<mo>⋧</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the greater than but not similar to, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋧; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "greater than but not similar to",
    "examples": [
      "⋧ is used in a context where represents the greater than but not similar to, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22E7 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\gnsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋧, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋧, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋧ or use Insert → Special characters. For structured math, use the equation editor and verify \\gnsim.",
      "excel": "Paste ⋧ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Greater Than but Not Similar To (⋧): Meaning, Examples & LaTeX",
      "description": "Copy ⋧ (U+22E7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋧; Define the operands and result type when first using ⋧; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋧ as U+22E7; for structured equations, use \\gnsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Greater Than but Not Similar To."
    ],
    "searchIntents": [
      "Greater Than but Not Similar To symbol meaning",
      "Greater Than but Not Similar To copy and paste",
      "Greater Than but Not Similar To LaTeX",
      "Greater Than but Not Similar To Unicode",
      "how to type Greater Than but Not Similar To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Greater Than but Not Similar To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋧ in plain text when a Unicode character is appropriate and the destination preserves U+22E7.",
      "Use \\gnsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Greater Than but Not Similar To is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "precedes-not-similar",
    "symbol": "⋨",
    "slug": "precedes-not-similar",
    "name": "Precedes but Not Similar To",
    "aliases": [
      "precedes but not similar to"
    ],
    "unicode": "U+22E8",
    "htmlEntity": "&#8936;",
    "htmlDecimal": "&#8936;",
    "latex": "\\precnsim",
    "mathml": "<mo>⋨</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the precedes but not similar to, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋨; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "precedes but not similar to",
    "examples": [
      "⋨ is used in a context where represents the precedes but not similar to, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22E8 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\precnsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋨, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋨, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋨ or use Insert → Special characters. For structured math, use the equation editor and verify \\precnsim.",
      "excel": "Paste ⋨ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Precedes but Not Similar To (⋨): Meaning, Examples & LaTeX",
      "description": "Copy ⋨ (U+22E8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋨; Define the operands and result type when first using ⋨; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋨ as U+22E8; for structured equations, use \\precnsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Precedes but Not Similar To."
    ],
    "searchIntents": [
      "Precedes but Not Similar To symbol meaning",
      "Precedes but Not Similar To copy and paste",
      "Precedes but Not Similar To LaTeX",
      "Precedes but Not Similar To Unicode",
      "how to type Precedes but Not Similar To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Precedes but Not Similar To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋨ in plain text when a Unicode character is appropriate and the destination preserves U+22E8.",
      "Use \\precnsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Precedes but Not Similar To is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "succeeds-not-similar",
    "symbol": "⋩",
    "slug": "succeeds-not-similar",
    "name": "Succeeds but Not Similar To",
    "aliases": [
      "succeeds but not similar to"
    ],
    "unicode": "U+22E9",
    "htmlEntity": "&#8937;",
    "htmlDecimal": "&#8937;",
    "latex": "\\succnsim",
    "mathml": "<mo>⋩</mo>",
    "categories": [
      "functions-operators",
      "algebra"
    ],
    "meaning": "Represents the succeeds but not similar to, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋩; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "succeeds but not similar to",
    "examples": [
      "⋩ is used in a context where represents the succeeds but not similar to, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "function-composition",
      "bullet-operator",
      "asterisk-operator",
      "star-operator"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22E9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\succnsim and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋩ or use Insert → Special characters. For structured math, use the equation editor and verify \\succnsim.",
      "excel": "Paste ⋩ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Succeeds but Not Similar To (⋩): Meaning, Examples & LaTeX",
      "description": "Copy ⋩ (U+22E9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋩; Define the operands and result type when first using ⋩; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋩ as U+22E9; for structured equations, use \\succnsim in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Succeeds but Not Similar To."
    ],
    "searchIntents": [
      "Succeeds but Not Similar To symbol meaning",
      "Succeeds but Not Similar To copy and paste",
      "Succeeds but Not Similar To LaTeX",
      "Succeeds but Not Similar To Unicode",
      "how to type Succeeds but Not Similar To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Succeeds but Not Similar To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "useCases": [
      "Use ⋩ in plain text when a Unicode character is appropriate and the destination preserves U+22E9.",
      "Use \\succnsim in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Succeeds but Not Similar To is used in functions operators, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Functions and Operators",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∘ — Function Composition",
      "∙ — Bullet Operator",
      "∗ — Asterisk Operator"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-triangle-left",
    "symbol": "⋪",
    "slug": "not-triangle-left",
    "name": "Not Normal Subgroup Of",
    "aliases": [
      "not normal subgroup of"
    ],
    "unicode": "U+22EA",
    "htmlEntity": "&#8938;",
    "htmlDecimal": "&#8938;",
    "latex": "\\ntriangleleft",
    "mathml": "<mo>⋪</mo>",
    "categories": [
      "algebra",
      "graph-theory"
    ],
    "meaning": "Represents the not normal subgroup of, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋪; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "not normal subgroup of",
    "examples": [
      "⋪ is used in a context where represents the not normal subgroup of, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22EA in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ntriangleleft and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋪, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋪, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋪ or use Insert → Special characters. For structured math, use the equation editor and verify \\ntriangleleft.",
      "excel": "Paste ⋪ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Normal Subgroup Of (⋪): Meaning, Examples & LaTeX",
      "description": "Copy ⋪ (U+22EA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋪; Define the operands and result type when first using ⋪; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋪ as U+22EA; for structured equations, use \\ntriangleleft in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Normal Subgroup Of."
    ],
    "searchIntents": [
      "Not Normal Subgroup Of symbol meaning",
      "Not Normal Subgroup Of copy and paste",
      "Not Normal Subgroup Of LaTeX",
      "Not Normal Subgroup Of Unicode",
      "how to type Not Normal Subgroup Of"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Normal Subgroup Of against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⋪ in plain text when a Unicode character is appropriate and the destination preserves U+22EA.",
      "Use \\ntriangleleft in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Normal Subgroup Of is used in algebra, graph theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Graph Theory Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-triangle-right",
    "symbol": "⋫",
    "slug": "not-triangle-right",
    "name": "Does Not Contain as Normal Subgroup",
    "aliases": [
      "does not contain as normal subgroup"
    ],
    "unicode": "U+22EB",
    "htmlEntity": "&#8939;",
    "htmlDecimal": "&#8939;",
    "latex": "\\ntriangleright",
    "mathml": "<mo>⋫</mo>",
    "categories": [
      "algebra",
      "graph-theory"
    ],
    "meaning": "Represents the does not contain as normal subgroup, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋫; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "does not contain as normal subgroup",
    "examples": [
      "⋫ is used in a context where represents the does not contain as normal subgroup, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22EB in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ntriangleright and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋫, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋫, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋫ or use Insert → Special characters. For structured math, use the equation editor and verify \\ntriangleright.",
      "excel": "Paste ⋫ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋫ Symbol: Does Not Contain as Normal Subgroup, Unicode & LaTeX",
      "description": "Copy ⋫ (U+22EB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋫; Define the operands and result type when first using ⋫; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋫ as U+22EB; for structured equations, use \\ntriangleright in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Contain as Normal Subgroup."
    ],
    "searchIntents": [
      "Does Not Contain as Normal Subgroup symbol meaning",
      "Does Not Contain as Normal Subgroup copy and paste",
      "Does Not Contain as Normal Subgroup LaTeX",
      "Does Not Contain as Normal Subgroup Unicode",
      "how to type Does Not Contain as Normal Subgroup"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Does Not Contain as Normal Subgroup against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⋫ in plain text when a Unicode character is appropriate and the destination preserves U+22EB.",
      "Use \\ntriangleright in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Contain as Normal Subgroup is used in algebra, graph theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Graph Theory Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-triangle-left-equal",
    "symbol": "⋬",
    "slug": "not-triangle-left-equal",
    "name": "Not Normal Subgroup Of or Equal To",
    "aliases": [
      "not normal subgroup of or equal to"
    ],
    "unicode": "U+22EC",
    "htmlEntity": "&#8940;",
    "htmlDecimal": "&#8940;",
    "latex": "\\ntrianglelefteq",
    "mathml": "<mo>⋬</mo>",
    "categories": [
      "algebra",
      "graph-theory"
    ],
    "meaning": "Represents the not normal subgroup of or equal to, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋬; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "not normal subgroup of or equal to",
    "examples": [
      "⋬ is used in a context where represents the not normal subgroup of or equal to, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22EC in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ntrianglelefteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋬, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋬, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋬ or use Insert → Special characters. For structured math, use the equation editor and verify \\ntrianglelefteq.",
      "excel": "Paste ⋬ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Normal Subgroup Of or Equal To (⋬): Meaning, Examples & LaTeX",
      "description": "Copy ⋬ (U+22EC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋬; Define the operands and result type when first using ⋬; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋬ as U+22EC; for structured equations, use \\ntrianglelefteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Normal Subgroup Of or Equal To."
    ],
    "searchIntents": [
      "Not Normal Subgroup Of or Equal To symbol meaning",
      "Not Normal Subgroup Of or Equal To copy and paste",
      "Not Normal Subgroup Of or Equal To LaTeX",
      "Not Normal Subgroup Of or Equal To Unicode",
      "how to type Not Normal Subgroup Of or Equal To"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Not Normal Subgroup Of or Equal To against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⋬ in plain text when a Unicode character is appropriate and the destination preserves U+22EC.",
      "Use \\ntrianglelefteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Normal Subgroup Of or Equal To is used in algebra, graph theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Graph Theory Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-triangle-right-equal",
    "symbol": "⋭",
    "slug": "not-triangle-right-equal",
    "name": "Does Not Contain as Normal Subgroup or Equal",
    "aliases": [
      "does not contain as normal subgroup or equal"
    ],
    "unicode": "U+22ED",
    "htmlEntity": "&#8941;",
    "htmlDecimal": "&#8941;",
    "latex": "\\ntrianglerighteq",
    "mathml": "<mo>⋭</mo>",
    "categories": [
      "algebra",
      "graph-theory"
    ],
    "meaning": "Represents the does not contain as normal subgroup or equal, a specialized mathematical operator or relation whose exact definition depends on context.",
    "usage": "Define the operands and result type when first using ⋭; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
    "pronunciation": "does not contain as normal subgroup or equal",
    "examples": [
      "⋭ is used in a context where represents the does not contain as normal subgroup or equal, a specialized mathematical operator or relation whose exact definition depends on context."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+22ED in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ntrianglerighteq and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⋭, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋭, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋭ or use Insert → Special characters. For structured math, use the equation editor and verify \\ntrianglerighteq.",
      "excel": "Paste ⋭ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋭ Symbol (U+22ED): Meaning, Unicode & LaTeX",
      "description": "Copy ⋭ (U+22ED), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⋭; Define the operands and result type when first using ⋭; specialized operator symbols should not be treated as ordinary multiplication or punctuation.",
      "For plain text, copy ⋭ as U+22ED; for structured equations, use \\ntrianglerighteq in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Contain as Normal Subgroup or Equal."
    ],
    "searchIntents": [
      "Does Not Contain as Normal Subgroup or Equal symbol meaning",
      "Does Not Contain as Normal Subgroup or Equal copy and paste",
      "Does Not Contain as Normal Subgroup or Equal LaTeX",
      "Does Not Contain as Normal Subgroup or Equal Unicode",
      "how to type Does Not Contain as Normal Subgroup or Equal"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Does Not Contain as Normal Subgroup or Equal against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⋭ in plain text when a Unicode character is appropriate and the destination preserves U+22ED.",
      "Use \\ntrianglerighteq in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Contain as Normal Subgroup or Equal is used in algebra, graph theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Algebra Symbols",
      "Graph Theory Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-angle-bracket",
    "symbol": "⟨",
    "slug": "left-angle-bracket",
    "name": "Left Angle Bracket",
    "aliases": [
      "left angle"
    ],
    "unicode": "U+27E8",
    "htmlEntity": "&#10216;",
    "htmlDecimal": "&#10216;",
    "latex": "\\langle",
    "mathml": "<mo>⟨</mo>",
    "categories": [
      "basic-math",
      "functions-operators",
      "tensor-calculus",
      "quantum-mechanics"
    ],
    "meaning": "Marks the left angle bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⟨ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "left angle bracket",
    "examples": [
      "⟨ is used in a context where marks the left angle bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27E8 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\langle and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟨, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟨, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟨ or use Insert → Special characters. For structured math, use the equation editor and verify \\langle.",
      "excel": "Paste ⟨ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Angle Bracket (⟨): Uses, Unicode & LaTeX",
      "description": "Copy ⟨ (U+27E8), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⟨ is acting as an operator, differential, index, or variable in the surrounding expression; Always pair ⟨ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⟨ as U+27E8; for structured equations, use \\langle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Angle Bracket."
    ],
    "searchIntents": [
      "Left Angle Bracket symbol meaning",
      "Left Angle Bracket copy and paste",
      "Left Angle Bracket LaTeX",
      "Left Angle Bracket Unicode",
      "how to type Left Angle Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left Angle Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⟨ in plain text when a Unicode character is appropriate and the destination preserves U+27E8.",
      "Use \\langle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Angle Bracket is used in basic math, functions operators, tensor calculus with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators",
      "Tensor Calculus Symbols",
      "Quantum Mechanics Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-angle-bracket",
    "symbol": "⟩",
    "slug": "right-angle-bracket",
    "name": "Right Angle Bracket",
    "aliases": [
      "right angle"
    ],
    "unicode": "U+27E9",
    "htmlEntity": "&#10217;",
    "htmlDecimal": "&#10217;",
    "latex": "\\rangle",
    "mathml": "<mo>⟩</mo>",
    "categories": [
      "basic-math",
      "functions-operators",
      "tensor-calculus",
      "quantum-mechanics"
    ],
    "meaning": "Marks the right angle bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⟩ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "right angle bracket",
    "examples": [
      "⟩ is used in a context where marks the right angle bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27E9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rangle and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟩ or use Insert → Special characters. For structured math, use the equation editor and verify \\rangle.",
      "excel": "Paste ⟩ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Angle Bracket (⟩): Uses, Unicode & LaTeX",
      "description": "Copy ⟩ (U+27E9), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⟩ is acting as an operator, differential, index, or variable in the surrounding expression; Always pair ⟩ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⟩ as U+27E9; for structured equations, use \\rangle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Angle Bracket."
    ],
    "searchIntents": [
      "Right Angle Bracket symbol meaning",
      "Right Angle Bracket copy and paste",
      "Right Angle Bracket LaTeX",
      "Right Angle Bracket Unicode",
      "how to type Right Angle Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Right Angle Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⟩ in plain text when a Unicode character is appropriate and the destination preserves U+27E9.",
      "Use \\rangle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Angle Bracket is used in basic math, functions operators, tensor calculus with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators",
      "Tensor Calculus Symbols",
      "Quantum Mechanics Symbols"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-double-angle-bracket",
    "symbol": "⟪",
    "slug": "left-double-angle-bracket",
    "name": "Left Double Angle Bracket",
    "aliases": [
      "left double angle"
    ],
    "unicode": "U+27EA",
    "htmlEntity": "&#10218;",
    "htmlDecimal": "&#10218;",
    "latex": "\\lAngle",
    "mathml": "<mo>⟪</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the left double angle bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⟪ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "left double angle bracket",
    "examples": [
      "⟪ is used in a context where marks the left double angle bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27EA in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lAngle and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟪, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟪, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟪ or use Insert → Special characters. For structured math, use the equation editor and verify \\lAngle.",
      "excel": "Paste ⟪ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Double Angle Bracket (⟪): Uses, Unicode & LaTeX",
      "description": "Copy ⟪ (U+27EA), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⟪; Always pair ⟪ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⟪ as U+27EA; for structured equations, use \\lAngle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Double Angle Bracket."
    ],
    "searchIntents": [
      "Left Double Angle Bracket symbol meaning",
      "Left Double Angle Bracket copy and paste",
      "Left Double Angle Bracket LaTeX",
      "Left Double Angle Bracket Unicode",
      "how to type Left Double Angle Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left Double Angle Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⟪ in plain text when a Unicode character is appropriate and the destination preserves U+27EA.",
      "Use \\lAngle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Double Angle Bracket is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-double-angle-bracket",
    "symbol": "⟫",
    "slug": "right-double-angle-bracket",
    "name": "Right Double Angle Bracket",
    "aliases": [
      "right double angle"
    ],
    "unicode": "U+27EB",
    "htmlEntity": "&#10219;",
    "htmlDecimal": "&#10219;",
    "latex": "\\rAngle",
    "mathml": "<mo>⟫</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the right double angle bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⟫ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "right double angle bracket",
    "examples": [
      "⟫ is used in a context where marks the right double angle bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27EB in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rAngle and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟫, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟫, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟫ or use Insert → Special characters. For structured math, use the equation editor and verify \\rAngle.",
      "excel": "Paste ⟫ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Double Angle Bracket (⟫): Uses, Unicode & LaTeX",
      "description": "Copy ⟫ (U+27EB), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⟫; Always pair ⟫ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⟫ as U+27EB; for structured equations, use \\rAngle in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Double Angle Bracket."
    ],
    "searchIntents": [
      "Right Double Angle Bracket symbol meaning",
      "Right Double Angle Bracket copy and paste",
      "Right Double Angle Bracket LaTeX",
      "Right Double Angle Bracket Unicode",
      "how to type Right Double Angle Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Right Double Angle Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⟫ in plain text when a Unicode character is appropriate and the destination preserves U+27EB.",
      "Use \\rAngle in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Double Angle Bracket is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-double-square-bracket",
    "symbol": "⟦",
    "slug": "left-double-square-bracket",
    "name": "Left Double Square Bracket",
    "aliases": [
      "left double square"
    ],
    "unicode": "U+27E6",
    "htmlEntity": "&#10214;",
    "htmlDecimal": "&#10214;",
    "latex": "\\llbracket",
    "mathml": "<mo>⟦</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the left double square bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⟦ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "left double square bracket",
    "examples": [
      "⟦ is used in a context where marks the left double square bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27E6 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\llbracket and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟦, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟦, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟦ or use Insert → Special characters. For structured math, use the equation editor and verify \\llbracket.",
      "excel": "Paste ⟦ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Double Square Bracket (⟦): Uses, Unicode & LaTeX",
      "description": "Copy ⟦ (U+27E6), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⟦; Always pair ⟦ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⟦ as U+27E6; for structured equations, use \\llbracket in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Double Square Bracket."
    ],
    "searchIntents": [
      "Left Double Square Bracket symbol meaning",
      "Left Double Square Bracket copy and paste",
      "Left Double Square Bracket LaTeX",
      "Left Double Square Bracket Unicode",
      "how to type Left Double Square Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left Double Square Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⟦ in plain text when a Unicode character is appropriate and the destination preserves U+27E6.",
      "Use \\llbracket in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Double Square Bracket is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-double-square-bracket",
    "symbol": "⟧",
    "slug": "right-double-square-bracket",
    "name": "Right Double Square Bracket",
    "aliases": [
      "right double square"
    ],
    "unicode": "U+27E7",
    "htmlEntity": "&#10215;",
    "htmlDecimal": "&#10215;",
    "latex": "\\rrbracket",
    "mathml": "<mo>⟧</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the right double square bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⟧ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "right double square bracket",
    "examples": [
      "⟧ is used in a context where marks the right double square bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27E7 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rrbracket and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟧, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟧, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟧ or use Insert → Special characters. For structured math, use the equation editor and verify \\rrbracket.",
      "excel": "Paste ⟧ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Double Square Bracket (⟧): Uses, Unicode & LaTeX",
      "description": "Copy ⟧ (U+27E7), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⟧; Always pair ⟧ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⟧ as U+27E7; for structured equations, use \\rrbracket in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Double Square Bracket."
    ],
    "searchIntents": [
      "Right Double Square Bracket symbol meaning",
      "Right Double Square Bracket copy and paste",
      "Right Double Square Bracket LaTeX",
      "Right Double Square Bracket Unicode",
      "how to type Right Double Square Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Right Double Square Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⟧ in plain text when a Unicode character is appropriate and the destination preserves U+27E7.",
      "Use \\rrbracket in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Double Square Bracket is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-group-bracket",
    "symbol": "⟮",
    "slug": "left-group-bracket",
    "name": "Left Group Bracket",
    "aliases": [
      "left group"
    ],
    "unicode": "U+27EE",
    "htmlEntity": "&#10222;",
    "htmlDecimal": "&#10222;",
    "latex": "\\lgroup",
    "mathml": "<mo>⟮</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the left group bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⟮ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "left group bracket",
    "examples": [
      "⟮ is used in a context where marks the left group bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27EE in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lgroup and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟮, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟮, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟮ or use Insert → Special characters. For structured math, use the equation editor and verify \\lgroup.",
      "excel": "Paste ⟮ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Group Bracket (⟮): Uses, Unicode & LaTeX",
      "description": "Copy ⟮ (U+27EE), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⟮; Always pair ⟮ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⟮ as U+27EE; for structured equations, use \\lgroup in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Group Bracket."
    ],
    "searchIntents": [
      "Left Group Bracket symbol meaning",
      "Left Group Bracket copy and paste",
      "Left Group Bracket LaTeX",
      "Left Group Bracket Unicode",
      "how to type Left Group Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left Group Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⟮ in plain text when a Unicode character is appropriate and the destination preserves U+27EE.",
      "Use \\lgroup in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Group Bracket is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-group-bracket",
    "symbol": "⟯",
    "slug": "right-group-bracket",
    "name": "Right Group Bracket",
    "aliases": [
      "right group"
    ],
    "unicode": "U+27EF",
    "htmlEntity": "&#10223;",
    "htmlDecimal": "&#10223;",
    "latex": "\\rgroup",
    "mathml": "<mo>⟯</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the right group bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⟯ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "right group bracket",
    "examples": [
      "⟯ is used in a context where marks the right group bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+27EF in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rgroup and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⟯, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟯, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟯ or use Insert → Special characters. For structured math, use the equation editor and verify \\rgroup.",
      "excel": "Paste ⟯ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Group Bracket (⟯): Uses, Unicode & LaTeX",
      "description": "Copy ⟯ (U+27EF), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⟯; Always pair ⟯ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⟯ as U+27EF; for structured equations, use \\rgroup in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Group Bracket."
    ],
    "searchIntents": [
      "Right Group Bracket symbol meaning",
      "Right Group Bracket copy and paste",
      "Right Group Bracket LaTeX",
      "Right Group Bracket Unicode",
      "how to type Right Group Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Right Group Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⟯ in plain text when a Unicode character is appropriate and the destination preserves U+27EF.",
      "Use \\rgroup in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Group Bracket is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "upper-left-corner",
    "symbol": "⌜",
    "slug": "upper-left-corner",
    "name": "Upper Left Corner",
    "aliases": [
      "upper left corner"
    ],
    "unicode": "U+231C",
    "htmlEntity": "&#8988;",
    "htmlDecimal": "&#8988;",
    "latex": "\\ulcorner",
    "mathml": "<mo>⌜</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the upper left corner used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⌜ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "upper left corner",
    "examples": [
      "⌜ is used in a context where marks the upper left corner used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+231C in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ulcorner and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌜ or use Insert → Special characters. For structured math, use the equation editor and verify \\ulcorner.",
      "excel": "Paste ⌜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Upper Left Corner (⌜): Meaning, Examples & LaTeX",
      "description": "Copy ⌜ (U+231C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌜; Always pair ⌜ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⌜ as U+231C; for structured equations, use \\ulcorner in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Upper Left Corner."
    ],
    "searchIntents": [
      "Upper Left Corner symbol meaning",
      "Upper Left Corner copy and paste",
      "Upper Left Corner LaTeX",
      "Upper Left Corner Unicode",
      "how to type Upper Left Corner"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Upper Left Corner against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⌜ in plain text when a Unicode character is appropriate and the destination preserves U+231C.",
      "Use \\ulcorner in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Upper Left Corner is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "upper-right-corner",
    "symbol": "⌝",
    "slug": "upper-right-corner",
    "name": "Upper Right Corner",
    "aliases": [
      "upper right corner"
    ],
    "unicode": "U+231D",
    "htmlEntity": "&#8989;",
    "htmlDecimal": "&#8989;",
    "latex": "\\urcorner",
    "mathml": "<mo>⌝</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the upper right corner used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⌝ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "upper right corner",
    "examples": [
      "⌝ is used in a context where marks the upper right corner used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+231D in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\urcorner and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌝ or use Insert → Special characters. For structured math, use the equation editor and verify \\urcorner.",
      "excel": "Paste ⌝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Upper Right Corner (⌝): Meaning, Examples & LaTeX",
      "description": "Copy ⌝ (U+231D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌝; Always pair ⌝ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⌝ as U+231D; for structured equations, use \\urcorner in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Upper Right Corner."
    ],
    "searchIntents": [
      "Upper Right Corner symbol meaning",
      "Upper Right Corner copy and paste",
      "Upper Right Corner LaTeX",
      "Upper Right Corner Unicode",
      "how to type Upper Right Corner"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Upper Right Corner against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⌝ in plain text when a Unicode character is appropriate and the destination preserves U+231D.",
      "Use \\urcorner in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Upper Right Corner is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "lower-left-corner",
    "symbol": "⌞",
    "slug": "lower-left-corner",
    "name": "Lower Left Corner",
    "aliases": [
      "lower left corner"
    ],
    "unicode": "U+231E",
    "htmlEntity": "&#8990;",
    "htmlDecimal": "&#8990;",
    "latex": "\\llcorner",
    "mathml": "<mo>⌞</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the lower left corner used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⌞ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "lower left corner",
    "examples": [
      "⌞ is used in a context where marks the lower left corner used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+231E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\llcorner and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌞ or use Insert → Special characters. For structured math, use the equation editor and verify \\llcorner.",
      "excel": "Paste ⌞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Lower Left Corner (⌞): Meaning, Examples & LaTeX",
      "description": "Copy ⌞ (U+231E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌞; Always pair ⌞ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⌞ as U+231E; for structured equations, use \\llcorner in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Lower Left Corner."
    ],
    "searchIntents": [
      "Lower Left Corner symbol meaning",
      "Lower Left Corner copy and paste",
      "Lower Left Corner LaTeX",
      "Lower Left Corner Unicode",
      "how to type Lower Left Corner"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Lower Left Corner against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⌞ in plain text when a Unicode character is appropriate and the destination preserves U+231E.",
      "Use \\llcorner in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Lower Left Corner is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "lower-right-corner",
    "symbol": "⌟",
    "slug": "lower-right-corner",
    "name": "Lower Right Corner",
    "aliases": [
      "lower right corner"
    ],
    "unicode": "U+231F",
    "htmlEntity": "&#8991;",
    "htmlDecimal": "&#8991;",
    "latex": "\\lrcorner",
    "mathml": "<mo>⌟</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the lower right corner used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⌟ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "lower right corner",
    "examples": [
      "⌟ is used in a context where marks the lower right corner used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+231F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lrcorner and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⌟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⌟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⌟ or use Insert → Special characters. For structured math, use the equation editor and verify \\lrcorner.",
      "excel": "Paste ⌟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Lower Right Corner (⌟): Meaning, Examples & LaTeX",
      "description": "Copy ⌟ (U+231F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⌟; Always pair ⌟ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⌟ as U+231F; for structured equations, use \\lrcorner in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Lower Right Corner."
    ],
    "searchIntents": [
      "Lower Right Corner symbol meaning",
      "Lower Right Corner copy and paste",
      "Lower Right Corner LaTeX",
      "Lower Right Corner Unicode",
      "how to type Lower Right Corner"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Lower Right Corner against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⌟ in plain text when a Unicode character is appropriate and the destination preserves U+231F.",
      "Use \\lrcorner in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Lower Right Corner is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-white-curly-bracket",
    "symbol": "⦃",
    "slug": "left-white-curly-bracket",
    "name": "Left White Curly Bracket",
    "aliases": [
      "left white curly"
    ],
    "unicode": "U+2983",
    "htmlEntity": "&#10627;",
    "htmlDecimal": "&#10627;",
    "latex": "\\lBrace",
    "mathml": "<mo>⦃</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the left white curly bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⦃ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "left white curly bracket",
    "examples": [
      "⦃ is used in a context where marks the left white curly bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2983 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\lBrace and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⦃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦃ or use Insert → Special characters. For structured math, use the equation editor and verify \\lBrace.",
      "excel": "Paste ⦃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left White Curly Bracket (⦃): Uses, Unicode & LaTeX",
      "description": "Copy ⦃ (U+2983), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⦃; Always pair ⦃ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⦃ as U+2983; for structured equations, use \\lBrace in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left White Curly Bracket."
    ],
    "searchIntents": [
      "Left White Curly Bracket symbol meaning",
      "Left White Curly Bracket copy and paste",
      "Left White Curly Bracket LaTeX",
      "Left White Curly Bracket Unicode",
      "how to type Left White Curly Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Left White Curly Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⦃ in plain text when a Unicode character is appropriate and the destination preserves U+2983.",
      "Use \\lBrace in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left White Curly Bracket is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-white-curly-bracket",
    "symbol": "⦄",
    "slug": "right-white-curly-bracket",
    "name": "Right White Curly Bracket",
    "aliases": [
      "right white curly"
    ],
    "unicode": "U+2984",
    "htmlEntity": "&#10628;",
    "htmlDecimal": "&#10628;",
    "latex": "\\rBrace",
    "mathml": "<mo>⦄</mo>",
    "categories": [
      "basic-math",
      "functions-operators"
    ],
    "meaning": "Marks the right white curly bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures.",
    "usage": "Always pair ⦄ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
    "pronunciation": "right white curly bracket",
    "examples": [
      "⦄ is used in a context where marks the right white curly bracket used to group expressions, denote inner products, intervals, semantics, or specialized mathematical structures."
    ],
    "relatedSymbols": [
      "plus",
      "minus",
      "multiplication",
      "division"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2984 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\rBrace and press Space when Word supports the command.",
      "iPhone": "Copy and paste ⦄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦄ or use Insert → Special characters. For structured math, use the equation editor and verify \\rBrace.",
      "excel": "Paste ⦄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right White Curly Bracket (⦄): Uses, Unicode & LaTeX",
      "description": "Copy ⦄ (U+2984), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around ⦄; Always pair ⦄ with its matching delimiter and choose scalable LaTeX delimiters for tall fractions, matrices, and nested expressions.",
      "For plain text, copy ⦄ as U+2984; for structured equations, use \\rBrace in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right White Curly Bracket."
    ],
    "searchIntents": [
      "Right White Curly Bracket symbol meaning",
      "Right White Curly Bracket copy and paste",
      "Right White Curly Bracket LaTeX",
      "Right White Curly Bracket Unicode",
      "how to type Right White Curly Bracket"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Right White Curly Bracket against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "useCases": [
      "Use ⦄ in plain text when a Unicode character is appropriate and the destination preserves U+2984.",
      "Use \\rBrace in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right White Curly Bracket is used in basic math, functions operators with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Basic Math Symbols",
      "Functions and Operators"
    ],
    "confusableCharacters": [
      "+ — Plus Sign",
      "− — Minus Sign",
      "× — Multiplication Sign"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "cent-sign",
    "symbol": "¢",
    "slug": "cent-sign",
    "name": "Cent Sign",
    "aliases": [
      "cent"
    ],
    "unicode": "U+00A2",
    "htmlEntity": "&#162;",
    "htmlDecimal": "&#162;",
    "latex": "\\cent",
    "mathml": "<mo>¢</mo>",
    "categories": [
      "currency-measurement",
      "financial-math"
    ],
    "meaning": "Represents the cent sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Cent Sign (¢), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "cent sign",
    "examples": [
      "¢ is used in a context where represents the cent sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+00A2 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\cent and press Space when Word supports the command.",
      "iPhone": "Copy and paste ¢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ¢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ¢ or use Insert → Special characters. For structured math, use the equation editor and verify \\cent.",
      "excel": "Paste ¢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Cent Sign (¢): Meaning, Examples & LaTeX",
      "description": "Copy ¢ (U+00A2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ¢ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ¢ as U+00A2; for structured equations, use \\cent in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Cent Sign."
    ],
    "searchIntents": [
      "Cent Sign symbol meaning",
      "Cent Sign copy and paste",
      "Cent Sign LaTeX",
      "Cent Sign Unicode",
      "how to type Cent Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ¢ in plain text when a Unicode character is appropriate and the destination preserves U+00A2.",
      "Use \\cent in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Cent Sign is used in currency measurement, financial math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "pound-sign",
    "symbol": "£",
    "slug": "pound-sign",
    "name": "Pound Sign",
    "aliases": [
      "pound"
    ],
    "unicode": "U+00A3",
    "htmlEntity": "&#163;",
    "htmlDecimal": "&#163;",
    "latex": "\\pounds",
    "mathml": "<mo>£</mo>",
    "categories": [
      "currency-measurement",
      "financial-math"
    ],
    "meaning": "Represents the pound sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Pound Sign (£), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "pound sign",
    "examples": [
      "£ is used in a context where represents the pound sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+00A3 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\pounds and press Space when Word supports the command.",
      "iPhone": "Copy and paste £, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste £, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste £ or use Insert → Special characters. For structured math, use the equation editor and verify \\pounds.",
      "excel": "Paste £ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Pound Sign (£): Meaning, Examples & LaTeX",
      "description": "Copy £ (U+00A3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep £ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy £ as U+00A3; for structured equations, use \\pounds in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Pound Sign."
    ],
    "searchIntents": [
      "Pound Sign symbol meaning",
      "Pound Sign copy and paste",
      "Pound Sign LaTeX",
      "Pound Sign Unicode",
      "how to type Pound Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use £ in plain text when a Unicode character is appropriate and the destination preserves U+00A3.",
      "Use \\pounds in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Pound Sign is used in currency measurement, financial math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "yen-sign",
    "symbol": "¥",
    "slug": "yen-sign",
    "name": "Yen Sign",
    "aliases": [
      "yen"
    ],
    "unicode": "U+00A5",
    "htmlEntity": "&#165;",
    "htmlDecimal": "&#165;",
    "latex": "\\yen",
    "mathml": "<mo>¥</mo>",
    "categories": [
      "currency-measurement",
      "financial-math"
    ],
    "meaning": "Represents the yen sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Yen Sign (¥), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "yen sign",
    "examples": [
      "¥ is used in a context where represents the yen sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+00A5 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\yen and press Space when Word supports the command.",
      "iPhone": "Copy and paste ¥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ¥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ¥ or use Insert → Special characters. For structured math, use the equation editor and verify \\yen.",
      "excel": "Paste ¥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Yen Sign (¥): Meaning, Examples & LaTeX",
      "description": "Copy ¥ (U+00A5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ¥ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ¥ as U+00A5; for structured equations, use \\yen in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Yen Sign."
    ],
    "searchIntents": [
      "Yen Sign symbol meaning",
      "Yen Sign copy and paste",
      "Yen Sign LaTeX",
      "Yen Sign Unicode",
      "how to type Yen Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ¥ in plain text when a Unicode character is appropriate and the destination preserves U+00A5.",
      "Use \\yen in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Yen Sign is used in currency measurement, financial math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "euro-sign",
    "symbol": "€",
    "slug": "euro-sign",
    "name": "Euro Sign",
    "aliases": [
      "euro"
    ],
    "unicode": "U+20AC",
    "htmlEntity": "&#8364;",
    "htmlDecimal": "&#8364;",
    "latex": "\\euro",
    "mathml": "<mo>€</mo>",
    "categories": [
      "currency-measurement",
      "financial-math"
    ],
    "meaning": "Represents the euro sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Euro Sign (€), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "euro sign",
    "examples": [
      "€ is used in a context where represents the euro sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+20AC in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\euro and press Space when Word supports the command.",
      "iPhone": "Copy and paste €, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste €, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste € or use Insert → Special characters. For structured math, use the equation editor and verify \\euro.",
      "excel": "Paste € into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Euro Sign (€): Meaning, Examples & LaTeX",
      "description": "Copy € (U+20AC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep € attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy € as U+20AC; for structured equations, use \\euro in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Euro Sign."
    ],
    "searchIntents": [
      "Euro Sign symbol meaning",
      "Euro Sign copy and paste",
      "Euro Sign LaTeX",
      "Euro Sign Unicode",
      "how to type Euro Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use € in plain text when a Unicode character is appropriate and the destination preserves U+20AC.",
      "Use \\euro in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Euro Sign is used in currency measurement, financial math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rupee-sign",
    "symbol": "₹",
    "slug": "rupee-sign",
    "name": "Indian Rupee Sign",
    "aliases": [
      "indian rupee"
    ],
    "unicode": "U+20B9",
    "htmlEntity": "&#8377;",
    "htmlDecimal": "&#8377;",
    "latex": "\\text{₹}",
    "mathml": "<mo>₹</mo>",
    "categories": [
      "currency-measurement",
      "financial-math"
    ],
    "meaning": "Represents the indian rupee sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Indian Rupee Sign (₹), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "indian rupee sign",
    "examples": [
      "₹ is used in a context where represents the indian rupee sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+20B9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\text{₹} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₹, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₹, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₹ or use Insert → Special characters. For structured math, use the equation editor and verify \\text{₹}.",
      "excel": "Paste ₹ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Indian Rupee Sign (₹): Meaning, Examples & LaTeX",
      "description": "Copy ₹ (U+20B9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ₹ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ₹ as U+20B9; for structured equations, use \\text{₹} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Indian Rupee Sign."
    ],
    "searchIntents": [
      "Indian Rupee Sign symbol meaning",
      "Indian Rupee Sign copy and paste",
      "Indian Rupee Sign LaTeX",
      "Indian Rupee Sign Unicode",
      "how to type Indian Rupee Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ₹ in plain text when a Unicode character is appropriate and the destination preserves U+20B9.",
      "Use \\text{₹} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Indian Rupee Sign is used in currency measurement, financial math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "ruble-sign",
    "symbol": "₽",
    "slug": "ruble-sign",
    "name": "Russian Ruble Sign",
    "aliases": [
      "russian ruble"
    ],
    "unicode": "U+20BD",
    "htmlEntity": "&#8381;",
    "htmlDecimal": "&#8381;",
    "latex": "\\text{₽}",
    "mathml": "<mo>₽</mo>",
    "categories": [
      "currency-measurement",
      "financial-math"
    ],
    "meaning": "Represents the russian ruble sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Russian Ruble Sign (₽), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "russian ruble sign",
    "examples": [
      "₽ is used in a context where represents the russian ruble sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+20BD in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\text{₽} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₽ or use Insert → Special characters. For structured math, use the equation editor and verify \\text{₽}.",
      "excel": "Paste ₽ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Russian Ruble Sign (₽): Meaning, Examples & LaTeX",
      "description": "Copy ₽ (U+20BD), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ₽ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ₽ as U+20BD; for structured equations, use \\text{₽} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Russian Ruble Sign."
    ],
    "searchIntents": [
      "Russian Ruble Sign symbol meaning",
      "Russian Ruble Sign copy and paste",
      "Russian Ruble Sign LaTeX",
      "Russian Ruble Sign Unicode",
      "how to type Russian Ruble Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ₽ in plain text when a Unicode character is appropriate and the destination preserves U+20BD.",
      "Use \\text{₽} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Russian Ruble Sign is used in currency measurement, financial math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "won-sign",
    "symbol": "₩",
    "slug": "won-sign",
    "name": "Won Sign",
    "aliases": [
      "won"
    ],
    "unicode": "U+20A9",
    "htmlEntity": "&#8361;",
    "htmlDecimal": "&#8361;",
    "latex": "\\text{₩}",
    "mathml": "<mo>₩</mo>",
    "categories": [
      "currency-measurement",
      "financial-math"
    ],
    "meaning": "Represents the won sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Won Sign (₩), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "won sign",
    "examples": [
      "₩ is used in a context where represents the won sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+20A9 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\text{₩} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₩ or use Insert → Special characters. For structured math, use the equation editor and verify \\text{₩}.",
      "excel": "Paste ₩ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Won Sign (₩): Meaning, Examples & LaTeX",
      "description": "Copy ₩ (U+20A9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ₩ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ₩ as U+20A9; for structured equations, use \\text{₩} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Won Sign."
    ],
    "searchIntents": [
      "Won Sign symbol meaning",
      "Won Sign copy and paste",
      "Won Sign LaTeX",
      "Won Sign Unicode",
      "how to type Won Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ₩ in plain text when a Unicode character is appropriate and the destination preserves U+20A9.",
      "Use \\text{₩} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Won Sign is used in currency measurement, financial math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "bitcoin-sign",
    "symbol": "₿",
    "slug": "bitcoin-sign",
    "name": "Bitcoin Sign",
    "aliases": [
      "bitcoin"
    ],
    "unicode": "U+20BF",
    "htmlEntity": "&#8383;",
    "htmlDecimal": "&#8383;",
    "latex": "\\text{₿}",
    "mathml": "<mo>₿</mo>",
    "categories": [
      "currency-measurement",
      "financial-math"
    ],
    "meaning": "Represents the bitcoin sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Bitcoin Sign (₿), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "bitcoin sign",
    "examples": [
      "₿ is used in a context where represents the bitcoin sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+20BF in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\text{₿} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ₿, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ₿, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ₿ or use Insert → Special characters. For structured math, use the equation editor and verify \\text{₿}.",
      "excel": "Paste ₿ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bitcoin Sign (₿): Meaning, Examples & LaTeX",
      "description": "Copy ₿ (U+20BF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ₿ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ₿ as U+20BF; for structured equations, use \\text{₿} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bitcoin Sign."
    ],
    "searchIntents": [
      "Bitcoin Sign symbol meaning",
      "Bitcoin Sign copy and paste",
      "Bitcoin Sign LaTeX",
      "Bitcoin Sign Unicode",
      "how to type Bitcoin Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ₿ in plain text when a Unicode character is appropriate and the destination preserves U+20BF.",
      "Use \\text{₿} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bitcoin Sign is used in currency measurement, financial math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "basis-point",
    "symbol": "‱",
    "slug": "basis-point",
    "name": "Per Ten Thousand Sign",
    "aliases": [
      "per ten thousand"
    ],
    "unicode": "U+2031",
    "htmlEntity": "&#8241;",
    "htmlDecimal": "&#8241;",
    "latex": "\\textpertenthousand",
    "mathml": "<mo>‱</mo>",
    "categories": [
      "currency-measurement",
      "financial-math",
      "statistics"
    ],
    "meaning": "Represents the per ten thousand sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Per Ten Thousand Sign (‱), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "per ten thousand sign",
    "examples": [
      "‱ is used in a context where represents the per ten thousand sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2031 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\textpertenthousand and press Space when Word supports the command.",
      "iPhone": "Copy and paste ‱, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ‱, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ‱ or use Insert → Special characters. For structured math, use the equation editor and verify \\textpertenthousand.",
      "excel": "Paste ‱ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Per Ten Thousand Sign (‱): Meaning, Examples & LaTeX",
      "description": "Copy ‱ (U+2031), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define ‱ near first use because statistical and probability conventions can distinguish sample, population, estimator, and parameter meanings.",
      "For plain text, copy ‱ as U+2031; for structured equations, use \\textpertenthousand in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Per Ten Thousand Sign."
    ],
    "searchIntents": [
      "Per Ten Thousand Sign symbol meaning",
      "Per Ten Thousand Sign copy and paste",
      "Per Ten Thousand Sign LaTeX",
      "Per Ten Thousand Sign Unicode",
      "how to type Per Ten Thousand Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ‱ in plain text when a Unicode character is appropriate and the destination preserves U+2031.",
      "Use \\textpertenthousand in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Per Ten Thousand Sign is used in currency measurement, financial math, statistics with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Financial Mathematics Symbols",
      "Statistics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "mho-sign",
    "symbol": "℧",
    "slug": "mho-sign",
    "name": "Mho Sign",
    "aliases": [
      "mho"
    ],
    "unicode": "U+2127",
    "htmlEntity": "&#8487;",
    "htmlDecimal": "&#8487;",
    "latex": "\\mho",
    "mathml": "<mo>℧</mo>",
    "categories": [
      "currency-measurement",
      "physics"
    ],
    "meaning": "Represents the mho sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Mho Sign (℧), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "mho sign",
    "examples": [
      "℧ is used in a context where represents the mho sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2127 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\mho and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℧, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℧, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℧ or use Insert → Special characters. For structured math, use the equation editor and verify \\mho.",
      "excel": "Paste ℧ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Mho Sign (℧): Meaning, Examples & LaTeX",
      "description": "Copy ℧ (U+2127), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ℧ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ℧ as U+2127; for structured equations, use \\mho in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Mho Sign."
    ],
    "searchIntents": [
      "Mho Sign symbol meaning",
      "Mho Sign copy and paste",
      "Mho Sign LaTeX",
      "Mho Sign Unicode",
      "how to type Mho Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ℧ in plain text when a Unicode character is appropriate and the destination preserves U+2127.",
      "Use \\mho in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Mho Sign is used in currency measurement, physics with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Physics Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "angstrom-sign",
    "symbol": "Å",
    "slug": "angstrom-sign",
    "name": "Angstrom Sign",
    "aliases": [
      "angstrom"
    ],
    "unicode": "U+212B",
    "htmlEntity": "&#8491;",
    "htmlDecimal": "&#8491;",
    "latex": "\\text{Å}",
    "mathml": "<mo>Å</mo>",
    "categories": [
      "currency-measurement",
      "physics",
      "chemistry"
    ],
    "meaning": "Represents the angstrom sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Angstrom Sign (Å), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "angstrom sign",
    "examples": [
      "Å is used in a context where represents the angstrom sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+212B in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\text{Å} and press Space when Word supports the command.",
      "iPhone": "Copy and paste Å, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste Å, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste Å or use Insert → Special characters. For structured math, use the equation editor and verify \\text{Å}.",
      "excel": "Paste Å into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Angstrom Sign (Å): Meaning, Examples & LaTeX",
      "description": "Copy Å (U+212B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep Å attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy Å as U+212B; for structured equations, use \\text{Å} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Angstrom Sign."
    ],
    "searchIntents": [
      "Angstrom Sign symbol meaning",
      "Angstrom Sign copy and paste",
      "Angstrom Sign LaTeX",
      "Angstrom Sign Unicode",
      "how to type Angstrom Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use Å in plain text when a Unicode character is appropriate and the destination preserves U+212B.",
      "Use \\text{Å} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Angstrom Sign is used in currency measurement, physics, chemistry with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols",
      "Physics Symbols",
      "Chemistry Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "script-small-l",
    "symbol": "ℓ",
    "slug": "script-small-l",
    "name": "Script Small L",
    "aliases": [
      "script small l"
    ],
    "unicode": "U+2113",
    "htmlEntity": "&#8467;",
    "htmlDecimal": "&#8467;",
    "latex": "\\ell",
    "mathml": "<mi>ℓ</mi>",
    "categories": [
      "math-alphanumeric",
      "physics"
    ],
    "meaning": "Represents the script small l in financial, scientific, measurement, or technical notation.",
    "usage": "For Script Small L (ℓ), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "script small l",
    "examples": [
      "ℓ is used in a context where represents the script small l in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "vector-arrow",
      "blackboard-c",
      "blackboard-h",
      "script-l"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2113 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\ell and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℓ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℓ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℓ or use Insert → Special characters. For structured math, use the equation editor and verify \\ell.",
      "excel": "Paste ℓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Script Small L (ℓ): Meaning, Unicode & LaTeX",
      "description": "Copy ℓ, learn the meaning and semantic role of script small l, and get Unicode, LaTeX (\\ell), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for ℓ; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy ℓ as U+2113; for structured equations, use \\ell in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Script Small L."
    ],
    "searchIntents": [
      "Script Small L symbol meaning",
      "Script Small L copy and paste",
      "Script Small L LaTeX",
      "Script Small L Unicode",
      "how to type Script Small L"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "⃗ — Combining Vector Arrow",
      "ℂ — Complex Numbers",
      "ℍ — Quaternions"
    ],
    "useCases": [
      "Use ℓ in plain text when a Unicode character is appropriate and the destination preserves U+2113.",
      "Use \\ell in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Script Small L is used in math alphanumeric, physics with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols",
      "Physics Symbols"
    ],
    "confusableCharacters": [
      "⃗ — Combining Vector Arrow",
      "ℂ — Complex Numbers",
      "ℍ — Quaternions"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "estimated-sign",
    "symbol": "℮",
    "slug": "estimated-sign",
    "name": "Estimated Sign",
    "aliases": [
      "estimated"
    ],
    "unicode": "U+212E",
    "htmlEntity": "&#8494;",
    "htmlDecimal": "&#8494;",
    "latex": "\\text{℮}",
    "mathml": "<mo>℮</mo>",
    "categories": [
      "currency-measurement"
    ],
    "meaning": "Represents the estimated sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Estimated Sign (℮), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "estimated sign",
    "examples": [
      "℮ is used in a context where represents the estimated sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+212E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\text{℮} and press Space when Word supports the command.",
      "iPhone": "Copy and paste ℮, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ℮, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ℮ or use Insert → Special characters. For structured math, use the equation editor and verify \\text{℮}.",
      "excel": "Paste ℮ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Estimated Sign (℮): Meaning, Examples & LaTeX",
      "description": "Copy ℮ (U+212E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep ℮ attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy ℮ as U+212E; for structured equations, use \\text{℮} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Estimated Sign."
    ],
    "searchIntents": [
      "Estimated Sign symbol meaning",
      "Estimated Sign copy and paste",
      "Estimated Sign LaTeX",
      "Estimated Sign Unicode",
      "how to type Estimated Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use ℮ in plain text when a Unicode character is appropriate and the destination preserves U+212E.",
      "Use \\text{℮} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Estimated Sign is used in currency measurement with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "numero-sign",
    "symbol": "№",
    "slug": "numero-sign",
    "name": "Numero Sign",
    "aliases": [
      "numero"
    ],
    "unicode": "U+2116",
    "htmlEntity": "&#8470;",
    "htmlDecimal": "&#8470;",
    "latex": "\\textnumero",
    "mathml": "<mo>№</mo>",
    "categories": [
      "currency-measurement"
    ],
    "meaning": "Represents the numero sign in financial, scientific, measurement, or technical notation.",
    "usage": "For Numero Sign (№), use the symbol with an explicit unit, currency, locale, or standard when ambiguity is possible.",
    "pronunciation": "numero sign",
    "examples": [
      "№ is used in a context where represents the numero sign in financial, scientific, measurement, or technical notation."
    ],
    "relatedSymbols": [
      "degree",
      "percent",
      "ratio",
      "angstrom"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+2116 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\textnumero and press Space when Word supports the command.",
      "iPhone": "Copy and paste №, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste №, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste № or use Insert → Special characters. For structured math, use the equation editor and verify \\textnumero.",
      "excel": "Paste № into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Numero Sign (№): Meaning, Examples & LaTeX",
      "description": "Copy № (U+2116), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep № attached to the correct quantity and follow the destination's unit, currency, spacing, and decimal conventions.",
      "For plain text, copy № as U+2116; for structured equations, use \\textnumero in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Numero Sign."
    ],
    "searchIntents": [
      "Numero Sign symbol meaning",
      "Numero Sign copy and paste",
      "Numero Sign LaTeX",
      "Numero Sign Unicode",
      "how to type Numero Sign"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "useCases": [
      "Use № in plain text when a Unicode character is appropriate and the destination preserves U+2116.",
      "Use \\textnumero in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Numero Sign is used in currency measurement with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Currency and Measurement Symbols"
    ],
    "confusableCharacters": [
      "° — Degree Sign",
      "% — Percent Sign",
      "∶ — Ratio"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "argmin",
    "symbol": "arg min",
    "slug": "argmin",
    "name": "Arg Min",
    "aliases": [
      "arg min"
    ],
    "unicode": "U+0061 + U+0072 + U+0067 + U+0020 + U+006D + U+0069 + U+006E",
    "htmlEntity": "&#97;&#114;&#103;&#32;&#109;&#105;&#110;",
    "htmlDecimal": "&#97;&#114;&#103;&#32;&#109;&#105;&#110;",
    "latex": "\\operatorname*{arg\\,min}",
    "mathml": "<mo>arg min</mo>",
    "categories": [
      "optimization"
    ],
    "meaning": "Denotes the input values at which an objective function reaches its minimum.",
    "usage": "Write the optimization domain and constraints explicitly so the returned object is understood as an argument rather than the objective value.",
    "pronunciation": "arg min",
    "examples": [
      "arg min is used in a context where denotes the input values at which an objective function reaches its minimum."
    ],
    "relatedSymbols": [
      "equal-similar",
      "not-asymptotically-equal",
      "not-congruent",
      "not-approximately-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0061 + U+0072 + U+0067 + U+0020 + U+006D + U+0069 + U+006E in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\operatorname*{arg\\,min} and press Space when Word supports the command.",
      "iPhone": "Copy and paste arg min, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste arg min, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste arg min or use Insert → Special characters. For structured math, use the equation editor and verify \\operatorname*{arg\\,min}.",
      "excel": "Paste arg min into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Arg Min (arg min): Meaning, Examples & LaTeX",
      "description": "Copy arg min, learn its optimization meaning and usage, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around arg min; Write the optimization domain and constraints explicitly so the returned object is understood as an argument rather than the objective value.",
      "For plain text, copy arg min as U+0061 + U+0072 + U+0067 + U+0020 + U+006D + U+0069 + U+006E; for structured equations, use \\operatorname*{arg\\,min} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Arg Min."
    ],
    "searchIntents": [
      "Arg Min symbol meaning",
      "Arg Min copy and paste",
      "Arg Min LaTeX",
      "Arg Min Unicode",
      "how to type Arg Min"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≂ — Minus Tilde Relation",
      "≄ — Not Asymptotically Equal To",
      "≇ — Not Congruent To"
    ],
    "useCases": [
      "Use arg min in plain text when a Unicode character is appropriate and the destination preserves U+0061 + U+0072 + U+0067 + U+0020 + U+006D + U+0069 + U+006E.",
      "Use \\operatorname*{arg\\,min} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Arg Min is used in optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "≂ — Minus Tilde Relation",
      "≄ — Not Asymptotically Equal To",
      "≇ — Not Congruent To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "argmax",
    "symbol": "arg max",
    "slug": "argmax",
    "name": "Arg Max",
    "aliases": [
      "arg max"
    ],
    "unicode": "U+0061 + U+0072 + U+0067 + U+0020 + U+006D + U+0061 + U+0078",
    "htmlEntity": "&#97;&#114;&#103;&#32;&#109;&#97;&#120;",
    "htmlDecimal": "&#97;&#114;&#103;&#32;&#109;&#97;&#120;",
    "latex": "\\operatorname*{arg\\,max}",
    "mathml": "<mo>arg max</mo>",
    "categories": [
      "optimization"
    ],
    "meaning": "Denotes the input values at which an objective function reaches its maximum.",
    "usage": "Write the optimization domain and constraints explicitly so the returned object is understood as an argument rather than the objective value.",
    "pronunciation": "arg max",
    "examples": [
      "arg max is used in a context where denotes the input values at which an objective function reaches its maximum."
    ],
    "relatedSymbols": [
      "equal-similar",
      "not-asymptotically-equal",
      "not-congruent",
      "not-approximately-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0061 + U+0072 + U+0067 + U+0020 + U+006D + U+0061 + U+0078 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type \\operatorname*{arg\\,max} and press Space when Word supports the command.",
      "iPhone": "Copy and paste arg max, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste arg max, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste arg max or use Insert → Special characters. For structured math, use the equation editor and verify \\operatorname*{arg\\,max}.",
      "excel": "Paste arg max into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Arg Max (arg max): Meaning, Examples & LaTeX",
      "description": "Copy arg max, learn its optimization meaning and usage, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around arg max; Write the optimization domain and constraints explicitly so the returned object is understood as an argument rather than the objective value.",
      "For plain text, copy arg max as U+0061 + U+0072 + U+0067 + U+0020 + U+006D + U+0061 + U+0078; for structured equations, use \\operatorname*{arg\\,max} in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Arg Max."
    ],
    "searchIntents": [
      "Arg Max symbol meaning",
      "Arg Max copy and paste",
      "Arg Max LaTeX",
      "Arg Max Unicode",
      "how to type Arg Max"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≂ — Minus Tilde Relation",
      "≄ — Not Asymptotically Equal To",
      "≇ — Not Congruent To"
    ],
    "useCases": [
      "Use arg max in plain text when a Unicode character is appropriate and the destination preserves U+0061 + U+0072 + U+0067 + U+0020 + U+006D + U+0061 + U+0078.",
      "Use \\operatorname*{arg\\,max} in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Arg Max is used in optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "≂ — Minus Tilde Relation",
      "≄ — Not Asymptotically Equal To",
      "≇ — Not Congruent To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "big-o",
    "symbol": "O",
    "slug": "big-o",
    "name": "Big O",
    "aliases": [
      "big o"
    ],
    "unicode": "U+004F",
    "htmlEntity": "&#79;",
    "htmlDecimal": "&#79;",
    "latex": "O",
    "mathml": "<mo>O</mo>",
    "categories": [
      "numerical-methods",
      "discrete-math"
    ],
    "meaning": "Represents Big O asymptotic notation for describing growth, error, or limiting behavior.",
    "usage": "State the limiting variable and comparison function; asymptotic notation is incomplete without its context.",
    "pronunciation": "big o",
    "examples": [
      "O is used in a context where represents Big O asymptotic notation for describing growth, error, or limiting behavior."
    ],
    "relatedSymbols": [
      "little-o",
      "iteration-k",
      "end-of-proof",
      "logical-nand"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+004F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type O and press Space when Word supports the command.",
      "iPhone": "Copy and paste O, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste O, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste O or use Insert → Special characters. For structured math, use the equation editor and verify O.",
      "excel": "Paste O into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Big O (O): Meaning, Examples & LaTeX",
      "description": "Copy O (U+004F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using O; State the limiting variable and comparison function; asymptotic notation is incomplete without its context.",
      "For plain text, copy O as U+004F; for structured equations, use O in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Big O."
    ],
    "searchIntents": [
      "Big O symbol meaning",
      "Big O copy and paste",
      "Big O LaTeX",
      "Big O Unicode",
      "how to type Big O"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "o — Little O",
      "xₖ — Iteration Value x Sub k",
      "∎ — End of Proof"
    ],
    "useCases": [
      "Use O in plain text when a Unicode character is appropriate and the destination preserves U+004F.",
      "Use O in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Big O is used in numerical methods, discrete math with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Numerical Methods Symbols",
      "Discrete Mathematics Symbols"
    ],
    "confusableCharacters": [
      "o — Little O",
      "xₖ — Iteration Value x Sub k",
      "∎ — End of Proof"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "little-o",
    "symbol": "o",
    "slug": "little-o",
    "name": "Little O",
    "aliases": [
      "little o"
    ],
    "unicode": "U+006F",
    "htmlEntity": "&#111;",
    "htmlDecimal": "&#111;",
    "latex": "o",
    "mathml": "<mo>o</mo>",
    "categories": [
      "numerical-methods",
      "calculus"
    ],
    "meaning": "Represents Little O asymptotic notation for describing growth, error, or limiting behavior.",
    "usage": "State the limiting variable and comparison function; asymptotic notation is incomplete without its context.",
    "pronunciation": "little o",
    "examples": [
      "o is used in a context where represents Little O asymptotic notation for describing growth, error, or limiting behavior."
    ],
    "relatedSymbols": [
      "big-o",
      "iteration-k",
      "infinity",
      "euler-number"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+006F in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type o and press Space when Word supports the command.",
      "iPhone": "Copy and paste o, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste o, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste o or use Insert → Special characters. For structured math, use the equation editor and verify o.",
      "excel": "Paste o into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Little O (o): Meaning, Examples & LaTeX",
      "description": "Copy o (U+006F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether o is acting as an operator, differential, index, or variable in the surrounding expression; State the limiting variable and comparison function; asymptotic notation is incomplete without its context.",
      "For plain text, copy o as U+006F; for structured equations, use o in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Little O."
    ],
    "searchIntents": [
      "Little O symbol meaning",
      "Little O copy and paste",
      "Little O LaTeX",
      "Little O Unicode",
      "how to type Little O"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Little O against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "O — Big O",
      "xₖ — Iteration Value x Sub k",
      "∞ — Infinity"
    ],
    "useCases": [
      "Use o in plain text when a Unicode character is appropriate and the destination preserves U+006F.",
      "Use o in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Little O is used in numerical methods, calculus with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Numerical Methods Symbols",
      "Calculus Symbols"
    ],
    "confusableCharacters": [
      "O — Big O",
      "xₖ — Iteration Value x Sub k",
      "∞ — Infinity"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "iteration-k",
    "symbol": "xₖ",
    "slug": "iteration-k",
    "name": "Iteration Value x Sub k",
    "aliases": [
      "iteration value x sub k"
    ],
    "unicode": "U+0078 + U+2096",
    "htmlEntity": "&#120;&#8342;",
    "htmlDecimal": "&#120;&#8342;",
    "latex": "x_k",
    "mathml": "<mo>xₖ</mo>",
    "categories": [
      "numerical-methods"
    ],
    "meaning": "Marks an iterated or optimal value in numerical analysis and optimization.",
    "usage": "Define the iteration index or optimality convention before using the compact symbol in an algorithm.",
    "pronunciation": "iteration value x sub k",
    "examples": [
      "xₖ is used in a context where marks an iterated or optimal value in numerical analysis and optimization."
    ],
    "relatedSymbols": [
      "big-o",
      "little-o"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0078 + U+2096 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type x_k and press Space when Word supports the command.",
      "iPhone": "Copy and paste xₖ, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste xₖ, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste xₖ or use Insert → Special characters. For structured math, use the equation editor and verify x_k.",
      "excel": "Paste xₖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Iteration Value x Sub k (xₖ): Meaning, Examples & LaTeX",
      "description": "Copy xₖ (U+0078 + U+2096), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Confirm the field-specific convention before using xₖ; Define the iteration index or optimality convention before using the compact symbol in an algorithm.",
      "For plain text, copy xₖ as U+0078 + U+2096; for structured equations, use x_k in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Iteration Value x Sub k."
    ],
    "searchIntents": [
      "Iteration Value x Sub k symbol meaning",
      "Iteration Value x Sub k copy and paste",
      "Iteration Value x Sub k LaTeX",
      "Iteration Value x Sub k Unicode",
      "how to type Iteration Value x Sub k"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "O — Big O",
      "o — Little O"
    ],
    "useCases": [
      "Use xₖ in plain text when a Unicode character is appropriate and the destination preserves U+0078 + U+2096.",
      "Use x_k in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Iteration Value x Sub k is used in numerical methods with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Numerical Methods Symbols"
    ],
    "confusableCharacters": [
      "O — Big O",
      "o — Little O"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "optimal-x",
    "symbol": "x⋆",
    "slug": "optimal-x",
    "name": "Optimal Value x Star",
    "aliases": [
      "optimal value x star"
    ],
    "unicode": "U+0078 + U+22C6",
    "htmlEntity": "&#120;&#8902;",
    "htmlDecimal": "&#120;&#8902;",
    "latex": "x^\\star",
    "mathml": "<mo>x⋆</mo>",
    "categories": [
      "optimization"
    ],
    "meaning": "Marks an iterated or optimal value in numerical analysis and optimization.",
    "usage": "Define the iteration index or optimality convention before using the compact symbol in an algorithm.",
    "pronunciation": "optimal value x star",
    "examples": [
      "x⋆ is used in a context where marks an iterated or optimal value in numerical analysis and optimization."
    ],
    "relatedSymbols": [
      "equal-similar",
      "not-asymptotically-equal",
      "not-congruent",
      "not-approximately-equal"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter U+0078 + U+22C6 in a Unicode-aware application.",
      "mac": "Open Character Viewer with Control–Command–Space and search by the symbol name.",
      "word": "In an equation, type x^\\star and press Space when Word supports the command.",
      "iPhone": "Copy and paste x⋆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste x⋆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste x⋆ or use Insert → Special characters. For structured math, use the equation editor and verify x^\\star.",
      "excel": "Paste x⋆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Optimal Value x Star (x⋆): Meaning, Examples & LaTeX",
      "description": "Copy x⋆ (U+0078 + U+22C6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve grouping, operator order, and spacing around x⋆; Define the iteration index or optimality convention before using the compact symbol in an algorithm.",
      "For plain text, copy x⋆ as U+0078 + U+22C6; for structured equations, use x^\\star in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Optimal Value x Star."
    ],
    "searchIntents": [
      "Optimal Value x Star symbol meaning",
      "Optimal Value x Star copy and paste",
      "Optimal Value x Star LaTeX",
      "Optimal Value x Star Unicode",
      "how to type Optimal Value x Star"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "≂ — Minus Tilde Relation",
      "≄ — Not Asymptotically Equal To",
      "≇ — Not Congruent To"
    ],
    "useCases": [
      "Use x⋆ in plain text when a Unicode character is appropriate and the destination preserves U+0078 + U+22C6.",
      "Use x^\\star in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Optimal Value x Star is used in optimization with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Optimization Symbols"
    ],
    "confusableCharacters": [
      "≂ — Minus Tilde Relation",
      "≄ — Not Asymptotically Equal To",
      "≇ — Not Congruent To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "three-dimensional-angle",
    "symbol": "⟀",
    "slug": "three-dimensional-angle",
    "name": "Three Dimensional Angle",
    "aliases": [
      "three dimensional angle"
    ],
    "unicode": "U+27C0",
    "htmlEntity": "",
    "htmlDecimal": "&#10176;",
    "latex": "⟀",
    "mathml": "<mo>⟀</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟀ is named three dimensional angle and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟀ only when the source or field defines this exact symbol. For Three Dimensional Angle (⟀), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "three dimensional angle",
    "examples": [
      "A ⟀ B",
      "x ⟀ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C0 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for three dimensional angle.",
      "word": "Type 27C0, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟀ or use Insert → Special characters. For structured math, use the equation editor and verify ⟀.",
      "excel": "Paste ⟀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Three Dimensional Angle (⟀): Meaning, Examples & LaTeX",
      "description": "Copy ⟀ (U+27C0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟀; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟀ as U+27C0; for structured equations, use ⟀ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Three Dimensional Angle."
    ],
    "searchIntents": [
      "Three Dimensional Angle symbol meaning",
      "Three Dimensional Angle copy and paste",
      "Three Dimensional Angle LaTeX",
      "Three Dimensional Angle Unicode",
      "how to type Three Dimensional Angle"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟀ in plain text when a Unicode character is appropriate and the destination preserves U+27C0.",
      "Use ⟀ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Three Dimensional Angle is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "triple-vertical-bar-delimiter",
    "symbol": "⦀",
    "slug": "triple-vertical-bar-delimiter",
    "name": "Triple Vertical Bar Delimiter",
    "aliases": [
      "triple vertical bar delimiter"
    ],
    "unicode": "U+2980",
    "htmlEntity": "",
    "htmlDecimal": "&#10624;",
    "latex": "⦀",
    "mathml": "<mo>⦀</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦀ is named triple vertical bar delimiter and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦀ only when the source or field defines this exact symbol. For Triple Vertical Bar Delimiter (⦀), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "triple vertical bar delimiter",
    "examples": [
      "A ⦀ B",
      "x ⦀ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2980 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for triple vertical bar delimiter.",
      "word": "Type 2980, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦀ or use Insert → Special characters. For structured math, use the equation editor and verify ⦀.",
      "excel": "Paste ⦀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Triple Vertical Bar Delimiter (⦀): Uses, Unicode & LaTeX",
      "description": "Copy ⦀ (U+2980), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦀; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦀ as U+2980; for structured equations, use ⦀ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Triple Vertical Bar Delimiter."
    ],
    "searchIntents": [
      "Triple Vertical Bar Delimiter symbol meaning",
      "Triple Vertical Bar Delimiter copy and paste",
      "Triple Vertical Bar Delimiter LaTeX",
      "Triple Vertical Bar Delimiter Unicode",
      "how to type Triple Vertical Bar Delimiter"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦀ in plain text when a Unicode character is appropriate and the destination preserves U+2980.",
      "Use ⦀ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Triple Vertical Bar Delimiter is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "n-ary-circled-dot-operator",
    "symbol": "⨀",
    "slug": "n-ary-circled-dot-operator",
    "name": "N-ary Circled Dot Operator",
    "aliases": [
      "n-ary circled dot operator"
    ],
    "unicode": "U+2A00",
    "htmlEntity": "",
    "htmlDecimal": "&#10752;",
    "latex": "⨀",
    "mathml": "<mo>⨀</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨀ is named n-ary circled dot operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨀ only when the source or field defines this exact symbol. For N-ary Circled Dot Operator (⨀), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "n-ary circled dot operator",
    "examples": [
      "A ⨀ B",
      "x ⨀ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A00 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for n-ary circled dot operator.",
      "word": "Type 2A00, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨀ or use Insert → Special characters. For structured math, use the equation editor and verify ⨀.",
      "excel": "Paste ⨀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-ary Circled Dot Operator (⨀): Meaning, Examples & LaTeX",
      "description": "Copy ⨀ (U+2A00), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨀ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨀ only when the source or field defines this exact symbol. For N-ary Circled Dot Operator (⨀), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨀ as U+2A00; for structured equations, use ⨀ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-ary Circled Dot Operator."
    ],
    "searchIntents": [
      "N-ary Circled Dot Operator symbol meaning",
      "N-ary Circled Dot Operator copy and paste",
      "N-ary Circled Dot Operator LaTeX",
      "N-ary Circled Dot Operator Unicode",
      "how to type N-ary Circled Dot Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-ary Circled Dot Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨀ in plain text when a Unicode character is appropriate and the destination preserves U+2A00.",
      "Use ⨀ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-ary Circled Dot Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-two-headed-arrow-with-vertical-stroke",
    "symbol": "⤀",
    "slug": "rightwards-two-headed-arrow-with-vertical-stroke",
    "name": "Rightwards Two-Headed Arrow with Vertical Stroke",
    "aliases": [
      "rightwards two-headed arrow with vertical stroke"
    ],
    "unicode": "U+2900",
    "htmlEntity": "",
    "htmlDecimal": "&#10496;",
    "latex": "⤀",
    "mathml": "<mo>⤀</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤀ is named rightwards two-headed arrow with vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤀ only when the source or field defines this exact symbol. For Rightwards Two-Headed Arrow with Vertical Stroke (⤀), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards two-headed arrow with vertical stroke",
    "examples": [
      "A ⤀ B",
      "x ⤀ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2900 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards two-headed arrow with vertical stroke.",
      "word": "Type 2900, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤀ or use Insert → Special characters. For structured math, use the equation editor and verify ⤀.",
      "excel": "Paste ⤀ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤀ Symbol (U+2900): Meaning, Unicode & LaTeX",
      "description": "Copy ⤀ (U+2900), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤀; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤀ as U+2900; for structured equations, use ⤀ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Two-Headed Arrow with Vertical Stroke."
    ],
    "searchIntents": [
      "Rightwards Two-Headed Arrow with Vertical Stroke symbol meaning",
      "Rightwards Two-Headed Arrow with Vertical Stroke copy and paste",
      "Rightwards Two-Headed Arrow with Vertical Stroke LaTeX",
      "Rightwards Two-Headed Arrow with Vertical Stroke Unicode",
      "how to type Rightwards Two-Headed Arrow with Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤀ in plain text when a Unicode character is appropriate and the destination preserves U+2900.",
      "Use ⤀ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Two-Headed Arrow with Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equal-and-parallel-to",
    "symbol": "⋕",
    "slug": "equal-and-parallel-to",
    "name": "Equal and Parallel To",
    "aliases": [
      "equal and parallel to"
    ],
    "unicode": "U+22D5",
    "htmlEntity": "",
    "htmlDecimal": "&#8917;",
    "latex": "⋕",
    "mathml": "<mo>⋕</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋕ is named equal and parallel to and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋕ only when the source or field defines this exact symbol. For Equal and Parallel To (⋕), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "equal and parallel to",
    "examples": [
      "A ⋕ B",
      "x ⋕ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22D5 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for equal and parallel to.",
      "word": "Type 22D5, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋕ or use Insert → Special characters. For structured math, use the equation editor and verify ⋕.",
      "excel": "Paste ⋕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equal and Parallel To (⋕): Meaning, Examples & LaTeX",
      "description": "Copy ⋕ (U+22D5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋕; Use ⋕ only when the source or field defines this exact symbol. For Equal and Parallel To (⋕), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋕ as U+22D5; for structured equations, use ⋕ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equal and Parallel To."
    ],
    "searchIntents": [
      "Equal and Parallel To symbol meaning",
      "Equal and Parallel To copy and paste",
      "Equal and Parallel To LaTeX",
      "Equal and Parallel To Unicode",
      "how to type Equal and Parallel To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋕ in plain text when a Unicode character is appropriate and the destination preserves U+22D5.",
      "Use ⋕ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equal and Parallel To is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-triangle-containing-small-white-triangle",
    "symbol": "⟁",
    "slug": "white-triangle-containing-small-white-triangle",
    "name": "White Triangle Containing Small White Triangle",
    "aliases": [
      "white triangle containing small white triangle"
    ],
    "unicode": "U+27C1",
    "htmlEntity": "",
    "htmlDecimal": "&#10177;",
    "latex": "⟁",
    "mathml": "<mo>⟁</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟁ is named white triangle containing small white triangle and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟁ only when the source or field defines this exact symbol. For White Triangle Containing Small White Triangle (⟁), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "white triangle containing small white triangle",
    "examples": [
      "A ⟁ B",
      "x ⟁ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C1 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for white triangle containing small white triangle.",
      "word": "Type 27C1, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟁ or use Insert → Special characters. For structured math, use the equation editor and verify ⟁.",
      "excel": "Paste ⟁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⟁ Symbol (U+27C1): Meaning, Unicode & LaTeX",
      "description": "Copy ⟁ (U+27C1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟁; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟁ as U+27C1; for structured equations, use ⟁ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Triangle Containing Small White Triangle."
    ],
    "searchIntents": [
      "White Triangle Containing Small White Triangle symbol meaning",
      "White Triangle Containing Small White Triangle copy and paste",
      "White Triangle Containing Small White Triangle LaTeX",
      "White Triangle Containing Small White Triangle Unicode",
      "how to type White Triangle Containing Small White Triangle"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟁ in plain text when a Unicode character is appropriate and the destination preserves U+27C1.",
      "Use ⟁ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Triangle Containing Small White Triangle is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-spot",
    "symbol": "⦁",
    "slug": "z-notation-spot",
    "name": "Z Notation Spot",
    "aliases": [
      "z notation spot"
    ],
    "unicode": "U+2981",
    "htmlEntity": "",
    "htmlDecimal": "&#10625;",
    "latex": "⦁",
    "mathml": "<mo>⦁</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦁ is named z notation spot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦁ only when the source or field defines this exact symbol. For Z Notation Spot (⦁), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation spot",
    "examples": [
      "A ⦁ B",
      "x ⦁ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2981 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation spot.",
      "word": "Type 2981, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦁ or use Insert → Special characters. For structured math, use the equation editor and verify ⦁.",
      "excel": "Paste ⦁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Spot (⦁): Meaning, Examples & LaTeX",
      "description": "Copy ⦁ (U+2981), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦁; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦁ as U+2981; for structured equations, use ⦁ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Spot."
    ],
    "searchIntents": [
      "Z Notation Spot symbol meaning",
      "Z Notation Spot copy and paste",
      "Z Notation Spot LaTeX",
      "Z Notation Spot Unicode",
      "how to type Z Notation Spot"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦁ in plain text when a Unicode character is appropriate and the destination preserves U+2981.",
      "Use ⦁ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Spot is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "n-ary-circled-plus-operator",
    "symbol": "⨁",
    "slug": "n-ary-circled-plus-operator",
    "name": "N-ary Circled Plus Operator",
    "aliases": [
      "n-ary circled plus operator"
    ],
    "unicode": "U+2A01",
    "htmlEntity": "",
    "htmlDecimal": "&#10753;",
    "latex": "⨁",
    "mathml": "<mo>⨁</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨁ is named n-ary circled plus operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨁ only when the source or field defines this exact symbol. For N-ary Circled Plus Operator (⨁), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "n-ary circled plus operator",
    "examples": [
      "A ⨁ B",
      "x ⨁ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A01 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for n-ary circled plus operator.",
      "word": "Type 2A01, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨁ or use Insert → Special characters. For structured math, use the equation editor and verify ⨁.",
      "excel": "Paste ⨁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-ary Circled Plus Operator (⨁): Meaning, Examples & LaTeX",
      "description": "Copy ⨁ (U+2A01), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨁ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨁ only when the source or field defines this exact symbol. For N-ary Circled Plus Operator (⨁), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨁ as U+2A01; for structured equations, use ⨁ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-ary Circled Plus Operator."
    ],
    "searchIntents": [
      "N-ary Circled Plus Operator symbol meaning",
      "N-ary Circled Plus Operator copy and paste",
      "N-ary Circled Plus Operator LaTeX",
      "N-ary Circled Plus Operator Unicode",
      "how to type N-ary Circled Plus Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-ary Circled Plus Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨁ in plain text when a Unicode character is appropriate and the destination preserves U+2A01.",
      "Use ⨁ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-ary Circled Plus Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-two-headed-arrow-with-double-vertical-stroke",
    "symbol": "⤁",
    "slug": "rightwards-two-headed-arrow-with-double-vertical-stroke",
    "name": "Rightwards Two-Headed Arrow with Double Vertical Stroke",
    "aliases": [
      "rightwards two-headed arrow with double vertical stroke"
    ],
    "unicode": "U+2901",
    "htmlEntity": "",
    "htmlDecimal": "&#10497;",
    "latex": "⤁",
    "mathml": "<mo>⤁</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤁ is named rightwards two-headed arrow with double vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤁ only when the source or field defines this exact symbol. For Rightwards Two-Headed Arrow with Double Vertical Stroke (⤁), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards two-headed arrow with double vertical stroke",
    "examples": [
      "A ⤁ B",
      "x ⤁ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2901 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards two-headed arrow with double vertical stroke.",
      "word": "Type 2901, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤁ or use Insert → Special characters. For structured math, use the equation editor and verify ⤁.",
      "excel": "Paste ⤁ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤁ Symbol (U+2901): Meaning, Unicode & LaTeX",
      "description": "Copy ⤁ (U+2901), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤁; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤁ as U+2901; for structured equations, use ⤁ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Two-Headed Arrow with Double Vertical Stroke."
    ],
    "searchIntents": [
      "Rightwards Two-Headed Arrow with Double Vertical Stroke symbol meaning",
      "Rightwards Two-Headed Arrow with Double Vertical Stroke copy and paste",
      "Rightwards Two-Headed Arrow with Double Vertical Stroke LaTeX",
      "Rightwards Two-Headed Arrow with Double Vertical Stroke Unicode",
      "how to type Rightwards Two-Headed Arrow with Double Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤁ in plain text when a Unicode character is appropriate and the destination preserves U+2901.",
      "Use ⤁ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Two-Headed Arrow with Double Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "identify the exact relation or operator, distinguish its code point, and copy the correct notation",
    "semanticRole": "A specialized mathematical relation or operator whose exact glyph and code point carry meaning.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equal-to-or-less-than",
    "symbol": "⋜",
    "slug": "equal-to-or-less-than",
    "name": "Equal To Or Less-Than",
    "aliases": [
      "equal to or less-than"
    ],
    "unicode": "U+22DC",
    "htmlEntity": "",
    "htmlDecimal": "&#8924;",
    "latex": "⋜",
    "mathml": "<mo>⋜</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋜ is named equal to or less-than and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋜ only when the source or field defines this exact symbol. For Equal To Or Less-Than (⋜), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "equal to or less-than",
    "examples": [
      "A ⋜ B",
      "x ⋜ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22DC in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for equal to or less-than.",
      "word": "Type 22DC, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋜ or use Insert → Special characters. For structured math, use the equation editor and verify ⋜.",
      "excel": "Paste ⋜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equal To Or Less-Than (⋜): Meaning, Examples & LaTeX",
      "description": "Copy ⋜ (U+22DC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ⋜ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ⋜ as U+22DC; for structured equations, use ⋜ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equal To Or Less-Than."
    ],
    "searchIntents": [
      "Equal To Or Less-Than symbol meaning",
      "Equal To Or Less-Than copy and paste",
      "Equal To Or Less-Than LaTeX",
      "Equal To Or Less-Than Unicode",
      "how to type Equal To Or Less-Than"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋜ in plain text when a Unicode character is appropriate and the destination preserves U+22DC.",
      "Use ⋜ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equal To Or Less-Than is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "perpendicular-27c2",
    "symbol": "⟂",
    "slug": "perpendicular-27c2",
    "name": "Perpendicular",
    "aliases": [
      "perpendicular"
    ],
    "unicode": "U+27C2",
    "htmlEntity": "",
    "htmlDecimal": "&#10178;",
    "latex": "⟂",
    "mathml": "<mo>⟂</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟂ is named perpendicular and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟂ only when the source or field defines this exact symbol. For Perpendicular (⟂), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "perpendicular",
    "examples": [
      "A ⟂ B",
      "x ⟂ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C2 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for perpendicular.",
      "word": "Type 27C2, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟂ or use Insert → Special characters. For structured math, use the equation editor and verify ⟂.",
      "excel": "Paste ⟂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Perpendicular (⟂): Meaning, Examples & LaTeX",
      "description": "Copy ⟂ (U+27C2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟂; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟂ as U+27C2; for structured equations, use ⟂ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Perpendicular."
    ],
    "searchIntents": [
      "Perpendicular symbol meaning",
      "Perpendicular copy and paste",
      "Perpendicular LaTeX",
      "Perpendicular Unicode",
      "how to type Perpendicular"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟂ in plain text when a Unicode character is appropriate and the destination preserves U+27C2.",
      "Use ⟂ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Perpendicular is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-type-colon",
    "symbol": "⦂",
    "slug": "z-notation-type-colon",
    "name": "Z Notation Type Colon",
    "aliases": [
      "z notation type colon"
    ],
    "unicode": "U+2982",
    "htmlEntity": "",
    "htmlDecimal": "&#10626;",
    "latex": "⦂",
    "mathml": "<mo>⦂</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦂ is named z notation type colon and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦂ only when the source or field defines this exact symbol. For Z Notation Type Colon (⦂), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation type colon",
    "examples": [
      "A ⦂ B",
      "x ⦂ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2982 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation type colon.",
      "word": "Type 2982, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦂ or use Insert → Special characters. For structured math, use the equation editor and verify ⦂.",
      "excel": "Paste ⦂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Type Colon (⦂): Meaning, Examples & LaTeX",
      "description": "Copy ⦂ (U+2982), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦂; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦂ as U+2982; for structured equations, use ⦂ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Type Colon."
    ],
    "searchIntents": [
      "Z Notation Type Colon symbol meaning",
      "Z Notation Type Colon copy and paste",
      "Z Notation Type Colon LaTeX",
      "Z Notation Type Colon Unicode",
      "how to type Z Notation Type Colon"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦂ in plain text when a Unicode character is appropriate and the destination preserves U+2982.",
      "Use ⦂ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Type Colon is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "n-ary-circled-times-operator",
    "symbol": "⨂",
    "slug": "n-ary-circled-times-operator",
    "name": "N-ary Circled Times Operator",
    "aliases": [
      "n-ary circled times operator"
    ],
    "unicode": "U+2A02",
    "htmlEntity": "",
    "htmlDecimal": "&#10754;",
    "latex": "⨂",
    "mathml": "<mo>⨂</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨂ is named n-ary circled times operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨂ only when the source or field defines this exact symbol. For N-ary Circled Times Operator (⨂), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "n-ary circled times operator",
    "examples": [
      "A ⨂ B",
      "x ⨂ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A02 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for n-ary circled times operator.",
      "word": "Type 2A02, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨂ or use Insert → Special characters. For structured math, use the equation editor and verify ⨂.",
      "excel": "Paste ⨂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-ary Circled Times Operator (⨂): Meaning, Examples & LaTeX",
      "description": "Copy ⨂ (U+2A02), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨂ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨂ only when the source or field defines this exact symbol. For N-ary Circled Times Operator (⨂), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨂ as U+2A02; for structured equations, use ⨂ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-ary Circled Times Operator."
    ],
    "searchIntents": [
      "N-ary Circled Times Operator symbol meaning",
      "N-ary Circled Times Operator copy and paste",
      "N-ary Circled Times Operator LaTeX",
      "N-ary Circled Times Operator Unicode",
      "how to type N-ary Circled Times Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-ary Circled Times Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨂ in plain text when a Unicode character is appropriate and the destination preserves U+2A02.",
      "Use ⨂ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-ary Circled Times Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "leftwards-double-arrow-with-vertical-stroke",
    "symbol": "⤂",
    "slug": "leftwards-double-arrow-with-vertical-stroke",
    "name": "Leftwards Double Arrow with Vertical Stroke",
    "aliases": [
      "leftwards double arrow with vertical stroke"
    ],
    "unicode": "U+2902",
    "htmlEntity": "",
    "htmlDecimal": "&#10498;",
    "latex": "⤂",
    "mathml": "<mo>⤂</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤂ is named leftwards double arrow with vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤂ only when the source or field defines this exact symbol. For Leftwards Double Arrow with Vertical Stroke (⤂), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "leftwards double arrow with vertical stroke",
    "examples": [
      "A ⤂ B",
      "x ⤂ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2902 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for leftwards double arrow with vertical stroke.",
      "word": "Type 2902, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤂ or use Insert → Special characters. For structured math, use the equation editor and verify ⤂.",
      "excel": "Paste ⤂ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤂ Symbol (U+2902): Meaning, Unicode & LaTeX",
      "description": "Copy ⤂ (U+2902), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤂; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤂ as U+2902; for structured equations, use ⤂ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Leftwards Double Arrow with Vertical Stroke."
    ],
    "searchIntents": [
      "Leftwards Double Arrow with Vertical Stroke symbol meaning",
      "Leftwards Double Arrow with Vertical Stroke copy and paste",
      "Leftwards Double Arrow with Vertical Stroke LaTeX",
      "Leftwards Double Arrow with Vertical Stroke Unicode",
      "how to type Leftwards Double Arrow with Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤂ in plain text when a Unicode character is appropriate and the destination preserves U+2902.",
      "Use ⤂ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Leftwards Double Arrow with Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "equal-to-or-greater-than",
    "symbol": "⋝",
    "slug": "equal-to-or-greater-than",
    "name": "Equal To Or Greater-Than",
    "aliases": [
      "equal to or greater-than"
    ],
    "unicode": "U+22DD",
    "htmlEntity": "",
    "htmlDecimal": "&#8925;",
    "latex": "⋝",
    "mathml": "<mo>⋝</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋝ is named equal to or greater-than and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋝ only when the source or field defines this exact symbol. For Equal To Or Greater-Than (⋝), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "equal to or greater-than",
    "examples": [
      "A ⋝ B",
      "x ⋝ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22DD in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for equal to or greater-than.",
      "word": "Type 22DD, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋝ or use Insert → Special characters. For structured math, use the equation editor and verify ⋝.",
      "excel": "Paste ⋝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Equal To Or Greater-Than (⋝): Meaning, Examples & LaTeX",
      "description": "Copy ⋝ (U+22DD), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ⋝ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ⋝ as U+22DD; for structured equations, use ⋝ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Equal To Or Greater-Than."
    ],
    "searchIntents": [
      "Equal To Or Greater-Than symbol meaning",
      "Equal To Or Greater-Than copy and paste",
      "Equal To Or Greater-Than LaTeX",
      "Equal To Or Greater-Than Unicode",
      "how to type Equal To Or Greater-Than"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋝ in plain text when a Unicode character is appropriate and the destination preserves U+22DD.",
      "Use ⋝ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Equal To Or Greater-Than is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "open-subset",
    "symbol": "⟃",
    "slug": "open-subset",
    "name": "Open Subset",
    "aliases": [
      "open subset"
    ],
    "unicode": "U+27C3",
    "htmlEntity": "",
    "htmlDecimal": "&#10179;",
    "latex": "⟃",
    "mathml": "<mo>⟃</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟃ is named open subset and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟃ only when the source or field defines this exact symbol. For Open Subset (⟃), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "open subset",
    "examples": [
      "A ⟃ B",
      "x ⟃ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C3 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for open subset.",
      "word": "Type 27C3, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟃ or use Insert → Special characters. For structured math, use the equation editor and verify ⟃.",
      "excel": "Paste ⟃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Open Subset (⟃): Meaning, Examples & LaTeX",
      "description": "Copy ⟃ (U+27C3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟃; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟃ as U+27C3; for structured equations, use ⟃ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Open Subset."
    ],
    "searchIntents": [
      "Open Subset symbol meaning",
      "Open Subset copy and paste",
      "Open Subset LaTeX",
      "Open Subset Unicode",
      "how to type Open Subset"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟃ in plain text when a Unicode character is appropriate and the destination preserves U+27C3.",
      "Use ⟃ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Open Subset is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-white-parenthesis",
    "symbol": "⦅",
    "slug": "left-white-parenthesis",
    "name": "Left White Parenthesis",
    "aliases": [
      "left white parenthesis"
    ],
    "unicode": "U+2985",
    "htmlEntity": "",
    "htmlDecimal": "&#10629;",
    "latex": "⦅",
    "mathml": "<mo>⦅</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦅ is named left white parenthesis and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦅ only when the source or field defines this exact symbol. For Left White Parenthesis (⦅), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left white parenthesis",
    "examples": [
      "A ⦅ B",
      "x ⦅ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2985 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left white parenthesis.",
      "word": "Type 2985, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦅ or use Insert → Special characters. For structured math, use the equation editor and verify ⦅.",
      "excel": "Paste ⦅ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left White Parenthesis (⦅): Uses, Unicode & LaTeX",
      "description": "Copy ⦅ (U+2985), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦅; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦅ as U+2985; for structured equations, use ⦅ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left White Parenthesis."
    ],
    "searchIntents": [
      "Left White Parenthesis symbol meaning",
      "Left White Parenthesis copy and paste",
      "Left White Parenthesis LaTeX",
      "Left White Parenthesis Unicode",
      "how to type Left White Parenthesis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦅ in plain text when a Unicode character is appropriate and the destination preserves U+2985.",
      "Use ⦅ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left White Parenthesis is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "n-ary-union-operator-with-dot",
    "symbol": "⨃",
    "slug": "n-ary-union-operator-with-dot",
    "name": "N-ary Union Operator with Dot",
    "aliases": [
      "n-ary union operator with dot"
    ],
    "unicode": "U+2A03",
    "htmlEntity": "",
    "htmlDecimal": "&#10755;",
    "latex": "⨃",
    "mathml": "<mo>⨃</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨃ is named n-ary union operator with dot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨃ only when the source or field defines this exact symbol. For N-ary Union Operator with Dot (⨃), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "n-ary union operator with dot",
    "examples": [
      "A ⨃ B",
      "x ⨃ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A03 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for n-ary union operator with dot.",
      "word": "Type 2A03, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨃ or use Insert → Special characters. For structured math, use the equation editor and verify ⨃.",
      "excel": "Paste ⨃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-ary Union Operator with Dot (⨃): Meaning, Examples & LaTeX",
      "description": "Copy ⨃ (U+2A03), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨃ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨃ only when the source or field defines this exact symbol. For N-ary Union Operator with Dot (⨃), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨃ as U+2A03; for structured equations, use ⨃ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-ary Union Operator with Dot."
    ],
    "searchIntents": [
      "N-ary Union Operator with Dot symbol meaning",
      "N-ary Union Operator with Dot copy and paste",
      "N-ary Union Operator with Dot LaTeX",
      "N-ary Union Operator with Dot Unicode",
      "how to type N-ary Union Operator with Dot"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-ary Union Operator with Dot against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨃ in plain text when a Unicode character is appropriate and the destination preserves U+2A03.",
      "Use ⨃ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-ary Union Operator with Dot is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-double-arrow-with-vertical-stroke",
    "symbol": "⤃",
    "slug": "rightwards-double-arrow-with-vertical-stroke",
    "name": "Rightwards Double Arrow with Vertical Stroke",
    "aliases": [
      "rightwards double arrow with vertical stroke"
    ],
    "unicode": "U+2903",
    "htmlEntity": "",
    "htmlDecimal": "&#10499;",
    "latex": "⤃",
    "mathml": "<mo>⤃</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤃ is named rightwards double arrow with vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤃ only when the source or field defines this exact symbol. For Rightwards Double Arrow with Vertical Stroke (⤃), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards double arrow with vertical stroke",
    "examples": [
      "A ⤃ B",
      "x ⤃ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2903 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards double arrow with vertical stroke.",
      "word": "Type 2903, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤃ or use Insert → Special characters. For structured math, use the equation editor and verify ⤃.",
      "excel": "Paste ⤃ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤃ Symbol (U+2903): Meaning, Unicode & LaTeX",
      "description": "Copy ⤃ (U+2903), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤃; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤃ as U+2903; for structured equations, use ⤃ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Double Arrow with Vertical Stroke."
    ],
    "searchIntents": [
      "Rightwards Double Arrow with Vertical Stroke symbol meaning",
      "Rightwards Double Arrow with Vertical Stroke copy and paste",
      "Rightwards Double Arrow with Vertical Stroke LaTeX",
      "Rightwards Double Arrow with Vertical Stroke Unicode",
      "how to type Rightwards Double Arrow with Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤃ in plain text when a Unicode character is appropriate and the destination preserves U+2903.",
      "Use ⤃ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Double Arrow with Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "does-not-precede-or-equal",
    "symbol": "⋠",
    "slug": "does-not-precede-or-equal",
    "name": "Does Not Precede Or Equal",
    "aliases": [
      "does not precede or equal"
    ],
    "unicode": "U+22E0",
    "htmlEntity": "",
    "htmlDecimal": "&#8928;",
    "latex": "⋠",
    "mathml": "<mo>⋠</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋠ is named does not precede or equal and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋠ only when the source or field defines this exact symbol. For Does Not Precede Or Equal (⋠), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "does not precede or equal",
    "examples": [
      "A ⋠ B",
      "x ⋠ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22E0 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for does not precede or equal.",
      "word": "Type 22E0, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋠ or use Insert → Special characters. For structured math, use the equation editor and verify ⋠.",
      "excel": "Paste ⋠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Does Not Precede Or Equal (⋠): Meaning, Examples & LaTeX",
      "description": "Copy ⋠ (U+22E0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋠; Use ⋠ only when the source or field defines this exact symbol. For Does Not Precede Or Equal (⋠), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋠ as U+22E0; for structured equations, use ⋠ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Precede Or Equal."
    ],
    "searchIntents": [
      "Does Not Precede Or Equal symbol meaning",
      "Does Not Precede Or Equal copy and paste",
      "Does Not Precede Or Equal LaTeX",
      "Does Not Precede Or Equal Unicode",
      "how to type Does Not Precede Or Equal"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋠ in plain text when a Unicode character is appropriate and the destination preserves U+22E0.",
      "Use ⋠ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Precede Or Equal is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "open-superset",
    "symbol": "⟄",
    "slug": "open-superset",
    "name": "Open Superset",
    "aliases": [
      "open superset"
    ],
    "unicode": "U+27C4",
    "htmlEntity": "",
    "htmlDecimal": "&#10180;",
    "latex": "⟄",
    "mathml": "<mo>⟄</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟄ is named open superset and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟄ only when the source or field defines this exact symbol. For Open Superset (⟄), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "open superset",
    "examples": [
      "A ⟄ B",
      "x ⟄ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C4 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for open superset.",
      "word": "Type 27C4, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟄ or use Insert → Special characters. For structured math, use the equation editor and verify ⟄.",
      "excel": "Paste ⟄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Open Superset (⟄): Meaning, Examples & LaTeX",
      "description": "Copy ⟄ (U+27C4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟄; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟄ as U+27C4; for structured equations, use ⟄ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Open Superset."
    ],
    "searchIntents": [
      "Open Superset symbol meaning",
      "Open Superset copy and paste",
      "Open Superset LaTeX",
      "Open Superset Unicode",
      "how to type Open Superset"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟄ in plain text when a Unicode character is appropriate and the destination preserves U+27C4.",
      "Use ⟄ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Open Superset is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-white-parenthesis",
    "symbol": "⦆",
    "slug": "right-white-parenthesis",
    "name": "Right White Parenthesis",
    "aliases": [
      "right white parenthesis"
    ],
    "unicode": "U+2986",
    "htmlEntity": "",
    "htmlDecimal": "&#10630;",
    "latex": "⦆",
    "mathml": "<mo>⦆</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦆ is named right white parenthesis and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦆ only when the source or field defines this exact symbol. For Right White Parenthesis (⦆), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right white parenthesis",
    "examples": [
      "A ⦆ B",
      "x ⦆ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2986 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right white parenthesis.",
      "word": "Type 2986, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦆ or use Insert → Special characters. For structured math, use the equation editor and verify ⦆.",
      "excel": "Paste ⦆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right White Parenthesis (⦆): Uses, Unicode & LaTeX",
      "description": "Copy ⦆ (U+2986), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦆; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦆ as U+2986; for structured equations, use ⦆ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right White Parenthesis."
    ],
    "searchIntents": [
      "Right White Parenthesis symbol meaning",
      "Right White Parenthesis copy and paste",
      "Right White Parenthesis LaTeX",
      "Right White Parenthesis Unicode",
      "how to type Right White Parenthesis"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦆ in plain text when a Unicode character is appropriate and the destination preserves U+2986.",
      "Use ⦆ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right White Parenthesis is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "n-ary-union-operator-with-plus",
    "symbol": "⨄",
    "slug": "n-ary-union-operator-with-plus",
    "name": "N-ary Union Operator with Plus",
    "aliases": [
      "n-ary union operator with plus"
    ],
    "unicode": "U+2A04",
    "htmlEntity": "",
    "htmlDecimal": "&#10756;",
    "latex": "⨄",
    "mathml": "<mo>⨄</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨄ is named n-ary union operator with plus and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨄ only when the source or field defines this exact symbol. For N-ary Union Operator with Plus (⨄), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "n-ary union operator with plus",
    "examples": [
      "A ⨄ B",
      "x ⨄ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A04 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for n-ary union operator with plus.",
      "word": "Type 2A04, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨄ or use Insert → Special characters. For structured math, use the equation editor and verify ⨄.",
      "excel": "Paste ⨄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-ary Union Operator with Plus (⨄): Meaning, Examples & LaTeX",
      "description": "Copy ⨄ (U+2A04), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨄ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨄ only when the source or field defines this exact symbol. For N-ary Union Operator with Plus (⨄), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨄ as U+2A04; for structured equations, use ⨄ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-ary Union Operator with Plus."
    ],
    "searchIntents": [
      "N-ary Union Operator with Plus symbol meaning",
      "N-ary Union Operator with Plus copy and paste",
      "N-ary Union Operator with Plus LaTeX",
      "N-ary Union Operator with Plus Unicode",
      "how to type N-ary Union Operator with Plus"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-ary Union Operator with Plus against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨄ in plain text when a Unicode character is appropriate and the destination preserves U+2A04.",
      "Use ⨄ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-ary Union Operator with Plus is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-right-double-arrow-with-vertical-stroke",
    "symbol": "⤄",
    "slug": "left-right-double-arrow-with-vertical-stroke",
    "name": "Left Right Double Arrow with Vertical Stroke",
    "aliases": [
      "left right double arrow with vertical stroke"
    ],
    "unicode": "U+2904",
    "htmlEntity": "",
    "htmlDecimal": "&#10500;",
    "latex": "⤄",
    "mathml": "<mo>⤄</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤄ is named left right double arrow with vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤄ only when the source or field defines this exact symbol. For Left Right Double Arrow with Vertical Stroke (⤄), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left right double arrow with vertical stroke",
    "examples": [
      "A ⤄ B",
      "x ⤄ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2904 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left right double arrow with vertical stroke.",
      "word": "Type 2904, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤄ or use Insert → Special characters. For structured math, use the equation editor and verify ⤄.",
      "excel": "Paste ⤄ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤄ Symbol (U+2904): Meaning, Unicode & LaTeX",
      "description": "Copy ⤄ (U+2904), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤄; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤄ as U+2904; for structured equations, use ⤄ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Right Double Arrow with Vertical Stroke."
    ],
    "searchIntents": [
      "Left Right Double Arrow with Vertical Stroke symbol meaning",
      "Left Right Double Arrow with Vertical Stroke copy and paste",
      "Left Right Double Arrow with Vertical Stroke LaTeX",
      "Left Right Double Arrow with Vertical Stroke Unicode",
      "how to type Left Right Double Arrow with Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤄ in plain text when a Unicode character is appropriate and the destination preserves U+2904.",
      "Use ⤄ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Right Double Arrow with Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "does-not-succeed-or-equal",
    "symbol": "⋡",
    "slug": "does-not-succeed-or-equal",
    "name": "Does Not Succeed Or Equal",
    "aliases": [
      "does not succeed or equal"
    ],
    "unicode": "U+22E1",
    "htmlEntity": "",
    "htmlDecimal": "&#8929;",
    "latex": "⋡",
    "mathml": "<mo>⋡</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋡ is named does not succeed or equal and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋡ only when the source or field defines this exact symbol. For Does Not Succeed Or Equal (⋡), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "does not succeed or equal",
    "examples": [
      "A ⋡ B",
      "x ⋡ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22E1 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for does not succeed or equal.",
      "word": "Type 22E1, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋡ or use Insert → Special characters. For structured math, use the equation editor and verify ⋡.",
      "excel": "Paste ⋡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Does Not Succeed Or Equal (⋡): Meaning, Examples & LaTeX",
      "description": "Copy ⋡ (U+22E1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋡; Use ⋡ only when the source or field defines this exact symbol. For Does Not Succeed Or Equal (⋡), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋡ as U+22E1; for structured equations, use ⋡ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Does Not Succeed Or Equal."
    ],
    "searchIntents": [
      "Does Not Succeed Or Equal symbol meaning",
      "Does Not Succeed Or Equal copy and paste",
      "Does Not Succeed Or Equal LaTeX",
      "Does Not Succeed Or Equal Unicode",
      "how to type Does Not Succeed Or Equal"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋡ in plain text when a Unicode character is appropriate and the destination preserves U+22E1.",
      "Use ⋡ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Does Not Succeed Or Equal is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-s-shaped-bag-delimiter",
    "symbol": "⟅",
    "slug": "left-s-shaped-bag-delimiter",
    "name": "Left S-Shaped Bag Delimiter",
    "aliases": [
      "left s-shaped bag delimiter"
    ],
    "unicode": "U+27C5",
    "htmlEntity": "",
    "htmlDecimal": "&#10181;",
    "latex": "⟅",
    "mathml": "<mo>⟅</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟅ is named left s-shaped bag delimiter and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟅ only when the source or field defines this exact symbol. For Left S-Shaped Bag Delimiter (⟅), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left s-shaped bag delimiter",
    "examples": [
      "A ⟅ B",
      "x ⟅ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C5 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left s-shaped bag delimiter.",
      "word": "Type 27C5, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟅ or use Insert → Special characters. For structured math, use the equation editor and verify ⟅.",
      "excel": "Paste ⟅ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left S-Shaped Bag Delimiter (⟅): Uses, Unicode & LaTeX",
      "description": "Copy ⟅ (U+27C5), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟅; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟅ as U+27C5; for structured equations, use ⟅ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left S-Shaped Bag Delimiter."
    ],
    "searchIntents": [
      "Left S-Shaped Bag Delimiter symbol meaning",
      "Left S-Shaped Bag Delimiter copy and paste",
      "Left S-Shaped Bag Delimiter LaTeX",
      "Left S-Shaped Bag Delimiter Unicode",
      "how to type Left S-Shaped Bag Delimiter"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟅ in plain text when a Unicode character is appropriate and the destination preserves U+27C5.",
      "Use ⟅ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left S-Shaped Bag Delimiter is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-left-image-bracket",
    "symbol": "⦇",
    "slug": "z-notation-left-image-bracket",
    "name": "Z Notation Left Image Bracket",
    "aliases": [
      "z notation left image bracket"
    ],
    "unicode": "U+2987",
    "htmlEntity": "",
    "htmlDecimal": "&#10631;",
    "latex": "⦇",
    "mathml": "<mo>⦇</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦇ is named z notation left image bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦇ only when the source or field defines this exact symbol. For Z Notation Left Image Bracket (⦇), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation left image bracket",
    "examples": [
      "A ⦇ B",
      "x ⦇ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2987 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation left image bracket.",
      "word": "Type 2987, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦇ or use Insert → Special characters. For structured math, use the equation editor and verify ⦇.",
      "excel": "Paste ⦇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Left Image Bracket (⦇): Uses, Unicode & LaTeX",
      "description": "Copy ⦇ (U+2987), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦇; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦇ as U+2987; for structured equations, use ⦇ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Left Image Bracket."
    ],
    "searchIntents": [
      "Z Notation Left Image Bracket symbol meaning",
      "Z Notation Left Image Bracket copy and paste",
      "Z Notation Left Image Bracket LaTeX",
      "Z Notation Left Image Bracket Unicode",
      "how to type Z Notation Left Image Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦇ in plain text when a Unicode character is appropriate and the destination preserves U+2987.",
      "Use ⦇ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Left Image Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "n-ary-square-intersection-operator",
    "symbol": "⨅",
    "slug": "n-ary-square-intersection-operator",
    "name": "N-ary Square Intersection Operator",
    "aliases": [
      "n-ary square intersection operator"
    ],
    "unicode": "U+2A05",
    "htmlEntity": "",
    "htmlDecimal": "&#10757;",
    "latex": "⨅",
    "mathml": "<mo>⨅</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨅ is named n-ary square intersection operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨅ only when the source or field defines this exact symbol. For N-ary Square Intersection Operator (⨅), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "n-ary square intersection operator",
    "examples": [
      "A ⨅ B",
      "x ⨅ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A05 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for n-ary square intersection operator.",
      "word": "Type 2A05, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨅ or use Insert → Special characters. For structured math, use the equation editor and verify ⨅.",
      "excel": "Paste ⨅ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-ary Square Intersection Operator (⨅): Meaning, Examples & LaTeX",
      "description": "Copy ⨅ (U+2A05), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨅ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨅ only when the source or field defines this exact symbol. For N-ary Square Intersection Operator (⨅), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨅ as U+2A05; for structured equations, use ⨅ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-ary Square Intersection Operator."
    ],
    "searchIntents": [
      "N-ary Square Intersection Operator symbol meaning",
      "N-ary Square Intersection Operator copy and paste",
      "N-ary Square Intersection Operator LaTeX",
      "N-ary Square Intersection Operator Unicode",
      "how to type N-ary Square Intersection Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-ary Square Intersection Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨅ in plain text when a Unicode character is appropriate and the destination preserves U+2A05.",
      "Use ⨅ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-ary Square Intersection Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-two-headed-arrow-from-bar",
    "symbol": "⤅",
    "slug": "rightwards-two-headed-arrow-from-bar",
    "name": "Rightwards Two-Headed Arrow From Bar",
    "aliases": [
      "rightwards two-headed arrow from bar"
    ],
    "unicode": "U+2905",
    "htmlEntity": "",
    "htmlDecimal": "&#10501;",
    "latex": "⤅",
    "mathml": "<mo>⤅</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤅ is named rightwards two-headed arrow from bar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤅ only when the source or field defines this exact symbol. For Rightwards Two-Headed Arrow From Bar (⤅), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards two-headed arrow from bar",
    "examples": [
      "A ⤅ B",
      "x ⤅ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2905 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards two-headed arrow from bar.",
      "word": "Type 2905, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤅ or use Insert → Special characters. For structured math, use the equation editor and verify ⤅.",
      "excel": "Paste ⤅ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤅ Symbol: Rightwards Two-Headed Arrow From Bar, Unicode & LaTeX",
      "description": "Copy ⤅ (U+2905), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤅; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤅ as U+2905; for structured equations, use ⤅ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Two-Headed Arrow From Bar."
    ],
    "searchIntents": [
      "Rightwards Two-Headed Arrow From Bar symbol meaning",
      "Rightwards Two-Headed Arrow From Bar copy and paste",
      "Rightwards Two-Headed Arrow From Bar LaTeX",
      "Rightwards Two-Headed Arrow From Bar Unicode",
      "how to type Rightwards Two-Headed Arrow From Bar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤅ in plain text when a Unicode character is appropriate and the destination preserves U+2905.",
      "Use ⤅ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Two-Headed Arrow From Bar is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-square-image-of-or-equal-to",
    "symbol": "⋢",
    "slug": "not-square-image-of-or-equal-to",
    "name": "Not Square Image Of Or Equal To",
    "aliases": [
      "not square image of or equal to"
    ],
    "unicode": "U+22E2",
    "htmlEntity": "",
    "htmlDecimal": "&#8930;",
    "latex": "⋢",
    "mathml": "<mo>⋢</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋢ is named not square image of or equal to and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋢ only when the source or field defines this exact symbol. For Not Square Image Of Or Equal To (⋢), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "not square image of or equal to",
    "examples": [
      "A ⋢ B",
      "x ⋢ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22E2 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for not square image of or equal to.",
      "word": "Type 22E2, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋢ or use Insert → Special characters. For structured math, use the equation editor and verify ⋢.",
      "excel": "Paste ⋢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Square Image Of Or Equal To (⋢): Meaning, Examples & LaTeX",
      "description": "Copy ⋢ (U+22E2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋢; Use ⋢ only when the source or field defines this exact symbol. For Not Square Image Of Or Equal To (⋢), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋢ as U+22E2; for structured equations, use ⋢ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Square Image Of Or Equal To."
    ],
    "searchIntents": [
      "Not Square Image Of Or Equal To symbol meaning",
      "Not Square Image Of Or Equal To copy and paste",
      "Not Square Image Of Or Equal To LaTeX",
      "Not Square Image Of Or Equal To Unicode",
      "how to type Not Square Image Of Or Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋢ in plain text when a Unicode character is appropriate and the destination preserves U+22E2.",
      "Use ⋢ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Square Image Of Or Equal To is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-s-shaped-bag-delimiter",
    "symbol": "⟆",
    "slug": "right-s-shaped-bag-delimiter",
    "name": "Right S-Shaped Bag Delimiter",
    "aliases": [
      "right s-shaped bag delimiter"
    ],
    "unicode": "U+27C6",
    "htmlEntity": "",
    "htmlDecimal": "&#10182;",
    "latex": "⟆",
    "mathml": "<mo>⟆</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟆ is named right s-shaped bag delimiter and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟆ only when the source or field defines this exact symbol. For Right S-Shaped Bag Delimiter (⟆), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right s-shaped bag delimiter",
    "examples": [
      "A ⟆ B",
      "x ⟆ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C6 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right s-shaped bag delimiter.",
      "word": "Type 27C6, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟆ or use Insert → Special characters. For structured math, use the equation editor and verify ⟆.",
      "excel": "Paste ⟆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right S-Shaped Bag Delimiter (⟆): Uses, Unicode & LaTeX",
      "description": "Copy ⟆ (U+27C6), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟆; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟆ as U+27C6; for structured equations, use ⟆ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right S-Shaped Bag Delimiter."
    ],
    "searchIntents": [
      "Right S-Shaped Bag Delimiter symbol meaning",
      "Right S-Shaped Bag Delimiter copy and paste",
      "Right S-Shaped Bag Delimiter LaTeX",
      "Right S-Shaped Bag Delimiter Unicode",
      "how to type Right S-Shaped Bag Delimiter"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟆ in plain text when a Unicode character is appropriate and the destination preserves U+27C6.",
      "Use ⟆ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right S-Shaped Bag Delimiter is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-right-image-bracket",
    "symbol": "⦈",
    "slug": "z-notation-right-image-bracket",
    "name": "Z Notation Right Image Bracket",
    "aliases": [
      "z notation right image bracket"
    ],
    "unicode": "U+2988",
    "htmlEntity": "",
    "htmlDecimal": "&#10632;",
    "latex": "⦈",
    "mathml": "<mo>⦈</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦈ is named z notation right image bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦈ only when the source or field defines this exact symbol. For Z Notation Right Image Bracket (⦈), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation right image bracket",
    "examples": [
      "A ⦈ B",
      "x ⦈ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2988 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation right image bracket.",
      "word": "Type 2988, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦈ or use Insert → Special characters. For structured math, use the equation editor and verify ⦈.",
      "excel": "Paste ⦈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Right Image Bracket (⦈): Uses, Unicode & LaTeX",
      "description": "Copy ⦈ (U+2988), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦈; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦈ as U+2988; for structured equations, use ⦈ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Right Image Bracket."
    ],
    "searchIntents": [
      "Z Notation Right Image Bracket symbol meaning",
      "Z Notation Right Image Bracket copy and paste",
      "Z Notation Right Image Bracket LaTeX",
      "Z Notation Right Image Bracket Unicode",
      "how to type Z Notation Right Image Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦈ in plain text when a Unicode character is appropriate and the destination preserves U+2988.",
      "Use ⦈ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Right Image Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "n-ary-square-union-operator",
    "symbol": "⨆",
    "slug": "n-ary-square-union-operator",
    "name": "N-ary Square Union Operator",
    "aliases": [
      "n-ary square union operator"
    ],
    "unicode": "U+2A06",
    "htmlEntity": "",
    "htmlDecimal": "&#10758;",
    "latex": "⨆",
    "mathml": "<mo>⨆</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨆ is named n-ary square union operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨆ only when the source or field defines this exact symbol. For N-ary Square Union Operator (⨆), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "n-ary square union operator",
    "examples": [
      "A ⨆ B",
      "x ⨆ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A06 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for n-ary square union operator.",
      "word": "Type 2A06, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨆ or use Insert → Special characters. For structured math, use the equation editor and verify ⨆.",
      "excel": "Paste ⨆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-ary Square Union Operator (⨆): Meaning, Examples & LaTeX",
      "description": "Copy ⨆ (U+2A06), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨆ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨆ only when the source or field defines this exact symbol. For N-ary Square Union Operator (⨆), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨆ as U+2A06; for structured equations, use ⨆ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-ary Square Union Operator."
    ],
    "searchIntents": [
      "N-ary Square Union Operator symbol meaning",
      "N-ary Square Union Operator copy and paste",
      "N-ary Square Union Operator LaTeX",
      "N-ary Square Union Operator Unicode",
      "how to type N-ary Square Union Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-ary Square Union Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨆ in plain text when a Unicode character is appropriate and the destination preserves U+2A06.",
      "Use ⨆ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-ary Square Union Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "leftwards-double-arrow-from-bar",
    "symbol": "⤆",
    "slug": "leftwards-double-arrow-from-bar",
    "name": "Leftwards Double Arrow From Bar",
    "aliases": [
      "leftwards double arrow from bar"
    ],
    "unicode": "U+2906",
    "htmlEntity": "",
    "htmlDecimal": "&#10502;",
    "latex": "⤆",
    "mathml": "<mo>⤆</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤆ is named leftwards double arrow from bar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤆ only when the source or field defines this exact symbol. For Leftwards Double Arrow From Bar (⤆), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "leftwards double arrow from bar",
    "examples": [
      "A ⤆ B",
      "x ⤆ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2906 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for leftwards double arrow from bar.",
      "word": "Type 2906, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤆ or use Insert → Special characters. For structured math, use the equation editor and verify ⤆.",
      "excel": "Paste ⤆ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Leftwards Double Arrow From Bar (⤆): Meaning, Examples & LaTeX",
      "description": "Copy ⤆ (U+2906), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤆; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤆ as U+2906; for structured equations, use ⤆ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Leftwards Double Arrow From Bar."
    ],
    "searchIntents": [
      "Leftwards Double Arrow From Bar symbol meaning",
      "Leftwards Double Arrow From Bar copy and paste",
      "Leftwards Double Arrow From Bar LaTeX",
      "Leftwards Double Arrow From Bar Unicode",
      "how to type Leftwards Double Arrow From Bar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤆ in plain text when a Unicode character is appropriate and the destination preserves U+2906.",
      "Use ⤆ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Leftwards Double Arrow From Bar is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "not-square-original-of-or-equal-to",
    "symbol": "⋣",
    "slug": "not-square-original-of-or-equal-to",
    "name": "Not Square Original Of Or Equal To",
    "aliases": [
      "not square original of or equal to"
    ],
    "unicode": "U+22E3",
    "htmlEntity": "",
    "htmlDecimal": "&#8931;",
    "latex": "⋣",
    "mathml": "<mo>⋣</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋣ is named not square original of or equal to and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋣ only when the source or field defines this exact symbol. For Not Square Original Of Or Equal To (⋣), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "not square original of or equal to",
    "examples": [
      "A ⋣ B",
      "x ⋣ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22E3 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for not square original of or equal to.",
      "word": "Type 22E3, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋣ or use Insert → Special characters. For structured math, use the equation editor and verify ⋣.",
      "excel": "Paste ⋣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Not Square Original Of Or Equal To (⋣): Meaning, Examples & LaTeX",
      "description": "Copy ⋣ (U+22E3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋣; Use ⋣ only when the source or field defines this exact symbol. For Not Square Original Of Or Equal To (⋣), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋣ as U+22E3; for structured equations, use ⋣ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Not Square Original Of Or Equal To."
    ],
    "searchIntents": [
      "Not Square Original Of Or Equal To symbol meaning",
      "Not Square Original Of Or Equal To copy and paste",
      "Not Square Original Of Or Equal To LaTeX",
      "Not Square Original Of Or Equal To Unicode",
      "how to type Not Square Original Of Or Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋣ in plain text when a Unicode character is appropriate and the destination preserves U+22E3.",
      "Use ⋣ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Not Square Original Of Or Equal To is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "or-with-dot-inside",
    "symbol": "⟇",
    "slug": "or-with-dot-inside",
    "name": "Or with Dot Inside",
    "aliases": [
      "or with dot inside"
    ],
    "unicode": "U+27C7",
    "htmlEntity": "",
    "htmlDecimal": "&#10183;",
    "latex": "⟇",
    "mathml": "<mo>⟇</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟇ is named or with dot inside and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟇ only when the source or field defines this exact symbol. For Or with Dot Inside (⟇), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "or with dot inside",
    "examples": [
      "A ⟇ B",
      "x ⟇ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C7 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for or with dot inside.",
      "word": "Type 27C7, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟇ or use Insert → Special characters. For structured math, use the equation editor and verify ⟇.",
      "excel": "Paste ⟇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Or with Dot Inside (⟇): Meaning, Examples & LaTeX",
      "description": "Copy ⟇ (U+27C7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟇; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟇ as U+27C7; for structured equations, use ⟇ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Or with Dot Inside."
    ],
    "searchIntents": [
      "Or with Dot Inside symbol meaning",
      "Or with Dot Inside copy and paste",
      "Or with Dot Inside LaTeX",
      "Or with Dot Inside Unicode",
      "how to type Or with Dot Inside"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟇ in plain text when a Unicode character is appropriate and the destination preserves U+27C7.",
      "Use ⟇ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Or with Dot Inside is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-left-binding-bracket",
    "symbol": "⦉",
    "slug": "z-notation-left-binding-bracket",
    "name": "Z Notation Left Binding Bracket",
    "aliases": [
      "z notation left binding bracket"
    ],
    "unicode": "U+2989",
    "htmlEntity": "",
    "htmlDecimal": "&#10633;",
    "latex": "⦉",
    "mathml": "<mo>⦉</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦉ is named z notation left binding bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦉ only when the source or field defines this exact symbol. For Z Notation Left Binding Bracket (⦉), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation left binding bracket",
    "examples": [
      "A ⦉ B",
      "x ⦉ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2989 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation left binding bracket.",
      "word": "Type 2989, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦉ or use Insert → Special characters. For structured math, use the equation editor and verify ⦉.",
      "excel": "Paste ⦉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Left Binding Bracket (⦉): Uses, Unicode & LaTeX",
      "description": "Copy ⦉ (U+2989), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦉; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦉ as U+2989; for structured equations, use ⦉ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Left Binding Bracket."
    ],
    "searchIntents": [
      "Z Notation Left Binding Bracket symbol meaning",
      "Z Notation Left Binding Bracket copy and paste",
      "Z Notation Left Binding Bracket LaTeX",
      "Z Notation Left Binding Bracket Unicode",
      "how to type Z Notation Left Binding Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦉ in plain text when a Unicode character is appropriate and the destination preserves U+2989.",
      "Use ⦉ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Left Binding Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "two-logical-and-operator",
    "symbol": "⨇",
    "slug": "two-logical-and-operator",
    "name": "Two Logical and Operator",
    "aliases": [
      "two logical and operator"
    ],
    "unicode": "U+2A07",
    "htmlEntity": "",
    "htmlDecimal": "&#10759;",
    "latex": "⨇",
    "mathml": "<mo>⨇</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨇ is named two logical and operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨇ only when the source or field defines this exact symbol. For Two Logical and Operator (⨇), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "two logical and operator",
    "examples": [
      "A ⨇ B",
      "x ⨇ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A07 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for two logical and operator.",
      "word": "Type 2A07, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨇ or use Insert → Special characters. For structured math, use the equation editor and verify ⨇.",
      "excel": "Paste ⨇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Two Logical and Operator (⨇): Meaning, Examples & LaTeX",
      "description": "Copy ⨇ (U+2A07), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨇ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨇ only when the source or field defines this exact symbol. For Two Logical and Operator (⨇), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨇ as U+2A07; for structured equations, use ⨇ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Two Logical and Operator."
    ],
    "searchIntents": [
      "Two Logical and Operator symbol meaning",
      "Two Logical and Operator copy and paste",
      "Two Logical and Operator LaTeX",
      "Two Logical and Operator Unicode",
      "how to type Two Logical and Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Two Logical and Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨇ in plain text when a Unicode character is appropriate and the destination preserves U+2A07.",
      "Use ⨇ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Two Logical and Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-double-arrow-from-bar",
    "symbol": "⤇",
    "slug": "rightwards-double-arrow-from-bar",
    "name": "Rightwards Double Arrow From Bar",
    "aliases": [
      "rightwards double arrow from bar"
    ],
    "unicode": "U+2907",
    "htmlEntity": "",
    "htmlDecimal": "&#10503;",
    "latex": "⤇",
    "mathml": "<mo>⤇</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤇ is named rightwards double arrow from bar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤇ only when the source or field defines this exact symbol. For Rightwards Double Arrow From Bar (⤇), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards double arrow from bar",
    "examples": [
      "A ⤇ B",
      "x ⤇ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2907 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards double arrow from bar.",
      "word": "Type 2907, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤇ or use Insert → Special characters. For structured math, use the equation editor and verify ⤇.",
      "excel": "Paste ⤇ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Rightwards Double Arrow From Bar (⤇): Meaning, Examples & LaTeX",
      "description": "Copy ⤇ (U+2907), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤇; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤇ as U+2907; for structured equations, use ⤇ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Double Arrow From Bar."
    ],
    "searchIntents": [
      "Rightwards Double Arrow From Bar symbol meaning",
      "Rightwards Double Arrow From Bar copy and paste",
      "Rightwards Double Arrow From Bar LaTeX",
      "Rightwards Double Arrow From Bar Unicode",
      "how to type Rightwards Double Arrow From Bar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤇ in plain text when a Unicode character is appropriate and the destination preserves U+2907.",
      "Use ⤇ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Double Arrow From Bar is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "square-image-of-or-not-equal-to",
    "symbol": "⋤",
    "slug": "square-image-of-or-not-equal-to",
    "name": "Square Image Of Or Not Equal To",
    "aliases": [
      "square image of or not equal to"
    ],
    "unicode": "U+22E4",
    "htmlEntity": "",
    "htmlDecimal": "&#8932;",
    "latex": "⋤",
    "mathml": "<mo>⋤</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋤ is named square image of or not equal to and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋤ only when the source or field defines this exact symbol. For Square Image Of Or Not Equal To (⋤), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "square image of or not equal to",
    "examples": [
      "A ⋤ B",
      "x ⋤ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22E4 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for square image of or not equal to.",
      "word": "Type 22E4, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋤ or use Insert → Special characters. For structured math, use the equation editor and verify ⋤.",
      "excel": "Paste ⋤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Square Image Of Or Not Equal To (⋤): Meaning, Examples & LaTeX",
      "description": "Copy ⋤ (U+22E4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Use ⋤ to deny equality, not to express an ordering such as less than or greater than.",
      "For plain text, copy ⋤ as U+22E4; for structured equations, use ⋤ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Square Image Of Or Not Equal To."
    ],
    "searchIntents": [
      "Square Image Of Or Not Equal To symbol meaning",
      "Square Image Of Or Not Equal To copy and paste",
      "Square Image Of Or Not Equal To LaTeX",
      "Square Image Of Or Not Equal To Unicode",
      "how to type Square Image Of Or Not Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋤ in plain text when a Unicode character is appropriate and the destination preserves U+22E4.",
      "Use ⋤ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Square Image Of Or Not Equal To is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "reverse-solidus-preceding-subset",
    "symbol": "⟈",
    "slug": "reverse-solidus-preceding-subset",
    "name": "Reverse Solidus Preceding Subset",
    "aliases": [
      "reverse solidus preceding subset"
    ],
    "unicode": "U+27C8",
    "htmlEntity": "",
    "htmlDecimal": "&#10184;",
    "latex": "⟈",
    "mathml": "<mo>⟈</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟈ is named reverse solidus preceding subset and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟈ only when the source or field defines this exact symbol. For Reverse Solidus Preceding Subset (⟈), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "reverse solidus preceding subset",
    "examples": [
      "A ⟈ B",
      "x ⟈ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C8 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for reverse solidus preceding subset.",
      "word": "Type 27C8, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟈ or use Insert → Special characters. For structured math, use the equation editor and verify ⟈.",
      "excel": "Paste ⟈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Reverse Solidus Preceding Subset (⟈): Meaning, Examples & LaTeX",
      "description": "Copy ⟈ (U+27C8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟈; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟈ as U+27C8; for structured equations, use ⟈ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Reverse Solidus Preceding Subset."
    ],
    "searchIntents": [
      "Reverse Solidus Preceding Subset symbol meaning",
      "Reverse Solidus Preceding Subset copy and paste",
      "Reverse Solidus Preceding Subset LaTeX",
      "Reverse Solidus Preceding Subset Unicode",
      "how to type Reverse Solidus Preceding Subset"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟈ in plain text when a Unicode character is appropriate and the destination preserves U+27C8.",
      "Use ⟈ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Reverse Solidus Preceding Subset is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-right-binding-bracket",
    "symbol": "⦊",
    "slug": "z-notation-right-binding-bracket",
    "name": "Z Notation Right Binding Bracket",
    "aliases": [
      "z notation right binding bracket"
    ],
    "unicode": "U+298A",
    "htmlEntity": "",
    "htmlDecimal": "&#10634;",
    "latex": "⦊",
    "mathml": "<mo>⦊</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦊ is named z notation right binding bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦊ only when the source or field defines this exact symbol. For Z Notation Right Binding Bracket (⦊), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation right binding bracket",
    "examples": [
      "A ⦊ B",
      "x ⦊ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 298A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation right binding bracket.",
      "word": "Type 298A, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦊ or use Insert → Special characters. For structured math, use the equation editor and verify ⦊.",
      "excel": "Paste ⦊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Right Binding Bracket (⦊): Uses, Unicode & LaTeX",
      "description": "Copy ⦊ (U+298A), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦊; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦊ as U+298A; for structured equations, use ⦊ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Right Binding Bracket."
    ],
    "searchIntents": [
      "Z Notation Right Binding Bracket symbol meaning",
      "Z Notation Right Binding Bracket copy and paste",
      "Z Notation Right Binding Bracket LaTeX",
      "Z Notation Right Binding Bracket Unicode",
      "how to type Z Notation Right Binding Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦊ in plain text when a Unicode character is appropriate and the destination preserves U+298A.",
      "Use ⦊ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Right Binding Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "two-logical-or-operator",
    "symbol": "⨈",
    "slug": "two-logical-or-operator",
    "name": "Two Logical Or Operator",
    "aliases": [
      "two logical or operator"
    ],
    "unicode": "U+2A08",
    "htmlEntity": "",
    "htmlDecimal": "&#10760;",
    "latex": "⨈",
    "mathml": "<mo>⨈</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨈ is named two logical or operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨈ only when the source or field defines this exact symbol. For Two Logical Or Operator (⨈), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "two logical or operator",
    "examples": [
      "A ⨈ B",
      "x ⨈ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A08 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for two logical or operator.",
      "word": "Type 2A08, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨈ or use Insert → Special characters. For structured math, use the equation editor and verify ⨈.",
      "excel": "Paste ⨈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Two Logical Or Operator (⨈): Meaning, Examples & LaTeX",
      "description": "Copy ⨈ (U+2A08), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨈ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨈ only when the source or field defines this exact symbol. For Two Logical Or Operator (⨈), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨈ as U+2A08; for structured equations, use ⨈ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Two Logical Or Operator."
    ],
    "searchIntents": [
      "Two Logical Or Operator symbol meaning",
      "Two Logical Or Operator copy and paste",
      "Two Logical Or Operator LaTeX",
      "Two Logical Or Operator Unicode",
      "how to type Two Logical Or Operator"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨈ in plain text when a Unicode character is appropriate and the destination preserves U+2A08.",
      "Use ⨈ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Two Logical Or Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "downwards-arrow-with-horizontal-stroke",
    "symbol": "⤈",
    "slug": "downwards-arrow-with-horizontal-stroke",
    "name": "Downwards Arrow with Horizontal Stroke",
    "aliases": [
      "downwards arrow with horizontal stroke"
    ],
    "unicode": "U+2908",
    "htmlEntity": "",
    "htmlDecimal": "&#10504;",
    "latex": "⤈",
    "mathml": "<mo>⤈</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤈ is named downwards arrow with horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤈ only when the source or field defines this exact symbol. For Downwards Arrow with Horizontal Stroke (⤈), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "downwards arrow with horizontal stroke",
    "examples": [
      "A ⤈ B",
      "x ⤈ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2908 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for downwards arrow with horizontal stroke.",
      "word": "Type 2908, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤈ or use Insert → Special characters. For structured math, use the equation editor and verify ⤈.",
      "excel": "Paste ⤈ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤈ Symbol: Downwards Arrow with Horizontal Stroke, Unicode & LaTeX",
      "description": "Copy ⤈ (U+2908), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤈; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤈ as U+2908; for structured equations, use ⤈ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Downwards Arrow with Horizontal Stroke."
    ],
    "searchIntents": [
      "Downwards Arrow with Horizontal Stroke symbol meaning",
      "Downwards Arrow with Horizontal Stroke copy and paste",
      "Downwards Arrow with Horizontal Stroke LaTeX",
      "Downwards Arrow with Horizontal Stroke Unicode",
      "how to type Downwards Arrow with Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤈ in plain text when a Unicode character is appropriate and the destination preserves U+2908.",
      "Use ⤈ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Downwards Arrow with Horizontal Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "square-original-of-or-not-equal-to",
    "symbol": "⋥",
    "slug": "square-original-of-or-not-equal-to",
    "name": "Square Original Of Or Not Equal To",
    "aliases": [
      "square original of or not equal to"
    ],
    "unicode": "U+22E5",
    "htmlEntity": "",
    "htmlDecimal": "&#8933;",
    "latex": "⋥",
    "mathml": "<mo>⋥</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋥ is named square original of or not equal to and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋥ only when the source or field defines this exact symbol. For Square Original Of Or Not Equal To (⋥), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "square original of or not equal to",
    "examples": [
      "A ⋥ B",
      "x ⋥ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22E5 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for square original of or not equal to.",
      "word": "Type 22E5, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋥ or use Insert → Special characters. For structured math, use the equation editor and verify ⋥.",
      "excel": "Paste ⋥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Square Original Of Or Not Equal To (⋥): Meaning, Examples & LaTeX",
      "description": "Copy ⋥ (U+22E5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Use ⋥ to deny equality, not to express an ordering such as less than or greater than.",
      "For plain text, copy ⋥ as U+22E5; for structured equations, use ⋥ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Square Original Of Or Not Equal To."
    ],
    "searchIntents": [
      "Square Original Of Or Not Equal To symbol meaning",
      "Square Original Of Or Not Equal To copy and paste",
      "Square Original Of Or Not Equal To LaTeX",
      "Square Original Of Or Not Equal To Unicode",
      "how to type Square Original Of Or Not Equal To"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋥ in plain text when a Unicode character is appropriate and the destination preserves U+22E5.",
      "Use ⋥ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Square Original Of Or Not Equal To is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "superset-preceding-solidus",
    "symbol": "⟉",
    "slug": "superset-preceding-solidus",
    "name": "Superset Preceding Solidus",
    "aliases": [
      "superset preceding solidus"
    ],
    "unicode": "U+27C9",
    "htmlEntity": "",
    "htmlDecimal": "&#10185;",
    "latex": "⟉",
    "mathml": "<mo>⟉</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟉ is named superset preceding solidus and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟉ only when the source or field defines this exact symbol. For Superset Preceding Solidus (⟉), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "superset preceding solidus",
    "examples": [
      "A ⟉ B",
      "x ⟉ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27C9 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for superset preceding solidus.",
      "word": "Type 27C9, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟉ or use Insert → Special characters. For structured math, use the equation editor and verify ⟉.",
      "excel": "Paste ⟉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Superset Preceding Solidus (⟉): Meaning, Examples & LaTeX",
      "description": "Copy ⟉ (U+27C9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟉; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟉ as U+27C9; for structured equations, use ⟉ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Superset Preceding Solidus."
    ],
    "searchIntents": [
      "Superset Preceding Solidus symbol meaning",
      "Superset Preceding Solidus copy and paste",
      "Superset Preceding Solidus LaTeX",
      "Superset Preceding Solidus Unicode",
      "how to type Superset Preceding Solidus"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟉ in plain text when a Unicode character is appropriate and the destination preserves U+27C9.",
      "Use ⟉ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Superset Preceding Solidus is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-square-bracket-with-underbar",
    "symbol": "⦋",
    "slug": "left-square-bracket-with-underbar",
    "name": "Left Square Bracket with Underbar",
    "aliases": [
      "left square bracket with underbar"
    ],
    "unicode": "U+298B",
    "htmlEntity": "",
    "htmlDecimal": "&#10635;",
    "latex": "⦋",
    "mathml": "<mo>⦋</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦋ is named left square bracket with underbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦋ only when the source or field defines this exact symbol. For Left Square Bracket with Underbar (⦋), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left square bracket with underbar",
    "examples": [
      "A ⦋ B",
      "x ⦋ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 298B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left square bracket with underbar.",
      "word": "Type 298B, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦋ or use Insert → Special characters. For structured math, use the equation editor and verify ⦋.",
      "excel": "Paste ⦋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Square Bracket with Underbar (⦋): Uses, Unicode & LaTeX",
      "description": "Copy ⦋ (U+298B), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦋; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦋ as U+298B; for structured equations, use ⦋ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Square Bracket with Underbar."
    ],
    "searchIntents": [
      "Left Square Bracket with Underbar symbol meaning",
      "Left Square Bracket with Underbar copy and paste",
      "Left Square Bracket with Underbar LaTeX",
      "Left Square Bracket with Underbar Unicode",
      "how to type Left Square Bracket with Underbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦋ in plain text when a Unicode character is appropriate and the destination preserves U+298B.",
      "Use ⦋ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Square Bracket with Underbar is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "n-ary-times-operator",
    "symbol": "⨉",
    "slug": "n-ary-times-operator",
    "name": "N-ary Times Operator",
    "aliases": [
      "n-ary times operator"
    ],
    "unicode": "U+2A09",
    "htmlEntity": "",
    "htmlDecimal": "&#10761;",
    "latex": "⨉",
    "mathml": "<mo>⨉</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨉ is named n-ary times operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨉ only when the source or field defines this exact symbol. For N-ary Times Operator (⨉), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "n-ary times operator",
    "examples": [
      "A ⨉ B",
      "x ⨉ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A09 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for n-ary times operator.",
      "word": "Type 2A09, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨉ or use Insert → Special characters. For structured math, use the equation editor and verify ⨉.",
      "excel": "Paste ⨉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "N-ary Times Operator (⨉): Meaning, Examples & LaTeX",
      "description": "Copy ⨉ (U+2A09), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨉ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨉ only when the source or field defines this exact symbol. For N-ary Times Operator (⨉), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨉ as U+2A09; for structured equations, use ⨉ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is N-ary Times Operator."
    ],
    "searchIntents": [
      "N-ary Times Operator symbol meaning",
      "N-ary Times Operator copy and paste",
      "N-ary Times Operator LaTeX",
      "N-ary Times Operator Unicode",
      "how to type N-ary Times Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked N-ary Times Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨉ in plain text when a Unicode character is appropriate and the destination preserves U+2A09.",
      "Use ⨉ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when N-ary Times Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "upwards-arrow-with-horizontal-stroke",
    "symbol": "⤉",
    "slug": "upwards-arrow-with-horizontal-stroke",
    "name": "Upwards Arrow with Horizontal Stroke",
    "aliases": [
      "upwards arrow with horizontal stroke"
    ],
    "unicode": "U+2909",
    "htmlEntity": "",
    "htmlDecimal": "&#10505;",
    "latex": "⤉",
    "mathml": "<mo>⤉</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤉ is named upwards arrow with horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤉ only when the source or field defines this exact symbol. For Upwards Arrow with Horizontal Stroke (⤉), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "upwards arrow with horizontal stroke",
    "examples": [
      "A ⤉ B",
      "x ⤉ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2909 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for upwards arrow with horizontal stroke.",
      "word": "Type 2909, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤉ or use Insert → Special characters. For structured math, use the equation editor and verify ⤉.",
      "excel": "Paste ⤉ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤉ Symbol: Upwards Arrow with Horizontal Stroke, Unicode & LaTeX",
      "description": "Copy ⤉ (U+2909), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤉; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤉ as U+2909; for structured equations, use ⤉ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Upwards Arrow with Horizontal Stroke."
    ],
    "searchIntents": [
      "Upwards Arrow with Horizontal Stroke symbol meaning",
      "Upwards Arrow with Horizontal Stroke copy and paste",
      "Upwards Arrow with Horizontal Stroke LaTeX",
      "Upwards Arrow with Horizontal Stroke Unicode",
      "how to type Upwards Arrow with Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤉ in plain text when a Unicode character is appropriate and the destination preserves U+2909.",
      "Use ⤉ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Upwards Arrow with Horizontal Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "element-of-with-long-horizontal-stroke",
    "symbol": "⋲",
    "slug": "element-of-with-long-horizontal-stroke",
    "name": "Element Of with Long Horizontal Stroke",
    "aliases": [
      "element of with long horizontal stroke"
    ],
    "unicode": "U+22F2",
    "htmlEntity": "",
    "htmlDecimal": "&#8946;",
    "latex": "⋲",
    "mathml": "<mo>⋲</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋲ is named element of with long horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋲ only when the source or field defines this exact symbol. For Element Of with Long Horizontal Stroke (⋲), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "element of with long horizontal stroke",
    "examples": [
      "A ⋲ B",
      "x ⋲ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22F2 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for element of with long horizontal stroke.",
      "word": "Type 22F2, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋲, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋲, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋲ or use Insert → Special characters. For structured math, use the equation editor and verify ⋲.",
      "excel": "Paste ⋲ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋲ Symbol: Element Of with Long Horizontal Stroke, Unicode & LaTeX",
      "description": "Copy ⋲ (U+22F2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (⋲) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ⋲ as U+22F2; for structured equations, use ⋲ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Element Of with Long Horizontal Stroke."
    ],
    "searchIntents": [
      "Element Of with Long Horizontal Stroke symbol meaning",
      "Element Of with Long Horizontal Stroke copy and paste",
      "Element Of with Long Horizontal Stroke LaTeX",
      "Element Of with Long Horizontal Stroke Unicode",
      "how to type Element Of with Long Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋲ in plain text when a Unicode character is appropriate and the destination preserves U+22F2.",
      "Use ⋲ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Element Of with Long Horizontal Stroke is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "vertical-bar-with-horizontal-stroke",
    "symbol": "⟊",
    "slug": "vertical-bar-with-horizontal-stroke",
    "name": "Vertical Bar with Horizontal Stroke",
    "aliases": [
      "vertical bar with horizontal stroke"
    ],
    "unicode": "U+27CA",
    "htmlEntity": "",
    "htmlDecimal": "&#10186;",
    "latex": "⟊",
    "mathml": "<mo>⟊</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟊ is named vertical bar with horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟊ only when the source or field defines this exact symbol. For Vertical Bar with Horizontal Stroke (⟊), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "vertical bar with horizontal stroke",
    "examples": [
      "A ⟊ B",
      "x ⟊ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27CA in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for vertical bar with horizontal stroke.",
      "word": "Type 27CA, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟊ or use Insert → Special characters. For structured math, use the equation editor and verify ⟊.",
      "excel": "Paste ⟊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Vertical Bar with Horizontal Stroke (⟊): Uses, Unicode & LaTeX",
      "description": "Copy ⟊ (U+27CA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟊; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟊ as U+27CA; for structured equations, use ⟊ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Vertical Bar with Horizontal Stroke."
    ],
    "searchIntents": [
      "Vertical Bar with Horizontal Stroke symbol meaning",
      "Vertical Bar with Horizontal Stroke copy and paste",
      "Vertical Bar with Horizontal Stroke LaTeX",
      "Vertical Bar with Horizontal Stroke Unicode",
      "how to type Vertical Bar with Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟊ in plain text when a Unicode character is appropriate and the destination preserves U+27CA.",
      "Use ⟊ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Vertical Bar with Horizontal Stroke is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "identify the exact relation or operator, distinguish its code point, and copy the correct notation",
    "semanticRole": "A specialized mathematical relation or operator whose exact glyph and code point carry meaning.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-square-bracket-with-underbar",
    "symbol": "⦌",
    "slug": "right-square-bracket-with-underbar",
    "name": "Right Square Bracket with Underbar",
    "aliases": [
      "right square bracket with underbar"
    ],
    "unicode": "U+298C",
    "htmlEntity": "",
    "htmlDecimal": "&#10636;",
    "latex": "⦌",
    "mathml": "<mo>⦌</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦌ is named right square bracket with underbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦌ only when the source or field defines this exact symbol. For Right Square Bracket with Underbar (⦌), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right square bracket with underbar",
    "examples": [
      "A ⦌ B",
      "x ⦌ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 298C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right square bracket with underbar.",
      "word": "Type 298C, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦌ or use Insert → Special characters. For structured math, use the equation editor and verify ⦌.",
      "excel": "Paste ⦌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Square Bracket with Underbar (⦌): Uses, Unicode & LaTeX",
      "description": "Copy ⦌ (U+298C), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦌; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦌ as U+298C; for structured equations, use ⦌ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Square Bracket with Underbar."
    ],
    "searchIntents": [
      "Right Square Bracket with Underbar symbol meaning",
      "Right Square Bracket with Underbar copy and paste",
      "Right Square Bracket with Underbar LaTeX",
      "Right Square Bracket with Underbar Unicode",
      "how to type Right Square Bracket with Underbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦌ in plain text when a Unicode character is appropriate and the destination preserves U+298C.",
      "Use ⦌ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Square Bracket with Underbar is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "modulo-two-sum",
    "symbol": "⨊",
    "slug": "modulo-two-sum",
    "name": "Modulo Two Sum",
    "aliases": [
      "modulo two sum"
    ],
    "unicode": "U+2A0A",
    "htmlEntity": "",
    "htmlDecimal": "&#10762;",
    "latex": "⨊",
    "mathml": "<mo>⨊</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨊ is named modulo two sum and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨊ only when the source or field defines this exact symbol. For Modulo Two Sum (⨊), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "modulo two sum",
    "examples": [
      "A ⨊ B",
      "x ⨊ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A0A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for modulo two sum.",
      "word": "Type 2A0A, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨊ or use Insert → Special characters. For structured math, use the equation editor and verify ⨊.",
      "excel": "Paste ⨊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Modulo Two Sum (⨊): Meaning, Examples & LaTeX",
      "description": "Copy ⨊ (U+2A0A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨊ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨊ only when the source or field defines this exact symbol. For Modulo Two Sum (⨊), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨊ as U+2A0A; for structured equations, use ⨊ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Modulo Two Sum."
    ],
    "searchIntents": [
      "Modulo Two Sum symbol meaning",
      "Modulo Two Sum copy and paste",
      "Modulo Two Sum LaTeX",
      "Modulo Two Sum Unicode",
      "how to type Modulo Two Sum"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Modulo Two Sum against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨊ in plain text when a Unicode character is appropriate and the destination preserves U+2A0A.",
      "Use ⨊ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Modulo Two Sum is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "upwards-triple-arrow",
    "symbol": "⤊",
    "slug": "upwards-triple-arrow",
    "name": "Upwards Triple Arrow",
    "aliases": [
      "upwards triple arrow"
    ],
    "unicode": "U+290A",
    "htmlEntity": "",
    "htmlDecimal": "&#10506;",
    "latex": "⤊",
    "mathml": "<mo>⤊</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤊ is named upwards triple arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤊ only when the source or field defines this exact symbol. For Upwards Triple Arrow (⤊), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "upwards triple arrow",
    "examples": [
      "A ⤊ B",
      "x ⤊ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 290A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for upwards triple arrow.",
      "word": "Type 290A, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤊ or use Insert → Special characters. For structured math, use the equation editor and verify ⤊.",
      "excel": "Paste ⤊ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Upwards Triple Arrow (⤊): Meaning, Examples & LaTeX",
      "description": "Copy ⤊ (U+290A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤊; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤊ as U+290A; for structured equations, use ⤊ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Upwards Triple Arrow."
    ],
    "searchIntents": [
      "Upwards Triple Arrow symbol meaning",
      "Upwards Triple Arrow copy and paste",
      "Upwards Triple Arrow LaTeX",
      "Upwards Triple Arrow Unicode",
      "how to type Upwards Triple Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤊ in plain text when a Unicode character is appropriate and the destination preserves U+290A.",
      "Use ⤊ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Upwards Triple Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "element-of-with-vertical-bar-at-end-of-horizontal-stroke",
    "symbol": "⋳",
    "slug": "element-of-with-vertical-bar-at-end-of-horizontal-stroke",
    "name": "Element Of with Vertical Bar At End Of Horizontal Stroke",
    "aliases": [
      "element of with vertical bar at end of horizontal stroke"
    ],
    "unicode": "U+22F3",
    "htmlEntity": "",
    "htmlDecimal": "&#8947;",
    "latex": "⋳",
    "mathml": "<mo>⋳</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋳ is named element of with vertical bar at end of horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋳ only when the source or field defines this exact symbol. For Element Of with Vertical Bar At End Of Horizontal Stroke (⋳), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "element of with vertical bar at end of horizontal stroke",
    "examples": [
      "A ⋳ B",
      "x ⋳ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22F3 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for element of with vertical bar at end of horizontal stroke.",
      "word": "Type 22F3, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋳, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋳, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋳ or use Insert → Special characters. For structured math, use the equation editor and verify ⋳.",
      "excel": "Paste ⋳ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋳ Symbol (U+22F3): Meaning, Unicode & LaTeX",
      "description": "Copy ⋳ (U+22F3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (⋳) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ⋳ as U+22F3; for structured equations, use ⋳ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Element Of with Vertical Bar At End Of Horizontal Stroke."
    ],
    "searchIntents": [
      "Element Of with Vertical Bar At End Of Horizontal Stroke symbol meaning",
      "Element Of with Vertical Bar At End Of Horizontal Stroke copy and paste",
      "Element Of with Vertical Bar At End Of Horizontal Stroke LaTeX",
      "Element Of with Vertical Bar At End Of Horizontal Stroke Unicode",
      "how to type Element Of with Vertical Bar At End Of Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋳ in plain text when a Unicode character is appropriate and the destination preserves U+22F3.",
      "Use ⋳ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Element Of with Vertical Bar At End Of Horizontal Stroke is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "identify the exact relation or operator, distinguish its code point, and copy the correct notation",
    "semanticRole": "A specialized mathematical relation or operator whose exact glyph and code point carry meaning.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "mathematical-rising-diagonal",
    "symbol": "⟋",
    "slug": "mathematical-rising-diagonal",
    "name": "Mathematical Rising Diagonal",
    "aliases": [
      "mathematical rising diagonal"
    ],
    "unicode": "U+27CB",
    "htmlEntity": "",
    "htmlDecimal": "&#10187;",
    "latex": "⟋",
    "mathml": "<mo>⟋</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟋ is named mathematical rising diagonal and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟋ only when the source or field defines this exact symbol. For Mathematical Rising Diagonal (⟋), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "mathematical rising diagonal",
    "examples": [
      "A ⟋ B",
      "x ⟋ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27CB in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical rising diagonal.",
      "word": "Type 27CB, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟋ or use Insert → Special characters. For structured math, use the equation editor and verify ⟋.",
      "excel": "Paste ⟋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Mathematical Rising Diagonal (⟋): Meaning, Examples & LaTeX",
      "description": "Copy ⟋ (U+27CB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟋; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟋ as U+27CB; for structured equations, use ⟋ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Mathematical Rising Diagonal."
    ],
    "searchIntents": [
      "Mathematical Rising Diagonal symbol meaning",
      "Mathematical Rising Diagonal copy and paste",
      "Mathematical Rising Diagonal LaTeX",
      "Mathematical Rising Diagonal Unicode",
      "how to type Mathematical Rising Diagonal"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟋ in plain text when a Unicode character is appropriate and the destination preserves U+27CB.",
      "Use ⟋ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Mathematical Rising Diagonal is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-square-bracket-with-tick-in-top-corner",
    "symbol": "⦍",
    "slug": "left-square-bracket-with-tick-in-top-corner",
    "name": "Left Square Bracket with Tick In Top Corner",
    "aliases": [
      "left square bracket with tick in top corner"
    ],
    "unicode": "U+298D",
    "htmlEntity": "",
    "htmlDecimal": "&#10637;",
    "latex": "⦍",
    "mathml": "<mo>⦍</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦍ is named left square bracket with tick in top corner and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦍ only when the source or field defines this exact symbol. For Left Square Bracket with Tick In Top Corner (⦍), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left square bracket with tick in top corner",
    "examples": [
      "A ⦍ B",
      "x ⦍ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 298D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left square bracket with tick in top corner.",
      "word": "Type 298D, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦍ or use Insert → Special characters. For structured math, use the equation editor and verify ⦍.",
      "excel": "Paste ⦍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⦍ Symbol (U+298D): Meaning, Unicode & LaTeX",
      "description": "Copy ⦍ (U+298D), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦍; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦍ as U+298D; for structured equations, use ⦍ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Square Bracket with Tick In Top Corner."
    ],
    "searchIntents": [
      "Left Square Bracket with Tick In Top Corner symbol meaning",
      "Left Square Bracket with Tick In Top Corner copy and paste",
      "Left Square Bracket with Tick In Top Corner LaTeX",
      "Left Square Bracket with Tick In Top Corner Unicode",
      "how to type Left Square Bracket with Tick In Top Corner"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦍ in plain text when a Unicode character is appropriate and the destination preserves U+298D.",
      "Use ⦍ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Square Bracket with Tick In Top Corner is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "summation-with-integral",
    "symbol": "⨋",
    "slug": "summation-with-integral",
    "name": "Summation with Integral",
    "aliases": [
      "summation with integral"
    ],
    "unicode": "U+2A0B",
    "htmlEntity": "",
    "htmlDecimal": "&#10763;",
    "latex": "⨋",
    "mathml": "<mo>⨋</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨋ is named summation with integral and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨋ only when the source or field defines this exact symbol. For Summation with Integral (⨋), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "summation with integral",
    "examples": [
      "A ⨋ B",
      "x ⨋ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A0B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for summation with integral.",
      "word": "Type 2A0B, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨋ or use Insert → Special characters. For structured math, use the equation editor and verify ⨋.",
      "excel": "Paste ⨋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Summation with Integral (⨋): Meaning, Examples & LaTeX",
      "description": "Copy ⨋ (U+2A0B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨋ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨋ only when the source or field defines this exact symbol. For Summation with Integral (⨋), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨋ as U+2A0B; for structured equations, use ⨋ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Summation with Integral."
    ],
    "searchIntents": [
      "Summation with Integral symbol meaning",
      "Summation with Integral copy and paste",
      "Summation with Integral LaTeX",
      "Summation with Integral Unicode",
      "how to type Summation with Integral"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Summation with Integral against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨋ in plain text when a Unicode character is appropriate and the destination preserves U+2A0B.",
      "Use ⨋ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Summation with Integral is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "downwards-triple-arrow",
    "symbol": "⤋",
    "slug": "downwards-triple-arrow",
    "name": "Downwards Triple Arrow",
    "aliases": [
      "downwards triple arrow"
    ],
    "unicode": "U+290B",
    "htmlEntity": "",
    "htmlDecimal": "&#10507;",
    "latex": "⤋",
    "mathml": "<mo>⤋</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤋ is named downwards triple arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤋ only when the source or field defines this exact symbol. For Downwards Triple Arrow (⤋), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "downwards triple arrow",
    "examples": [
      "A ⤋ B",
      "x ⤋ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 290B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for downwards triple arrow.",
      "word": "Type 290B, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤋ or use Insert → Special characters. For structured math, use the equation editor and verify ⤋.",
      "excel": "Paste ⤋ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Downwards Triple Arrow (⤋): Meaning, Examples & LaTeX",
      "description": "Copy ⤋ (U+290B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤋; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤋ as U+290B; for structured equations, use ⤋ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Downwards Triple Arrow."
    ],
    "searchIntents": [
      "Downwards Triple Arrow symbol meaning",
      "Downwards Triple Arrow copy and paste",
      "Downwards Triple Arrow LaTeX",
      "Downwards Triple Arrow Unicode",
      "how to type Downwards Triple Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤋ in plain text when a Unicode character is appropriate and the destination preserves U+290B.",
      "Use ⤋ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Downwards Triple Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "small-element-of-with-vertical-bar-at-end-of-horizontal-stroke",
    "symbol": "⋴",
    "slug": "small-element-of-with-vertical-bar-at-end-of-horizontal-stroke",
    "name": "Small Element Of with Vertical Bar At End Of Horizontal Stroke",
    "aliases": [
      "small element of with vertical bar at end of horizontal stroke"
    ],
    "unicode": "U+22F4",
    "htmlEntity": "",
    "htmlDecimal": "&#8948;",
    "latex": "⋴",
    "mathml": "<mo>⋴</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋴ is named small element of with vertical bar at end of horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋴ only when the source or field defines this exact symbol. For Small Element Of with Vertical Bar At End Of Horizontal Stroke (⋴), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "small element of with vertical bar at end of horizontal stroke",
    "examples": [
      "A ⋴ B",
      "x ⋴ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22F4 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for small element of with vertical bar at end of horizontal stroke.",
      "word": "Type 22F4, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋴, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋴, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋴ or use Insert → Special characters. For structured math, use the equation editor and verify ⋴.",
      "excel": "Paste ⋴ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋴ Symbol (U+22F4): Meaning, Unicode & LaTeX",
      "description": "Copy ⋴ (U+22F4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (⋴) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ⋴ as U+22F4; for structured equations, use ⋴ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Small Element Of with Vertical Bar At End Of Horizontal Stroke."
    ],
    "searchIntents": [
      "Small Element Of with Vertical Bar At End Of Horizontal Stroke symbol meaning",
      "Small Element Of with Vertical Bar At End Of Horizontal Stroke copy and paste",
      "Small Element Of with Vertical Bar At End Of Horizontal Stroke LaTeX",
      "Small Element Of with Vertical Bar At End Of Horizontal Stroke Unicode",
      "how to type Small Element Of with Vertical Bar At End Of Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋴ in plain text when a Unicode character is appropriate and the destination preserves U+22F4.",
      "Use ⋴ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Small Element Of with Vertical Bar At End Of Horizontal Stroke is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "identify the exact relation or operator, distinguish its code point, and copy the correct notation",
    "semanticRole": "A specialized mathematical relation or operator whose exact glyph and code point carry meaning.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "long-division",
    "symbol": "⟌",
    "slug": "long-division",
    "name": "Long Division",
    "aliases": [
      "long division"
    ],
    "unicode": "U+27CC",
    "htmlEntity": "",
    "htmlDecimal": "&#10188;",
    "latex": "⟌",
    "mathml": "<mo>⟌</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟌ is named long division and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟌ only when the source or field defines this exact symbol. For Long Division (⟌), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "long division",
    "examples": [
      "A ⟌ B",
      "x ⟌ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27CC in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for long division.",
      "word": "Type 27CC, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟌ or use Insert → Special characters. For structured math, use the equation editor and verify ⟌.",
      "excel": "Paste ⟌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Division (⟌): Meaning, Examples & LaTeX",
      "description": "Copy ⟌ (U+27CC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟌; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟌ as U+27CC; for structured equations, use ⟌ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Division."
    ],
    "searchIntents": [
      "Long Division symbol meaning",
      "Long Division copy and paste",
      "Long Division LaTeX",
      "Long Division Unicode",
      "how to type Long Division"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟌ in plain text when a Unicode character is appropriate and the destination preserves U+27CC.",
      "Use ⟌ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Division is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-square-bracket-with-tick-in-bottom-corner",
    "symbol": "⦎",
    "slug": "right-square-bracket-with-tick-in-bottom-corner",
    "name": "Right Square Bracket with Tick In Bottom Corner",
    "aliases": [
      "right square bracket with tick in bottom corner"
    ],
    "unicode": "U+298E",
    "htmlEntity": "",
    "htmlDecimal": "&#10638;",
    "latex": "⦎",
    "mathml": "<mo>⦎</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦎ is named right square bracket with tick in bottom corner and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦎ only when the source or field defines this exact symbol. For Right Square Bracket with Tick In Bottom Corner (⦎), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right square bracket with tick in bottom corner",
    "examples": [
      "A ⦎ B",
      "x ⦎ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 298E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right square bracket with tick in bottom corner.",
      "word": "Type 298E, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦎ or use Insert → Special characters. For structured math, use the equation editor and verify ⦎.",
      "excel": "Paste ⦎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⦎ Symbol (U+298E): Meaning, Unicode & LaTeX",
      "description": "Copy ⦎ (U+298E), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦎; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦎ as U+298E; for structured equations, use ⦎ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Square Bracket with Tick In Bottom Corner."
    ],
    "searchIntents": [
      "Right Square Bracket with Tick In Bottom Corner symbol meaning",
      "Right Square Bracket with Tick In Bottom Corner copy and paste",
      "Right Square Bracket with Tick In Bottom Corner LaTeX",
      "Right Square Bracket with Tick In Bottom Corner Unicode",
      "how to type Right Square Bracket with Tick In Bottom Corner"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦎ in plain text when a Unicode character is appropriate and the destination preserves U+298E.",
      "Use ⦎ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Square Bracket with Tick In Bottom Corner is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "quadruple-integral-operator",
    "symbol": "⨌",
    "slug": "quadruple-integral-operator",
    "name": "Quadruple Integral Operator",
    "aliases": [
      "quadruple integral operator"
    ],
    "unicode": "U+2A0C",
    "htmlEntity": "",
    "htmlDecimal": "&#10764;",
    "latex": "⨌",
    "mathml": "<mo>⨌</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨌ is named quadruple integral operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨌ only when the source or field defines this exact symbol. For Quadruple Integral Operator (⨌), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "quadruple integral operator",
    "examples": [
      "A ⨌ B",
      "x ⨌ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A0C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for quadruple integral operator.",
      "word": "Type 2A0C, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨌ or use Insert → Special characters. For structured math, use the equation editor and verify ⨌.",
      "excel": "Paste ⨌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Quadruple Integral Operator (⨌): Meaning, Examples & LaTeX",
      "description": "Copy ⨌ (U+2A0C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨌ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨌ only when the source or field defines this exact symbol. For Quadruple Integral Operator (⨌), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨌ as U+2A0C; for structured equations, use ⨌ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Quadruple Integral Operator."
    ],
    "searchIntents": [
      "Quadruple Integral Operator symbol meaning",
      "Quadruple Integral Operator copy and paste",
      "Quadruple Integral Operator LaTeX",
      "Quadruple Integral Operator Unicode",
      "how to type Quadruple Integral Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Quadruple Integral Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨌ in plain text when a Unicode character is appropriate and the destination preserves U+2A0C.",
      "Use ⨌ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Quadruple Integral Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "leftwards-double-dash-arrow",
    "symbol": "⤌",
    "slug": "leftwards-double-dash-arrow",
    "name": "Leftwards Double Dash Arrow",
    "aliases": [
      "leftwards double dash arrow"
    ],
    "unicode": "U+290C",
    "htmlEntity": "",
    "htmlDecimal": "&#10508;",
    "latex": "⤌",
    "mathml": "<mo>⤌</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤌ is named leftwards double dash arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤌ only when the source or field defines this exact symbol. For Leftwards Double Dash Arrow (⤌), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "leftwards double dash arrow",
    "examples": [
      "A ⤌ B",
      "x ⤌ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 290C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for leftwards double dash arrow.",
      "word": "Type 290C, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤌ or use Insert → Special characters. For structured math, use the equation editor and verify ⤌.",
      "excel": "Paste ⤌ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Leftwards Double Dash Arrow (⤌): Meaning, Examples & LaTeX",
      "description": "Copy ⤌ (U+290C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤌; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤌ as U+290C; for structured equations, use ⤌ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Leftwards Double Dash Arrow."
    ],
    "searchIntents": [
      "Leftwards Double Dash Arrow symbol meaning",
      "Leftwards Double Dash Arrow copy and paste",
      "Leftwards Double Dash Arrow LaTeX",
      "Leftwards Double Dash Arrow Unicode",
      "how to type Leftwards Double Dash Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤌ in plain text when a Unicode character is appropriate and the destination preserves U+290C.",
      "Use ⤌ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Leftwards Double Dash Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "element-of-with-dot-above",
    "symbol": "⋵",
    "slug": "element-of-with-dot-above",
    "name": "Element Of with Dot Above",
    "aliases": [
      "element of with dot above"
    ],
    "unicode": "U+22F5",
    "htmlEntity": "",
    "htmlDecimal": "&#8949;",
    "latex": "⋵",
    "mathml": "<mo>⋵</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋵ is named element of with dot above and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋵ only when the source or field defines this exact symbol. For Element Of with Dot Above (⋵), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "element of with dot above",
    "examples": [
      "A ⋵ B",
      "x ⋵ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22F5 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for element of with dot above.",
      "word": "Type 22F5, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋵, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋵, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋵ or use Insert → Special characters. For structured math, use the equation editor and verify ⋵.",
      "excel": "Paste ⋵ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Element Of with Dot Above (⋵): Meaning, Examples & LaTeX",
      "description": "Copy ⋵ (U+22F5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (⋵) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ⋵ as U+22F5; for structured equations, use ⋵ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Element Of with Dot Above."
    ],
    "searchIntents": [
      "Element Of with Dot Above symbol meaning",
      "Element Of with Dot Above copy and paste",
      "Element Of with Dot Above LaTeX",
      "Element Of with Dot Above Unicode",
      "how to type Element Of with Dot Above"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋵ in plain text when a Unicode character is appropriate and the destination preserves U+22F5.",
      "Use ⋵ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Element Of with Dot Above is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "mathematical-falling-diagonal",
    "symbol": "⟍",
    "slug": "mathematical-falling-diagonal",
    "name": "Mathematical Falling Diagonal",
    "aliases": [
      "mathematical falling diagonal"
    ],
    "unicode": "U+27CD",
    "htmlEntity": "",
    "htmlDecimal": "&#10189;",
    "latex": "⟍",
    "mathml": "<mo>⟍</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟍ is named mathematical falling diagonal and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟍ only when the source or field defines this exact symbol. For Mathematical Falling Diagonal (⟍), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "mathematical falling diagonal",
    "examples": [
      "A ⟍ B",
      "x ⟍ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27CD in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical falling diagonal.",
      "word": "Type 27CD, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟍ or use Insert → Special characters. For structured math, use the equation editor and verify ⟍.",
      "excel": "Paste ⟍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Mathematical Falling Diagonal (⟍): Meaning, Examples & LaTeX",
      "description": "Copy ⟍ (U+27CD), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟍; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟍ as U+27CD; for structured equations, use ⟍ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Mathematical Falling Diagonal."
    ],
    "searchIntents": [
      "Mathematical Falling Diagonal symbol meaning",
      "Mathematical Falling Diagonal copy and paste",
      "Mathematical Falling Diagonal LaTeX",
      "Mathematical Falling Diagonal Unicode",
      "how to type Mathematical Falling Diagonal"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟍ in plain text when a Unicode character is appropriate and the destination preserves U+27CD.",
      "Use ⟍ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Mathematical Falling Diagonal is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-square-bracket-with-tick-in-bottom-corner",
    "symbol": "⦏",
    "slug": "left-square-bracket-with-tick-in-bottom-corner",
    "name": "Left Square Bracket with Tick In Bottom Corner",
    "aliases": [
      "left square bracket with tick in bottom corner"
    ],
    "unicode": "U+298F",
    "htmlEntity": "",
    "htmlDecimal": "&#10639;",
    "latex": "⦏",
    "mathml": "<mo>⦏</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦏ is named left square bracket with tick in bottom corner and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦏ only when the source or field defines this exact symbol. For Left Square Bracket with Tick In Bottom Corner (⦏), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left square bracket with tick in bottom corner",
    "examples": [
      "A ⦏ B",
      "x ⦏ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 298F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left square bracket with tick in bottom corner.",
      "word": "Type 298F, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦏ or use Insert → Special characters. For structured math, use the equation editor and verify ⦏.",
      "excel": "Paste ⦏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⦏ Symbol (U+298F): Meaning, Unicode & LaTeX",
      "description": "Copy ⦏ (U+298F), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦏; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦏ as U+298F; for structured equations, use ⦏ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Square Bracket with Tick In Bottom Corner."
    ],
    "searchIntents": [
      "Left Square Bracket with Tick In Bottom Corner symbol meaning",
      "Left Square Bracket with Tick In Bottom Corner copy and paste",
      "Left Square Bracket with Tick In Bottom Corner LaTeX",
      "Left Square Bracket with Tick In Bottom Corner Unicode",
      "how to type Left Square Bracket with Tick In Bottom Corner"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦏ in plain text when a Unicode character is appropriate and the destination preserves U+298F.",
      "Use ⦏ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Square Bracket with Tick In Bottom Corner is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "finite-part-integral",
    "symbol": "⨍",
    "slug": "finite-part-integral",
    "name": "Finite Part Integral",
    "aliases": [
      "finite part integral"
    ],
    "unicode": "U+2A0D",
    "htmlEntity": "",
    "htmlDecimal": "&#10765;",
    "latex": "⨍",
    "mathml": "<mo>⨍</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨍ is named finite part integral and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨍ only when the source or field defines this exact symbol. For Finite Part Integral (⨍), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "finite part integral",
    "examples": [
      "A ⨍ B",
      "x ⨍ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A0D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for finite part integral.",
      "word": "Type 2A0D, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨍ or use Insert → Special characters. For structured math, use the equation editor and verify ⨍.",
      "excel": "Paste ⨍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Finite Part Integral (⨍): Meaning, Examples & LaTeX",
      "description": "Copy ⨍ (U+2A0D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨍ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨍ only when the source or field defines this exact symbol. For Finite Part Integral (⨍), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨍ as U+2A0D; for structured equations, use ⨍ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Finite Part Integral."
    ],
    "searchIntents": [
      "Finite Part Integral symbol meaning",
      "Finite Part Integral copy and paste",
      "Finite Part Integral LaTeX",
      "Finite Part Integral Unicode",
      "how to type Finite Part Integral"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Finite Part Integral against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨍ in plain text when a Unicode character is appropriate and the destination preserves U+2A0D.",
      "Use ⨍ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Finite Part Integral is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-double-dash-arrow",
    "symbol": "⤍",
    "slug": "rightwards-double-dash-arrow",
    "name": "Rightwards Double Dash Arrow",
    "aliases": [
      "rightwards double dash arrow"
    ],
    "unicode": "U+290D",
    "htmlEntity": "",
    "htmlDecimal": "&#10509;",
    "latex": "⤍",
    "mathml": "<mo>⤍</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤍ is named rightwards double dash arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤍ only when the source or field defines this exact symbol. For Rightwards Double Dash Arrow (⤍), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards double dash arrow",
    "examples": [
      "A ⤍ B",
      "x ⤍ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 290D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards double dash arrow.",
      "word": "Type 290D, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤍ or use Insert → Special characters. For structured math, use the equation editor and verify ⤍.",
      "excel": "Paste ⤍ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Rightwards Double Dash Arrow (⤍): Meaning, Examples & LaTeX",
      "description": "Copy ⤍ (U+290D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤍; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤍ as U+290D; for structured equations, use ⤍ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Double Dash Arrow."
    ],
    "searchIntents": [
      "Rightwards Double Dash Arrow symbol meaning",
      "Rightwards Double Dash Arrow copy and paste",
      "Rightwards Double Dash Arrow LaTeX",
      "Rightwards Double Dash Arrow Unicode",
      "how to type Rightwards Double Dash Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤍ in plain text when a Unicode character is appropriate and the destination preserves U+290D.",
      "Use ⤍ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Double Dash Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "element-of-with-overbar",
    "symbol": "⋶",
    "slug": "element-of-with-overbar",
    "name": "Element Of with Overbar",
    "aliases": [
      "element of with overbar"
    ],
    "unicode": "U+22F6",
    "htmlEntity": "",
    "htmlDecimal": "&#8950;",
    "latex": "⋶",
    "mathml": "<mo>⋶</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋶ is named element of with overbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋶ only when the source or field defines this exact symbol. For Element Of with Overbar (⋶), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "element of with overbar",
    "examples": [
      "A ⋶ B",
      "x ⋶ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22F6 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for element of with overbar.",
      "word": "Type 22F6, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋶, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋶, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋶ or use Insert → Special characters. For structured math, use the equation editor and verify ⋶.",
      "excel": "Paste ⋶ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Element Of with Overbar (⋶): Meaning, Examples & LaTeX",
      "description": "Copy ⋶ (U+22F6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (⋶) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ⋶ as U+22F6; for structured equations, use ⋶ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Element Of with Overbar."
    ],
    "searchIntents": [
      "Element Of with Overbar symbol meaning",
      "Element Of with Overbar copy and paste",
      "Element Of with Overbar LaTeX",
      "Element Of with Overbar Unicode",
      "how to type Element Of with Overbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋶ in plain text when a Unicode character is appropriate and the destination preserves U+22F6.",
      "Use ⋶ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Element Of with Overbar is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "squared-logical-and",
    "symbol": "⟎",
    "slug": "squared-logical-and",
    "name": "Squared Logical and",
    "aliases": [
      "squared logical and"
    ],
    "unicode": "U+27CE",
    "htmlEntity": "",
    "htmlDecimal": "&#10190;",
    "latex": "⟎",
    "mathml": "<mo>⟎</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟎ is named squared logical and and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟎ only when the source or field defines this exact symbol. For Squared Logical and (⟎), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "squared logical and",
    "examples": [
      "A ⟎ B",
      "x ⟎ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27CE in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for squared logical and.",
      "word": "Type 27CE, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟎ or use Insert → Special characters. For structured math, use the equation editor and verify ⟎.",
      "excel": "Paste ⟎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Squared Logical and (⟎): Meaning, Examples & LaTeX",
      "description": "Copy ⟎ (U+27CE), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟎; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟎ as U+27CE; for structured equations, use ⟎ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Squared Logical and."
    ],
    "searchIntents": [
      "Squared Logical and symbol meaning",
      "Squared Logical and copy and paste",
      "Squared Logical and LaTeX",
      "Squared Logical and Unicode",
      "how to type Squared Logical and"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟎ in plain text when a Unicode character is appropriate and the destination preserves U+27CE.",
      "Use ⟎ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Squared Logical and is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-square-bracket-with-tick-in-top-corner",
    "symbol": "⦐",
    "slug": "right-square-bracket-with-tick-in-top-corner",
    "name": "Right Square Bracket with Tick In Top Corner",
    "aliases": [
      "right square bracket with tick in top corner"
    ],
    "unicode": "U+2990",
    "htmlEntity": "",
    "htmlDecimal": "&#10640;",
    "latex": "⦐",
    "mathml": "<mo>⦐</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦐ is named right square bracket with tick in top corner and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦐ only when the source or field defines this exact symbol. For Right Square Bracket with Tick In Top Corner (⦐), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right square bracket with tick in top corner",
    "examples": [
      "A ⦐ B",
      "x ⦐ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2990 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right square bracket with tick in top corner.",
      "word": "Type 2990, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦐ or use Insert → Special characters. For structured math, use the equation editor and verify ⦐.",
      "excel": "Paste ⦐ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⦐ Symbol (U+2990): Meaning, Unicode & LaTeX",
      "description": "Copy ⦐ (U+2990), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦐; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦐ as U+2990; for structured equations, use ⦐ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Square Bracket with Tick In Top Corner."
    ],
    "searchIntents": [
      "Right Square Bracket with Tick In Top Corner symbol meaning",
      "Right Square Bracket with Tick In Top Corner copy and paste",
      "Right Square Bracket with Tick In Top Corner LaTeX",
      "Right Square Bracket with Tick In Top Corner Unicode",
      "how to type Right Square Bracket with Tick In Top Corner"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦐ in plain text when a Unicode character is appropriate and the destination preserves U+2990.",
      "Use ⦐ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Square Bracket with Tick In Top Corner is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral-with-double-stroke",
    "symbol": "⨎",
    "slug": "integral-with-double-stroke",
    "name": "Integral with Double Stroke",
    "aliases": [
      "integral with double stroke"
    ],
    "unicode": "U+2A0E",
    "htmlEntity": "",
    "htmlDecimal": "&#10766;",
    "latex": "⨎",
    "mathml": "<mo>⨎</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨎ is named integral with double stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨎ only when the source or field defines this exact symbol. For Integral with Double Stroke (⨎), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral with double stroke",
    "examples": [
      "A ⨎ B",
      "x ⨎ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A0E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral with double stroke.",
      "word": "Type 2A0E, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨎ or use Insert → Special characters. For structured math, use the equation editor and verify ⨎.",
      "excel": "Paste ⨎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral with Double Stroke (⨎): Meaning, Examples & LaTeX",
      "description": "Copy ⨎ (U+2A0E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨎ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨎ only when the source or field defines this exact symbol. For Integral with Double Stroke (⨎), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨎ as U+2A0E; for structured equations, use ⨎ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral with Double Stroke."
    ],
    "searchIntents": [
      "Integral with Double Stroke symbol meaning",
      "Integral with Double Stroke copy and paste",
      "Integral with Double Stroke LaTeX",
      "Integral with Double Stroke Unicode",
      "how to type Integral with Double Stroke"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral with Double Stroke against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨎ in plain text when a Unicode character is appropriate and the destination preserves U+2A0E.",
      "Use ⨎ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral with Double Stroke is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "leftwards-triple-dash-arrow",
    "symbol": "⤎",
    "slug": "leftwards-triple-dash-arrow",
    "name": "Leftwards Triple Dash Arrow",
    "aliases": [
      "leftwards triple dash arrow"
    ],
    "unicode": "U+290E",
    "htmlEntity": "",
    "htmlDecimal": "&#10510;",
    "latex": "⤎",
    "mathml": "<mo>⤎</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤎ is named leftwards triple dash arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤎ only when the source or field defines this exact symbol. For Leftwards Triple Dash Arrow (⤎), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "leftwards triple dash arrow",
    "examples": [
      "A ⤎ B",
      "x ⤎ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 290E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for leftwards triple dash arrow.",
      "word": "Type 290E, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤎ or use Insert → Special characters. For structured math, use the equation editor and verify ⤎.",
      "excel": "Paste ⤎ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Leftwards Triple Dash Arrow (⤎): Meaning, Examples & LaTeX",
      "description": "Copy ⤎ (U+290E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤎; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤎ as U+290E; for structured equations, use ⤎ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Leftwards Triple Dash Arrow."
    ],
    "searchIntents": [
      "Leftwards Triple Dash Arrow symbol meaning",
      "Leftwards Triple Dash Arrow copy and paste",
      "Leftwards Triple Dash Arrow LaTeX",
      "Leftwards Triple Dash Arrow Unicode",
      "how to type Leftwards Triple Dash Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤎ in plain text when a Unicode character is appropriate and the destination preserves U+290E.",
      "Use ⤎ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Leftwards Triple Dash Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "small-element-of-with-overbar",
    "symbol": "⋷",
    "slug": "small-element-of-with-overbar",
    "name": "Small Element Of with Overbar",
    "aliases": [
      "small element of with overbar"
    ],
    "unicode": "U+22F7",
    "htmlEntity": "",
    "htmlDecimal": "&#8951;",
    "latex": "⋷",
    "mathml": "<mo>⋷</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋷ is named small element of with overbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋷ only when the source or field defines this exact symbol. For Small Element Of with Overbar (⋷), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "small element of with overbar",
    "examples": [
      "A ⋷ B",
      "x ⋷ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22F7 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for small element of with overbar.",
      "word": "Type 22F7, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋷, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋷, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋷ or use Insert → Special characters. For structured math, use the equation editor and verify ⋷.",
      "excel": "Paste ⋷ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Small Element Of with Overbar (⋷): Meaning, Examples & LaTeX",
      "description": "Copy ⋷ (U+22F7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (⋷) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ⋷ as U+22F7; for structured equations, use ⋷ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Small Element Of with Overbar."
    ],
    "searchIntents": [
      "Small Element Of with Overbar symbol meaning",
      "Small Element Of with Overbar copy and paste",
      "Small Element Of with Overbar LaTeX",
      "Small Element Of with Overbar Unicode",
      "how to type Small Element Of with Overbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋷ in plain text when a Unicode character is appropriate and the destination preserves U+22F7.",
      "Use ⋷ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Small Element Of with Overbar is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "squared-logical-or",
    "symbol": "⟏",
    "slug": "squared-logical-or",
    "name": "Squared Logical Or",
    "aliases": [
      "squared logical or"
    ],
    "unicode": "U+27CF",
    "htmlEntity": "",
    "htmlDecimal": "&#10191;",
    "latex": "⟏",
    "mathml": "<mo>⟏</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟏ is named squared logical or and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟏ only when the source or field defines this exact symbol. For Squared Logical Or (⟏), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "squared logical or",
    "examples": [
      "A ⟏ B",
      "x ⟏ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27CF in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for squared logical or.",
      "word": "Type 27CF, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟏ or use Insert → Special characters. For structured math, use the equation editor and verify ⟏.",
      "excel": "Paste ⟏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Squared Logical Or (⟏): Meaning, Examples & LaTeX",
      "description": "Copy ⟏ (U+27CF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟏; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟏ as U+27CF; for structured equations, use ⟏ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Squared Logical Or."
    ],
    "searchIntents": [
      "Squared Logical Or symbol meaning",
      "Squared Logical Or copy and paste",
      "Squared Logical Or LaTeX",
      "Squared Logical Or Unicode",
      "how to type Squared Logical Or"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟏ in plain text when a Unicode character is appropriate and the destination preserves U+27CF.",
      "Use ⟏ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Squared Logical Or is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-angle-bracket-with-dot",
    "symbol": "⦑",
    "slug": "left-angle-bracket-with-dot",
    "name": "Left Angle Bracket with Dot",
    "aliases": [
      "left angle bracket with dot"
    ],
    "unicode": "U+2991",
    "htmlEntity": "",
    "htmlDecimal": "&#10641;",
    "latex": "⦑",
    "mathml": "<mo>⦑</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦑ is named left angle bracket with dot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦑ only when the source or field defines this exact symbol. For Left Angle Bracket with Dot (⦑), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left angle bracket with dot",
    "examples": [
      "A ⦑ B",
      "x ⦑ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2991 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left angle bracket with dot.",
      "word": "Type 2991, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦑ or use Insert → Special characters. For structured math, use the equation editor and verify ⦑.",
      "excel": "Paste ⦑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Angle Bracket with Dot (⦑): Uses, Unicode & LaTeX",
      "description": "Copy ⦑ (U+2991), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦑; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦑ as U+2991; for structured equations, use ⦑ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Angle Bracket with Dot."
    ],
    "searchIntents": [
      "Left Angle Bracket with Dot symbol meaning",
      "Left Angle Bracket with Dot copy and paste",
      "Left Angle Bracket with Dot LaTeX",
      "Left Angle Bracket with Dot Unicode",
      "how to type Left Angle Bracket with Dot"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦑ in plain text when a Unicode character is appropriate and the destination preserves U+2991.",
      "Use ⦑ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Angle Bracket with Dot is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral-average-with-slash",
    "symbol": "⨏",
    "slug": "integral-average-with-slash",
    "name": "Integral Average with Slash",
    "aliases": [
      "integral average with slash"
    ],
    "unicode": "U+2A0F",
    "htmlEntity": "",
    "htmlDecimal": "&#10767;",
    "latex": "⨏",
    "mathml": "<mo>⨏</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨏ is named integral average with slash and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨏ only when the source or field defines this exact symbol. For Integral Average with Slash (⨏), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral average with slash",
    "examples": [
      "A ⨏ B",
      "x ⨏ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A0F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral average with slash.",
      "word": "Type 2A0F, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨏ or use Insert → Special characters. For structured math, use the equation editor and verify ⨏.",
      "excel": "Paste ⨏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral Average with Slash (⨏): Meaning, Examples & LaTeX",
      "description": "Copy ⨏ (U+2A0F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨏ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨏ only when the source or field defines this exact symbol. For Integral Average with Slash (⨏), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨏ as U+2A0F; for structured equations, use ⨏ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral Average with Slash."
    ],
    "searchIntents": [
      "Integral Average with Slash symbol meaning",
      "Integral Average with Slash copy and paste",
      "Integral Average with Slash LaTeX",
      "Integral Average with Slash Unicode",
      "how to type Integral Average with Slash"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral Average with Slash against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨏ in plain text when a Unicode character is appropriate and the destination preserves U+2A0F.",
      "Use ⨏ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral Average with Slash is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-triple-dash-arrow",
    "symbol": "⤏",
    "slug": "rightwards-triple-dash-arrow",
    "name": "Rightwards Triple Dash Arrow",
    "aliases": [
      "rightwards triple dash arrow"
    ],
    "unicode": "U+290F",
    "htmlEntity": "",
    "htmlDecimal": "&#10511;",
    "latex": "⤏",
    "mathml": "<mo>⤏</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤏ is named rightwards triple dash arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤏ only when the source or field defines this exact symbol. For Rightwards Triple Dash Arrow (⤏), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards triple dash arrow",
    "examples": [
      "A ⤏ B",
      "x ⤏ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 290F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards triple dash arrow.",
      "word": "Type 290F, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤏ or use Insert → Special characters. For structured math, use the equation editor and verify ⤏.",
      "excel": "Paste ⤏ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Rightwards Triple Dash Arrow (⤏): Meaning, Examples & LaTeX",
      "description": "Copy ⤏ (U+290F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤏; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤏ as U+290F; for structured equations, use ⤏ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Triple Dash Arrow."
    ],
    "searchIntents": [
      "Rightwards Triple Dash Arrow symbol meaning",
      "Rightwards Triple Dash Arrow copy and paste",
      "Rightwards Triple Dash Arrow LaTeX",
      "Rightwards Triple Dash Arrow Unicode",
      "how to type Rightwards Triple Dash Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤏ in plain text when a Unicode character is appropriate and the destination preserves U+290F.",
      "Use ⤏ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Triple Dash Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "element-of-with-underbar",
    "symbol": "⋸",
    "slug": "element-of-with-underbar",
    "name": "Element Of with Underbar",
    "aliases": [
      "element of with underbar"
    ],
    "unicode": "U+22F8",
    "htmlEntity": "",
    "htmlDecimal": "&#8952;",
    "latex": "⋸",
    "mathml": "<mo>⋸</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋸ is named element of with underbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋸ only when the source or field defines this exact symbol. For Element Of with Underbar (⋸), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "element of with underbar",
    "examples": [
      "A ⋸ B",
      "x ⋸ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22F8 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for element of with underbar.",
      "word": "Type 22F8, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋸, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋸, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋸ or use Insert → Special characters. For structured math, use the equation editor and verify ⋸.",
      "excel": "Paste ⋸ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Element Of with Underbar (⋸): Meaning, Examples & LaTeX",
      "description": "Copy ⋸ (U+22F8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (⋸) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ⋸ as U+22F8; for structured equations, use ⋸ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Element Of with Underbar."
    ],
    "searchIntents": [
      "Element Of with Underbar symbol meaning",
      "Element Of with Underbar copy and paste",
      "Element Of with Underbar LaTeX",
      "Element Of with Underbar Unicode",
      "how to type Element Of with Underbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋸ in plain text when a Unicode character is appropriate and the destination preserves U+22F8.",
      "Use ⋸ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Element Of with Underbar is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-diamond-with-centred-dot",
    "symbol": "⟐",
    "slug": "white-diamond-with-centred-dot",
    "name": "White Diamond with Centred Dot",
    "aliases": [
      "white diamond with centred dot"
    ],
    "unicode": "U+27D0",
    "htmlEntity": "",
    "htmlDecimal": "&#10192;",
    "latex": "⟐",
    "mathml": "<mo>⟐</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟐ is named white diamond with centred dot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟐ only when the source or field defines this exact symbol. For White Diamond with Centred Dot (⟐), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "white diamond with centred dot",
    "examples": [
      "A ⟐ B",
      "x ⟐ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D0 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for white diamond with centred dot.",
      "word": "Type 27D0, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟐ or use Insert → Special characters. For structured math, use the equation editor and verify ⟐.",
      "excel": "Paste ⟐ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "White Diamond with Centred Dot (⟐): Meaning, Examples & LaTeX",
      "description": "Copy ⟐ (U+27D0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟐; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟐ as U+27D0; for structured equations, use ⟐ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Diamond with Centred Dot."
    ],
    "searchIntents": [
      "White Diamond with Centred Dot symbol meaning",
      "White Diamond with Centred Dot copy and paste",
      "White Diamond with Centred Dot LaTeX",
      "White Diamond with Centred Dot Unicode",
      "how to type White Diamond with Centred Dot"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟐ in plain text when a Unicode character is appropriate and the destination preserves U+27D0.",
      "Use ⟐ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Diamond with Centred Dot is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-angle-bracket-with-dot",
    "symbol": "⦒",
    "slug": "right-angle-bracket-with-dot",
    "name": "Right Angle Bracket with Dot",
    "aliases": [
      "right angle bracket with dot"
    ],
    "unicode": "U+2992",
    "htmlEntity": "",
    "htmlDecimal": "&#10642;",
    "latex": "⦒",
    "mathml": "<mo>⦒</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦒ is named right angle bracket with dot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦒ only when the source or field defines this exact symbol. For Right Angle Bracket with Dot (⦒), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right angle bracket with dot",
    "examples": [
      "A ⦒ B",
      "x ⦒ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2992 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right angle bracket with dot.",
      "word": "Type 2992, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦒ or use Insert → Special characters. For structured math, use the equation editor and verify ⦒.",
      "excel": "Paste ⦒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Angle Bracket with Dot (⦒): Uses, Unicode & LaTeX",
      "description": "Copy ⦒ (U+2992), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦒; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦒ as U+2992; for structured equations, use ⦒ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Angle Bracket with Dot."
    ],
    "searchIntents": [
      "Right Angle Bracket with Dot symbol meaning",
      "Right Angle Bracket with Dot copy and paste",
      "Right Angle Bracket with Dot LaTeX",
      "Right Angle Bracket with Dot Unicode",
      "how to type Right Angle Bracket with Dot"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦒ in plain text when a Unicode character is appropriate and the destination preserves U+2992.",
      "Use ⦒ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Angle Bracket with Dot is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "circulation-function",
    "symbol": "⨐",
    "slug": "circulation-function",
    "name": "Circulation Function",
    "aliases": [
      "circulation function"
    ],
    "unicode": "U+2A10",
    "htmlEntity": "",
    "htmlDecimal": "&#10768;",
    "latex": "⨐",
    "mathml": "<mo>⨐</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨐ is named circulation function and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨐ only when the source or field defines this exact symbol. For Circulation Function (⨐), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "circulation function",
    "examples": [
      "A ⨐ B",
      "x ⨐ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A10 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for circulation function.",
      "word": "Type 2A10, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨐ or use Insert → Special characters. For structured math, use the equation editor and verify ⨐.",
      "excel": "Paste ⨐ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Circulation Function (⨐): Meaning, Examples & LaTeX",
      "description": "Copy ⨐ (U+2A10), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨐ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨐ only when the source or field defines this exact symbol. For Circulation Function (⨐), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨐ as U+2A10; for structured equations, use ⨐ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Circulation Function."
    ],
    "searchIntents": [
      "Circulation Function symbol meaning",
      "Circulation Function copy and paste",
      "Circulation Function LaTeX",
      "Circulation Function Unicode",
      "how to type Circulation Function"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Circulation Function against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨐ in plain text when a Unicode character is appropriate and the destination preserves U+2A10.",
      "Use ⨐ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Circulation Function is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-two-headed-triple-dash-arrow",
    "symbol": "⤐",
    "slug": "rightwards-two-headed-triple-dash-arrow",
    "name": "Rightwards Two-Headed Triple Dash Arrow",
    "aliases": [
      "rightwards two-headed triple dash arrow"
    ],
    "unicode": "U+2910",
    "htmlEntity": "",
    "htmlDecimal": "&#10512;",
    "latex": "⤐",
    "mathml": "<mo>⤐</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤐ is named rightwards two-headed triple dash arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤐ only when the source or field defines this exact symbol. For Rightwards Two-Headed Triple Dash Arrow (⤐), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards two-headed triple dash arrow",
    "examples": [
      "A ⤐ B",
      "x ⤐ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2910 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards two-headed triple dash arrow.",
      "word": "Type 2910, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤐ or use Insert → Special characters. For structured math, use the equation editor and verify ⤐.",
      "excel": "Paste ⤐ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤐ Symbol (U+2910): Meaning, Unicode & LaTeX",
      "description": "Copy ⤐ (U+2910), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤐; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤐ as U+2910; for structured equations, use ⤐ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Two-Headed Triple Dash Arrow."
    ],
    "searchIntents": [
      "Rightwards Two-Headed Triple Dash Arrow symbol meaning",
      "Rightwards Two-Headed Triple Dash Arrow copy and paste",
      "Rightwards Two-Headed Triple Dash Arrow LaTeX",
      "Rightwards Two-Headed Triple Dash Arrow Unicode",
      "how to type Rightwards Two-Headed Triple Dash Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤐ in plain text when a Unicode character is appropriate and the destination preserves U+2910.",
      "Use ⤐ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Two-Headed Triple Dash Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "element-of-with-two-horizontal-strokes",
    "symbol": "⋹",
    "slug": "element-of-with-two-horizontal-strokes",
    "name": "Element Of with Two Horizontal Strokes",
    "aliases": [
      "element of with two horizontal strokes"
    ],
    "unicode": "U+22F9",
    "htmlEntity": "",
    "htmlDecimal": "&#8953;",
    "latex": "⋹",
    "mathml": "<mo>⋹</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋹ is named element of with two horizontal strokes and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋹ only when the source or field defines this exact symbol. For Element Of with Two Horizontal Strokes (⋹), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "element of with two horizontal strokes",
    "examples": [
      "A ⋹ B",
      "x ⋹ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22F9 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for element of with two horizontal strokes.",
      "word": "Type 22F9, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋹, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋹, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋹ or use Insert → Special characters. For structured math, use the equation editor and verify ⋹.",
      "excel": "Paste ⋹ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋹ Symbol: Element Of with Two Horizontal Strokes, Unicode & LaTeX",
      "description": "Copy ⋹ (U+22F9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not confuse membership (⋹) with a subset relation; one connects an element to a set, while the other connects two sets.",
      "For plain text, copy ⋹ as U+22F9; for structured equations, use ⋹ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Element Of with Two Horizontal Strokes."
    ],
    "searchIntents": [
      "Element Of with Two Horizontal Strokes symbol meaning",
      "Element Of with Two Horizontal Strokes copy and paste",
      "Element Of with Two Horizontal Strokes LaTeX",
      "Element Of with Two Horizontal Strokes Unicode",
      "how to type Element Of with Two Horizontal Strokes"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋹ in plain text when a Unicode character is appropriate and the destination preserves U+22F9.",
      "Use ⋹ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Element Of with Two Horizontal Strokes is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "and-with-dot",
    "symbol": "⟑",
    "slug": "and-with-dot",
    "name": "and with Dot",
    "aliases": [
      "and with dot"
    ],
    "unicode": "U+27D1",
    "htmlEntity": "",
    "htmlDecimal": "&#10193;",
    "latex": "⟑",
    "mathml": "<mo>⟑</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟑ is named and with dot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟑ only when the source or field defines this exact symbol. For and with Dot (⟑), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "and with dot",
    "examples": [
      "A ⟑ B",
      "x ⟑ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D1 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for and with dot.",
      "word": "Type 27D1, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟑ or use Insert → Special characters. For structured math, use the equation editor and verify ⟑.",
      "excel": "Paste ⟑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "and with Dot (⟑): Meaning, Examples & LaTeX",
      "description": "Copy ⟑ (U+27D1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟑; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟑ as U+27D1; for structured equations, use ⟑ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is and with Dot."
    ],
    "searchIntents": [
      "and with Dot symbol meaning",
      "and with Dot copy and paste",
      "and with Dot LaTeX",
      "and with Dot Unicode",
      "how to type and with Dot"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟑ in plain text when a Unicode character is appropriate and the destination preserves U+27D1.",
      "Use ⟑ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when and with Dot is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-arc-less-than-bracket",
    "symbol": "⦓",
    "slug": "left-arc-less-than-bracket",
    "name": "Left Arc Less-Than Bracket",
    "aliases": [
      "left arc less-than bracket"
    ],
    "unicode": "U+2993",
    "htmlEntity": "",
    "htmlDecimal": "&#10643;",
    "latex": "⦓",
    "mathml": "<mo>⦓</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦓ is named left arc less-than bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦓ only when the source or field defines this exact symbol. For Left Arc Less-Than Bracket (⦓), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left arc less-than bracket",
    "examples": [
      "A ⦓ B",
      "x ⦓ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2993 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left arc less-than bracket.",
      "word": "Type 2993, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦓ or use Insert → Special characters. For structured math, use the equation editor and verify ⦓.",
      "excel": "Paste ⦓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Arc Less-Than Bracket (⦓): Uses, Unicode & LaTeX",
      "description": "Copy ⦓ (U+2993), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ⦓ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ⦓ as U+2993; for structured equations, use ⦓ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Arc Less-Than Bracket."
    ],
    "searchIntents": [
      "Left Arc Less-Than Bracket symbol meaning",
      "Left Arc Less-Than Bracket copy and paste",
      "Left Arc Less-Than Bracket LaTeX",
      "Left Arc Less-Than Bracket Unicode",
      "how to type Left Arc Less-Than Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦓ in plain text when a Unicode character is appropriate and the destination preserves U+2993.",
      "Use ⦓ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Arc Less-Than Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "anticlockwise-integration",
    "symbol": "⨑",
    "slug": "anticlockwise-integration",
    "name": "Anticlockwise Integration",
    "aliases": [
      "anticlockwise integration"
    ],
    "unicode": "U+2A11",
    "htmlEntity": "",
    "htmlDecimal": "&#10769;",
    "latex": "⨑",
    "mathml": "<mo>⨑</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨑ is named anticlockwise integration and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨑ only when the source or field defines this exact symbol. For Anticlockwise Integration (⨑), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "anticlockwise integration",
    "examples": [
      "A ⨑ B",
      "x ⨑ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A11 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for anticlockwise integration.",
      "word": "Type 2A11, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨑ or use Insert → Special characters. For structured math, use the equation editor and verify ⨑.",
      "excel": "Paste ⨑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Anticlockwise Integration (⨑): Meaning, Examples & LaTeX",
      "description": "Copy ⨑ (U+2A11), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨑ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨑ only when the source or field defines this exact symbol. For Anticlockwise Integration (⨑), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨑ as U+2A11; for structured equations, use ⨑ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Anticlockwise Integration."
    ],
    "searchIntents": [
      "Anticlockwise Integration symbol meaning",
      "Anticlockwise Integration copy and paste",
      "Anticlockwise Integration LaTeX",
      "Anticlockwise Integration Unicode",
      "how to type Anticlockwise Integration"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Anticlockwise Integration against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨑ in plain text when a Unicode character is appropriate and the destination preserves U+2A11.",
      "Use ⨑ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Anticlockwise Integration is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-arrow-with-dotted-stem",
    "symbol": "⤑",
    "slug": "rightwards-arrow-with-dotted-stem",
    "name": "Rightwards Arrow with Dotted Stem",
    "aliases": [
      "rightwards arrow with dotted stem"
    ],
    "unicode": "U+2911",
    "htmlEntity": "",
    "htmlDecimal": "&#10513;",
    "latex": "⤑",
    "mathml": "<mo>⤑</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤑ is named rightwards arrow with dotted stem and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤑ only when the source or field defines this exact symbol. For Rightwards Arrow with Dotted Stem (⤑), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards arrow with dotted stem",
    "examples": [
      "A ⤑ B",
      "x ⤑ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2911 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards arrow with dotted stem.",
      "word": "Type 2911, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤑ or use Insert → Special characters. For structured math, use the equation editor and verify ⤑.",
      "excel": "Paste ⤑ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Rightwards Arrow with Dotted Stem (⤑): Meaning, Examples & LaTeX",
      "description": "Copy ⤑ (U+2911), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤑; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤑ as U+2911; for structured equations, use ⤑ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Arrow with Dotted Stem."
    ],
    "searchIntents": [
      "Rightwards Arrow with Dotted Stem symbol meaning",
      "Rightwards Arrow with Dotted Stem copy and paste",
      "Rightwards Arrow with Dotted Stem LaTeX",
      "Rightwards Arrow with Dotted Stem Unicode",
      "how to type Rightwards Arrow with Dotted Stem"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤑ in plain text when a Unicode character is appropriate and the destination preserves U+2911.",
      "Use ⤑ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Arrow with Dotted Stem is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "contains-with-long-horizontal-stroke",
    "symbol": "⋺",
    "slug": "contains-with-long-horizontal-stroke",
    "name": "Contains with Long Horizontal Stroke",
    "aliases": [
      "contains with long horizontal stroke"
    ],
    "unicode": "U+22FA",
    "htmlEntity": "",
    "htmlDecimal": "&#8954;",
    "latex": "⋺",
    "mathml": "<mo>⋺</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋺ is named contains with long horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋺ only when the source or field defines this exact symbol. For Contains with Long Horizontal Stroke (⋺), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "contains with long horizontal stroke",
    "examples": [
      "A ⋺ B",
      "x ⋺ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22FA in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for contains with long horizontal stroke.",
      "word": "Type 22FA, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋺, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋺, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋺ or use Insert → Special characters. For structured math, use the equation editor and verify ⋺.",
      "excel": "Paste ⋺ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋺ Symbol: Contains with Long Horizontal Stroke, Unicode & LaTeX",
      "description": "Copy ⋺ (U+22FA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋺; Use ⋺ only when the source or field defines this exact symbol. For Contains with Long Horizontal Stroke (⋺), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋺ as U+22FA; for structured equations, use ⋺ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Contains with Long Horizontal Stroke."
    ],
    "searchIntents": [
      "Contains with Long Horizontal Stroke symbol meaning",
      "Contains with Long Horizontal Stroke copy and paste",
      "Contains with Long Horizontal Stroke LaTeX",
      "Contains with Long Horizontal Stroke Unicode",
      "how to type Contains with Long Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋺ in plain text when a Unicode character is appropriate and the destination preserves U+22FA.",
      "Use ⋺ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Contains with Long Horizontal Stroke is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "element-of-opening-upwards",
    "symbol": "⟒",
    "slug": "element-of-opening-upwards",
    "name": "Element Of Opening Upwards",
    "aliases": [
      "element of opening upwards"
    ],
    "unicode": "U+27D2",
    "htmlEntity": "",
    "htmlDecimal": "&#10194;",
    "latex": "⟒",
    "mathml": "<mo>⟒</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟒ is named element of opening upwards and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟒ only when the source or field defines this exact symbol. For Element Of Opening Upwards (⟒), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "element of opening upwards",
    "examples": [
      "A ⟒ B",
      "x ⟒ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D2 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for element of opening upwards.",
      "word": "Type 27D2, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟒ or use Insert → Special characters. For structured math, use the equation editor and verify ⟒.",
      "excel": "Paste ⟒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Element Of Opening Upwards (⟒): Meaning, Examples & LaTeX",
      "description": "Copy ⟒ (U+27D2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟒; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟒ as U+27D2; for structured equations, use ⟒ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Element Of Opening Upwards."
    ],
    "searchIntents": [
      "Element Of Opening Upwards symbol meaning",
      "Element Of Opening Upwards copy and paste",
      "Element Of Opening Upwards LaTeX",
      "Element Of Opening Upwards Unicode",
      "how to type Element Of Opening Upwards"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟒ in plain text when a Unicode character is appropriate and the destination preserves U+27D2.",
      "Use ⟒ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Element Of Opening Upwards is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-arc-greater-than-bracket",
    "symbol": "⦔",
    "slug": "right-arc-greater-than-bracket",
    "name": "Right Arc Greater-Than Bracket",
    "aliases": [
      "right arc greater-than bracket"
    ],
    "unicode": "U+2994",
    "htmlEntity": "",
    "htmlDecimal": "&#10644;",
    "latex": "⦔",
    "mathml": "<mo>⦔</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦔ is named right arc greater-than bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦔ only when the source or field defines this exact symbol. For Right Arc Greater-Than Bracket (⦔), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right arc greater-than bracket",
    "examples": [
      "A ⦔ B",
      "x ⦔ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2994 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right arc greater-than bracket.",
      "word": "Type 2994, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦔ or use Insert → Special characters. For structured math, use the equation editor and verify ⦔.",
      "excel": "Paste ⦔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Arc Greater-Than Bracket (⦔): Uses, Unicode & LaTeX",
      "description": "Copy ⦔ (U+2994), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ⦔ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ⦔ as U+2994; for structured equations, use ⦔ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Arc Greater-Than Bracket."
    ],
    "searchIntents": [
      "Right Arc Greater-Than Bracket symbol meaning",
      "Right Arc Greater-Than Bracket copy and paste",
      "Right Arc Greater-Than Bracket LaTeX",
      "Right Arc Greater-Than Bracket Unicode",
      "how to type Right Arc Greater-Than Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦔ in plain text when a Unicode character is appropriate and the destination preserves U+2994.",
      "Use ⦔ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Arc Greater-Than Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "line-integration-with-rectangular-path-around-pole",
    "symbol": "⨒",
    "slug": "line-integration-with-rectangular-path-around-pole",
    "name": "Line Integration with Rectangular Path Around Pole",
    "aliases": [
      "line integration with rectangular path around pole"
    ],
    "unicode": "U+2A12",
    "htmlEntity": "",
    "htmlDecimal": "&#10770;",
    "latex": "⨒",
    "mathml": "<mo>⨒</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨒ is named line integration with rectangular path around pole and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨒ only when the source or field defines this exact symbol. For Line Integration with Rectangular Path Around Pole (⨒), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "line integration with rectangular path around pole",
    "examples": [
      "A ⨒ B",
      "x ⨒ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A12 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for line integration with rectangular path around pole.",
      "word": "Type 2A12, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨒ or use Insert → Special characters. For structured math, use the equation editor and verify ⨒.",
      "excel": "Paste ⨒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⨒ Symbol (U+2A12): Meaning, Unicode & LaTeX",
      "description": "Copy ⨒ (U+2A12), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨒ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨒ only when the source or field defines this exact symbol. For Line Integration with Rectangular Path Around Pole (⨒), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨒ as U+2A12; for structured equations, use ⨒ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Line Integration with Rectangular Path Around Pole."
    ],
    "searchIntents": [
      "Line Integration with Rectangular Path Around Pole symbol meaning",
      "Line Integration with Rectangular Path Around Pole copy and paste",
      "Line Integration with Rectangular Path Around Pole LaTeX",
      "Line Integration with Rectangular Path Around Pole Unicode",
      "how to type Line Integration with Rectangular Path Around Pole"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Line Integration with Rectangular Path Around Pole against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨒ in plain text when a Unicode character is appropriate and the destination preserves U+2A12.",
      "Use ⨒ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Line Integration with Rectangular Path Around Pole is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "upwards-arrow-to-bar",
    "symbol": "⤒",
    "slug": "upwards-arrow-to-bar",
    "name": "Upwards Arrow To Bar",
    "aliases": [
      "upwards arrow to bar"
    ],
    "unicode": "U+2912",
    "htmlEntity": "",
    "htmlDecimal": "&#10514;",
    "latex": "⤒",
    "mathml": "<mo>⤒</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤒ is named upwards arrow to bar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤒ only when the source or field defines this exact symbol. For Upwards Arrow To Bar (⤒), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "upwards arrow to bar",
    "examples": [
      "A ⤒ B",
      "x ⤒ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2912 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for upwards arrow to bar.",
      "word": "Type 2912, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤒ or use Insert → Special characters. For structured math, use the equation editor and verify ⤒.",
      "excel": "Paste ⤒ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Upwards Arrow To Bar (⤒): Meaning, Examples & LaTeX",
      "description": "Copy ⤒ (U+2912), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤒; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤒ as U+2912; for structured equations, use ⤒ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Upwards Arrow To Bar."
    ],
    "searchIntents": [
      "Upwards Arrow To Bar symbol meaning",
      "Upwards Arrow To Bar copy and paste",
      "Upwards Arrow To Bar LaTeX",
      "Upwards Arrow To Bar Unicode",
      "how to type Upwards Arrow To Bar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤒ in plain text when a Unicode character is appropriate and the destination preserves U+2912.",
      "Use ⤒ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Upwards Arrow To Bar is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "contains-with-vertical-bar-at-end-of-horizontal-stroke",
    "symbol": "⋻",
    "slug": "contains-with-vertical-bar-at-end-of-horizontal-stroke",
    "name": "Contains with Vertical Bar At End Of Horizontal Stroke",
    "aliases": [
      "contains with vertical bar at end of horizontal stroke"
    ],
    "unicode": "U+22FB",
    "htmlEntity": "",
    "htmlDecimal": "&#8955;",
    "latex": "⋻",
    "mathml": "<mo>⋻</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋻ is named contains with vertical bar at end of horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋻ only when the source or field defines this exact symbol. For Contains with Vertical Bar At End Of Horizontal Stroke (⋻), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "contains with vertical bar at end of horizontal stroke",
    "examples": [
      "A ⋻ B",
      "x ⋻ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22FB in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for contains with vertical bar at end of horizontal stroke.",
      "word": "Type 22FB, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋻, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋻, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋻ or use Insert → Special characters. For structured math, use the equation editor and verify ⋻.",
      "excel": "Paste ⋻ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋻ Symbol (U+22FB): Meaning, Unicode & LaTeX",
      "description": "Copy ⋻ (U+22FB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋻; Use ⋻ only when the source or field defines this exact symbol. For Contains with Vertical Bar At End Of Horizontal Stroke (⋻), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋻ as U+22FB; for structured equations, use ⋻ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Contains with Vertical Bar At End Of Horizontal Stroke."
    ],
    "searchIntents": [
      "Contains with Vertical Bar At End Of Horizontal Stroke symbol meaning",
      "Contains with Vertical Bar At End Of Horizontal Stroke copy and paste",
      "Contains with Vertical Bar At End Of Horizontal Stroke LaTeX",
      "Contains with Vertical Bar At End Of Horizontal Stroke Unicode",
      "how to type Contains with Vertical Bar At End Of Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋻ in plain text when a Unicode character is appropriate and the destination preserves U+22FB.",
      "Use ⋻ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Contains with Vertical Bar At End Of Horizontal Stroke is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "identify the exact relation or operator, distinguish its code point, and copy the correct notation",
    "semanticRole": "A specialized mathematical relation or operator whose exact glyph and code point carry meaning.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "lower-right-corner-with-dot",
    "symbol": "⟓",
    "slug": "lower-right-corner-with-dot",
    "name": "Lower Right Corner with Dot",
    "aliases": [
      "lower right corner with dot"
    ],
    "unicode": "U+27D3",
    "htmlEntity": "",
    "htmlDecimal": "&#10195;",
    "latex": "⟓",
    "mathml": "<mo>⟓</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟓ is named lower right corner with dot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟓ only when the source or field defines this exact symbol. For Lower Right Corner with Dot (⟓), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "lower right corner with dot",
    "examples": [
      "A ⟓ B",
      "x ⟓ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D3 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for lower right corner with dot.",
      "word": "Type 27D3, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟓ or use Insert → Special characters. For structured math, use the equation editor and verify ⟓.",
      "excel": "Paste ⟓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Lower Right Corner with Dot (⟓): Meaning, Examples & LaTeX",
      "description": "Copy ⟓ (U+27D3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟓; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟓ as U+27D3; for structured equations, use ⟓ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Lower Right Corner with Dot."
    ],
    "searchIntents": [
      "Lower Right Corner with Dot symbol meaning",
      "Lower Right Corner with Dot copy and paste",
      "Lower Right Corner with Dot LaTeX",
      "Lower Right Corner with Dot Unicode",
      "how to type Lower Right Corner with Dot"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟓ in plain text when a Unicode character is appropriate and the destination preserves U+27D3.",
      "Use ⟓ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Lower Right Corner with Dot is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-left-arc-greater-than-bracket",
    "symbol": "⦕",
    "slug": "double-left-arc-greater-than-bracket",
    "name": "Double Left Arc Greater-Than Bracket",
    "aliases": [
      "double left arc greater-than bracket"
    ],
    "unicode": "U+2995",
    "htmlEntity": "",
    "htmlDecimal": "&#10645;",
    "latex": "⦕",
    "mathml": "<mo>⦕</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦕ is named double left arc greater-than bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦕ only when the source or field defines this exact symbol. For Double Left Arc Greater-Than Bracket (⦕), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "double left arc greater-than bracket",
    "examples": [
      "A ⦕ B",
      "x ⦕ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2995 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for double left arc greater-than bracket.",
      "word": "Type 2995, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦕ or use Insert → Special characters. For structured math, use the equation editor and verify ⦕.",
      "excel": "Paste ⦕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Left Arc Greater-Than Bracket (⦕): Uses, Unicode & LaTeX",
      "description": "Copy ⦕ (U+2995), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ⦕ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ⦕ as U+2995; for structured equations, use ⦕ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Left Arc Greater-Than Bracket."
    ],
    "searchIntents": [
      "Double Left Arc Greater-Than Bracket symbol meaning",
      "Double Left Arc Greater-Than Bracket copy and paste",
      "Double Left Arc Greater-Than Bracket LaTeX",
      "Double Left Arc Greater-Than Bracket Unicode",
      "how to type Double Left Arc Greater-Than Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦕ in plain text when a Unicode character is appropriate and the destination preserves U+2995.",
      "Use ⦕ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Left Arc Greater-Than Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "line-integration-with-semicircular-path-around-pole",
    "symbol": "⨓",
    "slug": "line-integration-with-semicircular-path-around-pole",
    "name": "Line Integration with Semicircular Path Around Pole",
    "aliases": [
      "line integration with semicircular path around pole"
    ],
    "unicode": "U+2A13",
    "htmlEntity": "",
    "htmlDecimal": "&#10771;",
    "latex": "⨓",
    "mathml": "<mo>⨓</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨓ is named line integration with semicircular path around pole and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨓ only when the source or field defines this exact symbol. For Line Integration with Semicircular Path Around Pole (⨓), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "line integration with semicircular path around pole",
    "examples": [
      "A ⨓ B",
      "x ⨓ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A13 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for line integration with semicircular path around pole.",
      "word": "Type 2A13, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨓ or use Insert → Special characters. For structured math, use the equation editor and verify ⨓.",
      "excel": "Paste ⨓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⨓ Symbol (U+2A13): Meaning, Unicode & LaTeX",
      "description": "Copy ⨓ (U+2A13), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨓ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨓ only when the source or field defines this exact symbol. For Line Integration with Semicircular Path Around Pole (⨓), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨓ as U+2A13; for structured equations, use ⨓ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Line Integration with Semicircular Path Around Pole."
    ],
    "searchIntents": [
      "Line Integration with Semicircular Path Around Pole symbol meaning",
      "Line Integration with Semicircular Path Around Pole copy and paste",
      "Line Integration with Semicircular Path Around Pole LaTeX",
      "Line Integration with Semicircular Path Around Pole Unicode",
      "how to type Line Integration with Semicircular Path Around Pole"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Line Integration with Semicircular Path Around Pole against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨓ in plain text when a Unicode character is appropriate and the destination preserves U+2A13.",
      "Use ⨓ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Line Integration with Semicircular Path Around Pole is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "downwards-arrow-to-bar",
    "symbol": "⤓",
    "slug": "downwards-arrow-to-bar",
    "name": "Downwards Arrow To Bar",
    "aliases": [
      "downwards arrow to bar"
    ],
    "unicode": "U+2913",
    "htmlEntity": "",
    "htmlDecimal": "&#10515;",
    "latex": "⤓",
    "mathml": "<mo>⤓</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤓ is named downwards arrow to bar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤓ only when the source or field defines this exact symbol. For Downwards Arrow To Bar (⤓), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "downwards arrow to bar",
    "examples": [
      "A ⤓ B",
      "x ⤓ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2913 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for downwards arrow to bar.",
      "word": "Type 2913, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤓ or use Insert → Special characters. For structured math, use the equation editor and verify ⤓.",
      "excel": "Paste ⤓ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Downwards Arrow To Bar (⤓): Meaning, Examples & LaTeX",
      "description": "Copy ⤓ (U+2913), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤓; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤓ as U+2913; for structured equations, use ⤓ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Downwards Arrow To Bar."
    ],
    "searchIntents": [
      "Downwards Arrow To Bar symbol meaning",
      "Downwards Arrow To Bar copy and paste",
      "Downwards Arrow To Bar LaTeX",
      "Downwards Arrow To Bar Unicode",
      "how to type Downwards Arrow To Bar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤓ in plain text when a Unicode character is appropriate and the destination preserves U+2913.",
      "Use ⤓ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Downwards Arrow To Bar is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "small-contains-with-vertical-bar-at-end-of-horizontal-stroke",
    "symbol": "⋼",
    "slug": "small-contains-with-vertical-bar-at-end-of-horizontal-stroke",
    "name": "Small Contains with Vertical Bar At End Of Horizontal Stroke",
    "aliases": [
      "small contains with vertical bar at end of horizontal stroke"
    ],
    "unicode": "U+22FC",
    "htmlEntity": "",
    "htmlDecimal": "&#8956;",
    "latex": "⋼",
    "mathml": "<mo>⋼</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋼ is named small contains with vertical bar at end of horizontal stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋼ only when the source or field defines this exact symbol. For Small Contains with Vertical Bar At End Of Horizontal Stroke (⋼), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "small contains with vertical bar at end of horizontal stroke",
    "examples": [
      "A ⋼ B",
      "x ⋼ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22FC in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for small contains with vertical bar at end of horizontal stroke.",
      "word": "Type 22FC, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋼ or use Insert → Special characters. For structured math, use the equation editor and verify ⋼.",
      "excel": "Paste ⋼ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⋼ Symbol (U+22FC): Meaning, Unicode & LaTeX",
      "description": "Copy ⋼ (U+22FC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋼; Use ⋼ only when the source or field defines this exact symbol. For Small Contains with Vertical Bar At End Of Horizontal Stroke (⋼), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋼ as U+22FC; for structured equations, use ⋼ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Small Contains with Vertical Bar At End Of Horizontal Stroke."
    ],
    "searchIntents": [
      "Small Contains with Vertical Bar At End Of Horizontal Stroke symbol meaning",
      "Small Contains with Vertical Bar At End Of Horizontal Stroke copy and paste",
      "Small Contains with Vertical Bar At End Of Horizontal Stroke LaTeX",
      "Small Contains with Vertical Bar At End Of Horizontal Stroke Unicode",
      "how to type Small Contains with Vertical Bar At End Of Horizontal Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋼ in plain text when a Unicode character is appropriate and the destination preserves U+22FC.",
      "Use ⋼ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Small Contains with Vertical Bar At End Of Horizontal Stroke is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "identify the exact relation or operator, distinguish its code point, and copy the correct notation",
    "semanticRole": "A specialized mathematical relation or operator whose exact glyph and code point carry meaning.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "upper-left-corner-with-dot",
    "symbol": "⟔",
    "slug": "upper-left-corner-with-dot",
    "name": "Upper Left Corner with Dot",
    "aliases": [
      "upper left corner with dot"
    ],
    "unicode": "U+27D4",
    "htmlEntity": "",
    "htmlDecimal": "&#10196;",
    "latex": "⟔",
    "mathml": "<mo>⟔</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟔ is named upper left corner with dot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟔ only when the source or field defines this exact symbol. For Upper Left Corner with Dot (⟔), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "upper left corner with dot",
    "examples": [
      "A ⟔ B",
      "x ⟔ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D4 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for upper left corner with dot.",
      "word": "Type 27D4, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟔ or use Insert → Special characters. For structured math, use the equation editor and verify ⟔.",
      "excel": "Paste ⟔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Upper Left Corner with Dot (⟔): Meaning, Examples & LaTeX",
      "description": "Copy ⟔ (U+27D4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟔; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟔ as U+27D4; for structured equations, use ⟔ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Upper Left Corner with Dot."
    ],
    "searchIntents": [
      "Upper Left Corner with Dot symbol meaning",
      "Upper Left Corner with Dot copy and paste",
      "Upper Left Corner with Dot LaTeX",
      "Upper Left Corner with Dot Unicode",
      "how to type Upper Left Corner with Dot"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟔ in plain text when a Unicode character is appropriate and the destination preserves U+27D4.",
      "Use ⟔ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Upper Left Corner with Dot is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "double-right-arc-less-than-bracket",
    "symbol": "⦖",
    "slug": "double-right-arc-less-than-bracket",
    "name": "Double Right Arc Less-Than Bracket",
    "aliases": [
      "double right arc less-than bracket"
    ],
    "unicode": "U+2996",
    "htmlEntity": "",
    "htmlDecimal": "&#10646;",
    "latex": "⦖",
    "mathml": "<mo>⦖</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦖ is named double right arc less-than bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦖ only when the source or field defines this exact symbol. For Double Right Arc Less-Than Bracket (⦖), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "double right arc less-than bracket",
    "examples": [
      "A ⦖ B",
      "x ⦖ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2996 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for double right arc less-than bracket.",
      "word": "Type 2996, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦖ or use Insert → Special characters. For structured math, use the equation editor and verify ⦖.",
      "excel": "Paste ⦖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Double Right Arc Less-Than Bracket (⦖): Uses, Unicode & LaTeX",
      "description": "Copy ⦖ (U+2996), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Keep the direction of ⦖ and its strict boundary intact when rearranging or copying an inequality.",
      "For plain text, copy ⦖ as U+2996; for structured equations, use ⦖ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Double Right Arc Less-Than Bracket."
    ],
    "searchIntents": [
      "Double Right Arc Less-Than Bracket symbol meaning",
      "Double Right Arc Less-Than Bracket copy and paste",
      "Double Right Arc Less-Than Bracket LaTeX",
      "Double Right Arc Less-Than Bracket Unicode",
      "how to type Double Right Arc Less-Than Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦖ in plain text when a Unicode character is appropriate and the destination preserves U+2996.",
      "Use ⦖ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Double Right Arc Less-Than Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "line-integration-not-including-the-pole",
    "symbol": "⨔",
    "slug": "line-integration-not-including-the-pole",
    "name": "Line Integration Not Including The Pole",
    "aliases": [
      "line integration not including the pole"
    ],
    "unicode": "U+2A14",
    "htmlEntity": "",
    "htmlDecimal": "&#10772;",
    "latex": "⨔",
    "mathml": "<mo>⨔</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨔ is named line integration not including the pole and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨔ only when the source or field defines this exact symbol. For Line Integration Not Including The Pole (⨔), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "line integration not including the pole",
    "examples": [
      "A ⨔ B",
      "x ⨔ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A14 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for line integration not including the pole.",
      "word": "Type 2A14, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨔ or use Insert → Special characters. For structured math, use the equation editor and verify ⨔.",
      "excel": "Paste ⨔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⨔ Symbol (U+2A14): Meaning, Unicode & LaTeX",
      "description": "Copy ⨔ (U+2A14), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨔ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨔ only when the source or field defines this exact symbol. For Line Integration Not Including The Pole (⨔), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨔ as U+2A14; for structured equations, use ⨔ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Line Integration Not Including The Pole."
    ],
    "searchIntents": [
      "Line Integration Not Including The Pole symbol meaning",
      "Line Integration Not Including The Pole copy and paste",
      "Line Integration Not Including The Pole LaTeX",
      "Line Integration Not Including The Pole Unicode",
      "how to type Line Integration Not Including The Pole"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Line Integration Not Including The Pole against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨔ in plain text when a Unicode character is appropriate and the destination preserves U+2A14.",
      "Use ⨔ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Line Integration Not Including The Pole is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-arrow-with-tail-with-vertical-stroke",
    "symbol": "⤔",
    "slug": "rightwards-arrow-with-tail-with-vertical-stroke",
    "name": "Rightwards Arrow with Tail with Vertical Stroke",
    "aliases": [
      "rightwards arrow with tail with vertical stroke"
    ],
    "unicode": "U+2914",
    "htmlEntity": "",
    "htmlDecimal": "&#10516;",
    "latex": "⤔",
    "mathml": "<mo>⤔</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤔ is named rightwards arrow with tail with vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤔ only when the source or field defines this exact symbol. For Rightwards Arrow with Tail with Vertical Stroke (⤔), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards arrow with tail with vertical stroke",
    "examples": [
      "A ⤔ B",
      "x ⤔ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2914 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards arrow with tail with vertical stroke.",
      "word": "Type 2914, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤔ or use Insert → Special characters. For structured math, use the equation editor and verify ⤔.",
      "excel": "Paste ⤔ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤔ Symbol (U+2914): Meaning, Unicode & LaTeX",
      "description": "Copy ⤔ (U+2914), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤔; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤔ as U+2914; for structured equations, use ⤔ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Arrow with Tail with Vertical Stroke."
    ],
    "searchIntents": [
      "Rightwards Arrow with Tail with Vertical Stroke symbol meaning",
      "Rightwards Arrow with Tail with Vertical Stroke copy and paste",
      "Rightwards Arrow with Tail with Vertical Stroke LaTeX",
      "Rightwards Arrow with Tail with Vertical Stroke Unicode",
      "how to type Rightwards Arrow with Tail with Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤔ in plain text when a Unicode character is appropriate and the destination preserves U+2914.",
      "Use ⤔ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Arrow with Tail with Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "contains-with-overbar",
    "symbol": "⋽",
    "slug": "contains-with-overbar",
    "name": "Contains with Overbar",
    "aliases": [
      "contains with overbar"
    ],
    "unicode": "U+22FD",
    "htmlEntity": "",
    "htmlDecimal": "&#8957;",
    "latex": "⋽",
    "mathml": "<mo>⋽</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋽ is named contains with overbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋽ only when the source or field defines this exact symbol. For Contains with Overbar (⋽), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "contains with overbar",
    "examples": [
      "A ⋽ B",
      "x ⋽ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22FD in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for contains with overbar.",
      "word": "Type 22FD, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋽ or use Insert → Special characters. For structured math, use the equation editor and verify ⋽.",
      "excel": "Paste ⋽ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Contains with Overbar (⋽): Meaning, Examples & LaTeX",
      "description": "Copy ⋽ (U+22FD), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋽; Use ⋽ only when the source or field defines this exact symbol. For Contains with Overbar (⋽), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋽ as U+22FD; for structured equations, use ⋽ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Contains with Overbar."
    ],
    "searchIntents": [
      "Contains with Overbar symbol meaning",
      "Contains with Overbar copy and paste",
      "Contains with Overbar LaTeX",
      "Contains with Overbar Unicode",
      "how to type Contains with Overbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋽ in plain text when a Unicode character is appropriate and the destination preserves U+22FD.",
      "Use ⋽ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Contains with Overbar is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-outer-join",
    "symbol": "⟕",
    "slug": "left-outer-join",
    "name": "Left Outer Join",
    "aliases": [
      "left outer join"
    ],
    "unicode": "U+27D5",
    "htmlEntity": "",
    "htmlDecimal": "&#10197;",
    "latex": "⟕",
    "mathml": "<mo>⟕</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟕ is named left outer join and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟕ only when the source or field defines this exact symbol. For Left Outer Join (⟕), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left outer join",
    "examples": [
      "A ⟕ B",
      "x ⟕ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D5 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left outer join.",
      "word": "Type 27D5, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟕ or use Insert → Special characters. For structured math, use the equation editor and verify ⟕.",
      "excel": "Paste ⟕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Outer Join (⟕): Meaning, Examples & LaTeX",
      "description": "Copy ⟕ (U+27D5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟕; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟕ as U+27D5; for structured equations, use ⟕ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Outer Join."
    ],
    "searchIntents": [
      "Left Outer Join symbol meaning",
      "Left Outer Join copy and paste",
      "Left Outer Join LaTeX",
      "Left Outer Join Unicode",
      "how to type Left Outer Join"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟕ in plain text when a Unicode character is appropriate and the destination preserves U+27D5.",
      "Use ⟕ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Outer Join is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-black-tortoise-shell-bracket",
    "symbol": "⦗",
    "slug": "left-black-tortoise-shell-bracket",
    "name": "Left Black Tortoise Shell Bracket",
    "aliases": [
      "left black tortoise shell bracket"
    ],
    "unicode": "U+2997",
    "htmlEntity": "",
    "htmlDecimal": "&#10647;",
    "latex": "⦗",
    "mathml": "<mo>⦗</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦗ is named left black tortoise shell bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦗ only when the source or field defines this exact symbol. For Left Black Tortoise Shell Bracket (⦗), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left black tortoise shell bracket",
    "examples": [
      "A ⦗ B",
      "x ⦗ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2997 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left black tortoise shell bracket.",
      "word": "Type 2997, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦗ or use Insert → Special characters. For structured math, use the equation editor and verify ⦗.",
      "excel": "Paste ⦗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Black Tortoise Shell Bracket (⦗): Uses, Unicode & LaTeX",
      "description": "Copy ⦗ (U+2997), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦗; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦗ as U+2997; for structured equations, use ⦗ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Black Tortoise Shell Bracket."
    ],
    "searchIntents": [
      "Left Black Tortoise Shell Bracket symbol meaning",
      "Left Black Tortoise Shell Bracket copy and paste",
      "Left Black Tortoise Shell Bracket LaTeX",
      "Left Black Tortoise Shell Bracket Unicode",
      "how to type Left Black Tortoise Shell Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦗ in plain text when a Unicode character is appropriate and the destination preserves U+2997.",
      "Use ⦗ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Black Tortoise Shell Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral-around-a-point-operator",
    "symbol": "⨕",
    "slug": "integral-around-a-point-operator",
    "name": "Integral Around A Point Operator",
    "aliases": [
      "integral around a point operator"
    ],
    "unicode": "U+2A15",
    "htmlEntity": "",
    "htmlDecimal": "&#10773;",
    "latex": "⨕",
    "mathml": "<mo>⨕</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨕ is named integral around a point operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨕ only when the source or field defines this exact symbol. For Integral Around A Point Operator (⨕), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral around a point operator",
    "examples": [
      "A ⨕ B",
      "x ⨕ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A15 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral around a point operator.",
      "word": "Type 2A15, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨕ or use Insert → Special characters. For structured math, use the equation editor and verify ⨕.",
      "excel": "Paste ⨕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral Around A Point Operator (⨕): Meaning, Examples & LaTeX",
      "description": "Copy ⨕ (U+2A15), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨕ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨕ only when the source or field defines this exact symbol. For Integral Around A Point Operator (⨕), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨕ as U+2A15; for structured equations, use ⨕ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral Around A Point Operator."
    ],
    "searchIntents": [
      "Integral Around A Point Operator symbol meaning",
      "Integral Around A Point Operator copy and paste",
      "Integral Around A Point Operator LaTeX",
      "Integral Around A Point Operator Unicode",
      "how to type Integral Around A Point Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral Around A Point Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨕ in plain text when a Unicode character is appropriate and the destination preserves U+2A15.",
      "Use ⨕ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral Around A Point Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-arrow-with-tail-with-double-vertical-stroke",
    "symbol": "⤕",
    "slug": "rightwards-arrow-with-tail-with-double-vertical-stroke",
    "name": "Rightwards Arrow with Tail with Double Vertical Stroke",
    "aliases": [
      "rightwards arrow with tail with double vertical stroke"
    ],
    "unicode": "U+2915",
    "htmlEntity": "",
    "htmlDecimal": "&#10517;",
    "latex": "⤕",
    "mathml": "<mo>⤕</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤕ is named rightwards arrow with tail with double vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤕ only when the source or field defines this exact symbol. For Rightwards Arrow with Tail with Double Vertical Stroke (⤕), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards arrow with tail with double vertical stroke",
    "examples": [
      "A ⤕ B",
      "x ⤕ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2915 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards arrow with tail with double vertical stroke.",
      "word": "Type 2915, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤕ or use Insert → Special characters. For structured math, use the equation editor and verify ⤕.",
      "excel": "Paste ⤕ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤕ Symbol (U+2915): Meaning, Unicode & LaTeX",
      "description": "Copy ⤕ (U+2915), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤕; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤕ as U+2915; for structured equations, use ⤕ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Arrow with Tail with Double Vertical Stroke."
    ],
    "searchIntents": [
      "Rightwards Arrow with Tail with Double Vertical Stroke symbol meaning",
      "Rightwards Arrow with Tail with Double Vertical Stroke copy and paste",
      "Rightwards Arrow with Tail with Double Vertical Stroke LaTeX",
      "Rightwards Arrow with Tail with Double Vertical Stroke Unicode",
      "how to type Rightwards Arrow with Tail with Double Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤕ in plain text when a Unicode character is appropriate and the destination preserves U+2915.",
      "Use ⤕ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Arrow with Tail with Double Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "identify the exact relation or operator, distinguish its code point, and copy the correct notation",
    "semanticRole": "A specialized mathematical relation or operator whose exact glyph and code point carry meaning.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "small-contains-with-overbar",
    "symbol": "⋾",
    "slug": "small-contains-with-overbar",
    "name": "Small Contains with Overbar",
    "aliases": [
      "small contains with overbar"
    ],
    "unicode": "U+22FE",
    "htmlEntity": "",
    "htmlDecimal": "&#8958;",
    "latex": "⋾",
    "mathml": "<mo>⋾</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋾ is named small contains with overbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋾ only when the source or field defines this exact symbol. For Small Contains with Overbar (⋾), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "small contains with overbar",
    "examples": [
      "A ⋾ B",
      "x ⋾ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22FE in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for small contains with overbar.",
      "word": "Type 22FE, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋾, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋾, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋾ or use Insert → Special characters. For structured math, use the equation editor and verify ⋾.",
      "excel": "Paste ⋾ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Small Contains with Overbar (⋾): Meaning, Examples & LaTeX",
      "description": "Copy ⋾ (U+22FE), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋾; Use ⋾ only when the source or field defines this exact symbol. For Small Contains with Overbar (⋾), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋾ as U+22FE; for structured equations, use ⋾ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Small Contains with Overbar."
    ],
    "searchIntents": [
      "Small Contains with Overbar symbol meaning",
      "Small Contains with Overbar copy and paste",
      "Small Contains with Overbar LaTeX",
      "Small Contains with Overbar Unicode",
      "how to type Small Contains with Overbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋾ in plain text when a Unicode character is appropriate and the destination preserves U+22FE.",
      "Use ⋾ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Small Contains with Overbar is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-outer-join",
    "symbol": "⟖",
    "slug": "right-outer-join",
    "name": "Right Outer Join",
    "aliases": [
      "right outer join"
    ],
    "unicode": "U+27D6",
    "htmlEntity": "",
    "htmlDecimal": "&#10198;",
    "latex": "⟖",
    "mathml": "<mo>⟖</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟖ is named right outer join and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟖ only when the source or field defines this exact symbol. For Right Outer Join (⟖), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right outer join",
    "examples": [
      "A ⟖ B",
      "x ⟖ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D6 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right outer join.",
      "word": "Type 27D6, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟖ or use Insert → Special characters. For structured math, use the equation editor and verify ⟖.",
      "excel": "Paste ⟖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Outer Join (⟖): Meaning, Examples & LaTeX",
      "description": "Copy ⟖ (U+27D6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟖; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟖ as U+27D6; for structured equations, use ⟖ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Outer Join."
    ],
    "searchIntents": [
      "Right Outer Join symbol meaning",
      "Right Outer Join copy and paste",
      "Right Outer Join LaTeX",
      "Right Outer Join Unicode",
      "how to type Right Outer Join"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟖ in plain text when a Unicode character is appropriate and the destination preserves U+27D6.",
      "Use ⟖ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Outer Join is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-black-tortoise-shell-bracket",
    "symbol": "⦘",
    "slug": "right-black-tortoise-shell-bracket",
    "name": "Right Black Tortoise Shell Bracket",
    "aliases": [
      "right black tortoise shell bracket"
    ],
    "unicode": "U+2998",
    "htmlEntity": "",
    "htmlDecimal": "&#10648;",
    "latex": "⦘",
    "mathml": "<mo>⦘</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦘ is named right black tortoise shell bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦘ only when the source or field defines this exact symbol. For Right Black Tortoise Shell Bracket (⦘), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right black tortoise shell bracket",
    "examples": [
      "A ⦘ B",
      "x ⦘ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2998 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right black tortoise shell bracket.",
      "word": "Type 2998, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦘ or use Insert → Special characters. For structured math, use the equation editor and verify ⦘.",
      "excel": "Paste ⦘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Black Tortoise Shell Bracket (⦘): Uses, Unicode & LaTeX",
      "description": "Copy ⦘ (U+2998), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦘; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦘ as U+2998; for structured equations, use ⦘ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Black Tortoise Shell Bracket."
    ],
    "searchIntents": [
      "Right Black Tortoise Shell Bracket symbol meaning",
      "Right Black Tortoise Shell Bracket copy and paste",
      "Right Black Tortoise Shell Bracket LaTeX",
      "Right Black Tortoise Shell Bracket Unicode",
      "how to type Right Black Tortoise Shell Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦘ in plain text when a Unicode character is appropriate and the destination preserves U+2998.",
      "Use ⦘ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Black Tortoise Shell Bracket is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "quaternion-integral-operator",
    "symbol": "⨖",
    "slug": "quaternion-integral-operator",
    "name": "Quaternion Integral Operator",
    "aliases": [
      "quaternion integral operator"
    ],
    "unicode": "U+2A16",
    "htmlEntity": "",
    "htmlDecimal": "&#10774;",
    "latex": "⨖",
    "mathml": "<mo>⨖</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨖ is named quaternion integral operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨖ only when the source or field defines this exact symbol. For Quaternion Integral Operator (⨖), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "quaternion integral operator",
    "examples": [
      "A ⨖ B",
      "x ⨖ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A16 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for quaternion integral operator.",
      "word": "Type 2A16, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨖ or use Insert → Special characters. For structured math, use the equation editor and verify ⨖.",
      "excel": "Paste ⨖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Quaternion Integral Operator (⨖): Meaning, Examples & LaTeX",
      "description": "Copy ⨖ (U+2A16), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨖ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨖ only when the source or field defines this exact symbol. For Quaternion Integral Operator (⨖), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨖ as U+2A16; for structured equations, use ⨖ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Quaternion Integral Operator."
    ],
    "searchIntents": [
      "Quaternion Integral Operator symbol meaning",
      "Quaternion Integral Operator copy and paste",
      "Quaternion Integral Operator LaTeX",
      "Quaternion Integral Operator Unicode",
      "how to type Quaternion Integral Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Quaternion Integral Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨖ in plain text when a Unicode character is appropriate and the destination preserves U+2A16.",
      "Use ⨖ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Quaternion Integral Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-two-headed-arrow-with-tail",
    "symbol": "⤖",
    "slug": "rightwards-two-headed-arrow-with-tail",
    "name": "Rightwards Two-Headed Arrow with Tail",
    "aliases": [
      "rightwards two-headed arrow with tail"
    ],
    "unicode": "U+2916",
    "htmlEntity": "",
    "htmlDecimal": "&#10518;",
    "latex": "⤖",
    "mathml": "<mo>⤖</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤖ is named rightwards two-headed arrow with tail and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤖ only when the source or field defines this exact symbol. For Rightwards Two-Headed Arrow with Tail (⤖), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards two-headed arrow with tail",
    "examples": [
      "A ⤖ B",
      "x ⤖ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2916 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards two-headed arrow with tail.",
      "word": "Type 2916, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤖ or use Insert → Special characters. For structured math, use the equation editor and verify ⤖.",
      "excel": "Paste ⤖ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤖ Symbol: Rightwards Two-Headed Arrow with Tail, Unicode & LaTeX",
      "description": "Copy ⤖ (U+2916), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤖; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤖ as U+2916; for structured equations, use ⤖ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Two-Headed Arrow with Tail."
    ],
    "searchIntents": [
      "Rightwards Two-Headed Arrow with Tail symbol meaning",
      "Rightwards Two-Headed Arrow with Tail copy and paste",
      "Rightwards Two-Headed Arrow with Tail LaTeX",
      "Rightwards Two-Headed Arrow with Tail Unicode",
      "how to type Rightwards Two-Headed Arrow with Tail"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤖ in plain text when a Unicode character is appropriate and the destination preserves U+2916.",
      "Use ⤖ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Two-Headed Arrow with Tail is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-bag-membership",
    "symbol": "⋿",
    "slug": "z-notation-bag-membership",
    "name": "Z Notation Bag Membership",
    "aliases": [
      "z notation bag membership"
    ],
    "unicode": "U+22FF",
    "htmlEntity": "",
    "htmlDecimal": "&#8959;",
    "latex": "⋿",
    "mathml": "<mo>⋿</mo>",
    "categories": [
      "discrete-math",
      "set-theory"
    ],
    "meaning": "The Unicode character ⋿ is named z notation bag membership and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⋿ only when the source or field defines this exact symbol. For Z Notation Bag Membership (⋿), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation bag membership",
    "examples": [
      "A ⋿ B",
      "x ⋿ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 22FF in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation bag membership.",
      "word": "Type 22FF, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⋿, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⋿, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⋿ or use Insert → Special characters. For structured math, use the equation editor and verify ⋿.",
      "excel": "Paste ⋿ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Bag Membership (⋿): Meaning, Examples & LaTeX",
      "description": "Copy ⋿ (U+22FF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "State the set-theory convention around ⋿; Use ⋿ only when the source or field defines this exact symbol. For Z Notation Bag Membership (⋿), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⋿ as U+22FF; for structured equations, use ⋿ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Bag Membership."
    ],
    "searchIntents": [
      "Z Notation Bag Membership symbol meaning",
      "Z Notation Bag Membership copy and paste",
      "Z Notation Bag Membership LaTeX",
      "Z Notation Bag Membership Unicode",
      "how to type Z Notation Bag Membership"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⋿ in plain text when a Unicode character is appropriate and the destination preserves U+22FF.",
      "Use ⋿ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Bag Membership is used in discrete math, set theory with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Set Theory Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "full-outer-join",
    "symbol": "⟗",
    "slug": "full-outer-join",
    "name": "Full Outer Join",
    "aliases": [
      "full outer join"
    ],
    "unicode": "U+27D7",
    "htmlEntity": "",
    "htmlDecimal": "&#10199;",
    "latex": "⟗",
    "mathml": "<mo>⟗</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟗ is named full outer join and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟗ only when the source or field defines this exact symbol. For Full Outer Join (⟗), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "full outer join",
    "examples": [
      "A ⟗ B",
      "x ⟗ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D7 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for full outer join.",
      "word": "Type 27D7, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟗ or use Insert → Special characters. For structured math, use the equation editor and verify ⟗.",
      "excel": "Paste ⟗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Full Outer Join (⟗): Meaning, Examples & LaTeX",
      "description": "Copy ⟗ (U+27D7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟗; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟗ as U+27D7; for structured equations, use ⟗ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Full Outer Join."
    ],
    "searchIntents": [
      "Full Outer Join symbol meaning",
      "Full Outer Join copy and paste",
      "Full Outer Join LaTeX",
      "Full Outer Join Unicode",
      "how to type Full Outer Join"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟗ in plain text when a Unicode character is appropriate and the destination preserves U+27D7.",
      "Use ⟗ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Full Outer Join is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "dotted-fence",
    "symbol": "⦙",
    "slug": "dotted-fence",
    "name": "Dotted Fence",
    "aliases": [
      "dotted fence"
    ],
    "unicode": "U+2999",
    "htmlEntity": "",
    "htmlDecimal": "&#10649;",
    "latex": "⦙",
    "mathml": "<mo>⦙</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦙ is named dotted fence and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦙ only when the source or field defines this exact symbol. For Dotted Fence (⦙), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "dotted fence",
    "examples": [
      "A ⦙ B",
      "x ⦙ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2999 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for dotted fence.",
      "word": "Type 2999, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦙ or use Insert → Special characters. For structured math, use the equation editor and verify ⦙.",
      "excel": "Paste ⦙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Dotted Fence (⦙): Meaning, Examples & LaTeX",
      "description": "Copy ⦙ (U+2999), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦙; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦙ as U+2999; for structured equations, use ⦙ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Dotted Fence."
    ],
    "searchIntents": [
      "Dotted Fence symbol meaning",
      "Dotted Fence copy and paste",
      "Dotted Fence LaTeX",
      "Dotted Fence Unicode",
      "how to type Dotted Fence"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦙ in plain text when a Unicode character is appropriate and the destination preserves U+2999.",
      "Use ⦙ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Dotted Fence is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral-with-leftwards-arrow-with-hook",
    "symbol": "⨗",
    "slug": "integral-with-leftwards-arrow-with-hook",
    "name": "Integral with Leftwards Arrow with Hook",
    "aliases": [
      "integral with leftwards arrow with hook"
    ],
    "unicode": "U+2A17",
    "htmlEntity": "",
    "htmlDecimal": "&#10775;",
    "latex": "⨗",
    "mathml": "<mo>⨗</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨗ is named integral with leftwards arrow with hook and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨗ only when the source or field defines this exact symbol. For Integral with Leftwards Arrow with Hook (⨗), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral with leftwards arrow with hook",
    "examples": [
      "A ⨗ B",
      "x ⨗ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A17 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral with leftwards arrow with hook.",
      "word": "Type 2A17, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨗ or use Insert → Special characters. For structured math, use the equation editor and verify ⨗.",
      "excel": "Paste ⨗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⨗ Symbol (U+2A17): Meaning, Unicode & LaTeX",
      "description": "Copy ⨗ (U+2A17), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨗ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨗ only when the source or field defines this exact symbol. For Integral with Leftwards Arrow with Hook (⨗), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨗ as U+2A17; for structured equations, use ⨗ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral with Leftwards Arrow with Hook."
    ],
    "searchIntents": [
      "Integral with Leftwards Arrow with Hook symbol meaning",
      "Integral with Leftwards Arrow with Hook copy and paste",
      "Integral with Leftwards Arrow with Hook LaTeX",
      "Integral with Leftwards Arrow with Hook Unicode",
      "how to type Integral with Leftwards Arrow with Hook"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral with Leftwards Arrow with Hook against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨗ in plain text when a Unicode character is appropriate and the destination preserves U+2A17.",
      "Use ⨗ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral with Leftwards Arrow with Hook is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-two-headed-arrow-with-tail-with-vertical-stroke",
    "symbol": "⤗",
    "slug": "rightwards-two-headed-arrow-with-tail-with-vertical-stroke",
    "name": "Rightwards Two-Headed Arrow with Tail with Vertical Stroke",
    "aliases": [
      "rightwards two-headed arrow with tail with vertical stroke"
    ],
    "unicode": "U+2917",
    "htmlEntity": "",
    "htmlDecimal": "&#10519;",
    "latex": "⤗",
    "mathml": "<mo>⤗</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤗ is named rightwards two-headed arrow with tail with vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤗ only when the source or field defines this exact symbol. For Rightwards Two-Headed Arrow with Tail with Vertical Stroke (⤗), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards two-headed arrow with tail with vertical stroke",
    "examples": [
      "A ⤗ B",
      "x ⤗ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2917 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards two-headed arrow with tail with vertical stroke.",
      "word": "Type 2917, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤗ or use Insert → Special characters. For structured math, use the equation editor and verify ⤗.",
      "excel": "Paste ⤗ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤗ Symbol (U+2917): Meaning, Unicode & LaTeX",
      "description": "Copy ⤗ (U+2917), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤗; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤗ as U+2917; for structured equations, use ⤗ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Two-Headed Arrow with Tail with Vertical Stroke."
    ],
    "searchIntents": [
      "Rightwards Two-Headed Arrow with Tail with Vertical Stroke symbol meaning",
      "Rightwards Two-Headed Arrow with Tail with Vertical Stroke copy and paste",
      "Rightwards Two-Headed Arrow with Tail with Vertical Stroke LaTeX",
      "Rightwards Two-Headed Arrow with Tail with Vertical Stroke Unicode",
      "how to type Rightwards Two-Headed Arrow with Tail with Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤗ in plain text when a Unicode character is appropriate and the destination preserves U+2917.",
      "Use ⤗ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Two-Headed Arrow with Tail with Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "large-up-tack",
    "symbol": "⟘",
    "slug": "large-up-tack",
    "name": "Large Up Tack",
    "aliases": [
      "large up tack"
    ],
    "unicode": "U+27D8",
    "htmlEntity": "",
    "htmlDecimal": "&#10200;",
    "latex": "⟘",
    "mathml": "<mo>⟘</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟘ is named large up tack and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟘ only when the source or field defines this exact symbol. For Large Up Tack (⟘), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "large up tack",
    "examples": [
      "A ⟘ B",
      "x ⟘ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D8 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for large up tack.",
      "word": "Type 27D8, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟘ or use Insert → Special characters. For structured math, use the equation editor and verify ⟘.",
      "excel": "Paste ⟘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Large Up Tack (⟘): Meaning, Examples & LaTeX",
      "description": "Copy ⟘ (U+27D8), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟘; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟘ as U+27D8; for structured equations, use ⟘ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Large Up Tack."
    ],
    "searchIntents": [
      "Large Up Tack symbol meaning",
      "Large Up Tack copy and paste",
      "Large Up Tack LaTeX",
      "Large Up Tack Unicode",
      "how to type Large Up Tack"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟘ in plain text when a Unicode character is appropriate and the destination preserves U+27D8.",
      "Use ⟘ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Large Up Tack is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "vertical-zigzag-line",
    "symbol": "⦚",
    "slug": "vertical-zigzag-line",
    "name": "Vertical Zigzag Line",
    "aliases": [
      "vertical zigzag line"
    ],
    "unicode": "U+299A",
    "htmlEntity": "",
    "htmlDecimal": "&#10650;",
    "latex": "⦚",
    "mathml": "<mi>⦚</mi>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦚ is named vertical zigzag line and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦚ only when the source or field defines this exact symbol. For Vertical Zigzag Line (⦚), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "vertical zigzag line",
    "examples": [
      "A ⦚ B",
      "x ⦚ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 299A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for vertical zigzag line.",
      "word": "Type 299A, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦚ or use Insert → Special characters. For structured math, use the equation editor and verify ⦚.",
      "excel": "Paste ⦚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Vertical Zigzag Line (⦚): Meaning, Unicode & LaTeX",
      "description": "Copy ⦚, learn the meaning and semantic role of vertical zigzag line, and get Unicode, LaTeX (⦚), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦚; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦚ as U+299A; for structured equations, use ⦚ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Vertical Zigzag Line."
    ],
    "searchIntents": [
      "Vertical Zigzag Line symbol meaning",
      "Vertical Zigzag Line copy and paste",
      "Vertical Zigzag Line LaTeX",
      "Vertical Zigzag Line Unicode",
      "how to type Vertical Zigzag Line"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦚ in plain text when a Unicode character is appropriate and the destination preserves U+299A.",
      "Use ⦚ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Vertical Zigzag Line is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "geometric-identifier",
    "primaryIntent": "identify the geometric notation and use it in the correct construction",
    "semanticRole": "A symbol used to name or mark a geometric object or construction.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "integral-with-times-sign",
    "symbol": "⨘",
    "slug": "integral-with-times-sign",
    "name": "Integral with Times Sign",
    "aliases": [
      "integral with times sign"
    ],
    "unicode": "U+2A18",
    "htmlEntity": "",
    "htmlDecimal": "&#10776;",
    "latex": "⨘",
    "mathml": "<mo>⨘</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨘ is named integral with times sign and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨘ only when the source or field defines this exact symbol. For Integral with Times Sign (⨘), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral with times sign",
    "examples": [
      "A ⨘ B",
      "x ⨘ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A18 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral with times sign.",
      "word": "Type 2A18, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨘ or use Insert → Special characters. For structured math, use the equation editor and verify ⨘.",
      "excel": "Paste ⨘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral with Times Sign (⨘): Meaning, Examples & LaTeX",
      "description": "Copy ⨘ (U+2A18), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨘ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨘ only when the source or field defines this exact symbol. For Integral with Times Sign (⨘), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨘ as U+2A18; for structured equations, use ⨘ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral with Times Sign."
    ],
    "searchIntents": [
      "Integral with Times Sign symbol meaning",
      "Integral with Times Sign copy and paste",
      "Integral with Times Sign LaTeX",
      "Integral with Times Sign Unicode",
      "how to type Integral with Times Sign"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral with Times Sign against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨘ in plain text when a Unicode character is appropriate and the destination preserves U+2A18.",
      "Use ⨘ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral with Times Sign is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-two-headed-arrow-with-tail-with-double-vertical-stroke",
    "symbol": "⤘",
    "slug": "rightwards-two-headed-arrow-with-tail-with-double-vertical-stroke",
    "name": "Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke",
    "aliases": [
      "rightwards two-headed arrow with tail with double vertical stroke"
    ],
    "unicode": "U+2918",
    "htmlEntity": "",
    "htmlDecimal": "&#10520;",
    "latex": "⤘",
    "mathml": "<mo>⤘</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤘ is named rightwards two-headed arrow with tail with double vertical stroke and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤘ only when the source or field defines this exact symbol. For Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke (⤘), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards two-headed arrow with tail with double vertical stroke",
    "examples": [
      "A ⤘ B",
      "x ⤘ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2918 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards two-headed arrow with tail with double vertical stroke.",
      "word": "Type 2918, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤘ or use Insert → Special characters. For structured math, use the equation editor and verify ⤘.",
      "excel": "Paste ⤘ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤘ Symbol (U+2918): Meaning, Unicode & LaTeX",
      "description": "Copy ⤘ (U+2918), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤘; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤘ as U+2918; for structured equations, use ⤘ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke."
    ],
    "searchIntents": [
      "Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke symbol meaning",
      "Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke copy and paste",
      "Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke LaTeX",
      "Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke Unicode",
      "how to type Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤘ in plain text when a Unicode character is appropriate and the destination preserves U+2918.",
      "Use ⤘ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Two-Headed Arrow with Tail with Double Vertical Stroke is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "identify the exact relation or operator, distinguish its code point, and copy the correct notation",
    "semanticRole": "A specialized mathematical relation or operator whose exact glyph and code point carry meaning.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "large-down-tack",
    "symbol": "⟙",
    "slug": "large-down-tack",
    "name": "Large Down Tack",
    "aliases": [
      "large down tack"
    ],
    "unicode": "U+27D9",
    "htmlEntity": "",
    "htmlDecimal": "&#10201;",
    "latex": "⟙",
    "mathml": "<mo>⟙</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟙ is named large down tack and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟙ only when the source or field defines this exact symbol. For Large Down Tack (⟙), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "large down tack",
    "examples": [
      "A ⟙ B",
      "x ⟙ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27D9 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for large down tack.",
      "word": "Type 27D9, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟙ or use Insert → Special characters. For structured math, use the equation editor and verify ⟙.",
      "excel": "Paste ⟙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Large Down Tack (⟙): Meaning, Examples & LaTeX",
      "description": "Copy ⟙ (U+27D9), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟙; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟙ as U+27D9; for structured equations, use ⟙ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Large Down Tack."
    ],
    "searchIntents": [
      "Large Down Tack symbol meaning",
      "Large Down Tack copy and paste",
      "Large Down Tack LaTeX",
      "Large Down Tack Unicode",
      "how to type Large Down Tack"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟙ in plain text when a Unicode character is appropriate and the destination preserves U+27D9.",
      "Use ⟙ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Large Down Tack is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "measured-angle-opening-left",
    "symbol": "⦛",
    "slug": "measured-angle-opening-left",
    "name": "Measured Angle Opening Left",
    "aliases": [
      "measured angle opening left"
    ],
    "unicode": "U+299B",
    "htmlEntity": "",
    "htmlDecimal": "&#10651;",
    "latex": "⦛",
    "mathml": "<mo>⦛</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦛ is named measured angle opening left and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦛ only when the source or field defines this exact symbol. For Measured Angle Opening Left (⦛), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "measured angle opening left",
    "examples": [
      "A ⦛ B",
      "x ⦛ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 299B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for measured angle opening left.",
      "word": "Type 299B, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦛ or use Insert → Special characters. For structured math, use the equation editor and verify ⦛.",
      "excel": "Paste ⦛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Measured Angle Opening Left (⦛): Meaning, Examples & LaTeX",
      "description": "Copy ⦛ (U+299B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦛; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦛ as U+299B; for structured equations, use ⦛ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Measured Angle Opening Left."
    ],
    "searchIntents": [
      "Measured Angle Opening Left symbol meaning",
      "Measured Angle Opening Left copy and paste",
      "Measured Angle Opening Left LaTeX",
      "Measured Angle Opening Left Unicode",
      "how to type Measured Angle Opening Left"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦛ in plain text when a Unicode character is appropriate and the destination preserves U+299B.",
      "Use ⦛ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Measured Angle Opening Left is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral-with-intersection",
    "symbol": "⨙",
    "slug": "integral-with-intersection",
    "name": "Integral with Intersection",
    "aliases": [
      "integral with intersection"
    ],
    "unicode": "U+2A19",
    "htmlEntity": "",
    "htmlDecimal": "&#10777;",
    "latex": "⨙",
    "mathml": "<mo>⨙</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨙ is named integral with intersection and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨙ only when the source or field defines this exact symbol. For Integral with Intersection (⨙), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral with intersection",
    "examples": [
      "A ⨙ B",
      "x ⨙ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A19 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral with intersection.",
      "word": "Type 2A19, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨙ or use Insert → Special characters. For structured math, use the equation editor and verify ⨙.",
      "excel": "Paste ⨙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral with Intersection (⨙): Meaning, Examples & LaTeX",
      "description": "Copy ⨙ (U+2A19), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨙ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨙ only when the source or field defines this exact symbol. For Integral with Intersection (⨙), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨙ as U+2A19; for structured equations, use ⨙ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral with Intersection."
    ],
    "searchIntents": [
      "Integral with Intersection symbol meaning",
      "Integral with Intersection copy and paste",
      "Integral with Intersection LaTeX",
      "Integral with Intersection Unicode",
      "how to type Integral with Intersection"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral with Intersection against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨙ in plain text when a Unicode character is appropriate and the destination preserves U+2A19.",
      "Use ⨙ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral with Intersection is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "leftwards-arrow-tail",
    "symbol": "⤙",
    "slug": "leftwards-arrow-tail",
    "name": "Leftwards Arrow-Tail",
    "aliases": [
      "leftwards arrow-tail"
    ],
    "unicode": "U+2919",
    "htmlEntity": "",
    "htmlDecimal": "&#10521;",
    "latex": "⤙",
    "mathml": "<mo>⤙</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤙ is named leftwards arrow-tail and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤙ only when the source or field defines this exact symbol. For Leftwards Arrow-Tail (⤙), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "leftwards arrow-tail",
    "examples": [
      "A ⤙ B",
      "x ⤙ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2919 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for leftwards arrow-tail.",
      "word": "Type 2919, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤙ or use Insert → Special characters. For structured math, use the equation editor and verify ⤙.",
      "excel": "Paste ⤙ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Leftwards Arrow-Tail (⤙): Meaning, Examples & LaTeX",
      "description": "Copy ⤙ (U+2919), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤙; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤙ as U+2919; for structured equations, use ⤙ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Leftwards Arrow-Tail."
    ],
    "searchIntents": [
      "Leftwards Arrow-Tail symbol meaning",
      "Leftwards Arrow-Tail copy and paste",
      "Leftwards Arrow-Tail LaTeX",
      "Leftwards Arrow-Tail Unicode",
      "how to type Leftwards Arrow-Tail"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤙ in plain text when a Unicode character is appropriate and the destination preserves U+2919.",
      "Use ⤙ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Leftwards Arrow-Tail is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-and-right-double-turnstile",
    "symbol": "⟚",
    "slug": "left-and-right-double-turnstile",
    "name": "Left and Right Double Turnstile",
    "aliases": [
      "left and right double turnstile"
    ],
    "unicode": "U+27DA",
    "htmlEntity": "",
    "htmlDecimal": "&#10202;",
    "latex": "⟚",
    "mathml": "<mo>⟚</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟚ is named left and right double turnstile and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟚ only when the source or field defines this exact symbol. For Left and Right Double Turnstile (⟚), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left and right double turnstile",
    "examples": [
      "A ⟚ B",
      "x ⟚ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27DA in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left and right double turnstile.",
      "word": "Type 27DA, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟚ or use Insert → Special characters. For structured math, use the equation editor and verify ⟚.",
      "excel": "Paste ⟚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left and Right Double Turnstile (⟚): Meaning, Examples & LaTeX",
      "description": "Copy ⟚ (U+27DA), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟚; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟚ as U+27DA; for structured equations, use ⟚ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left and Right Double Turnstile."
    ],
    "searchIntents": [
      "Left and Right Double Turnstile symbol meaning",
      "Left and Right Double Turnstile copy and paste",
      "Left and Right Double Turnstile LaTeX",
      "Left and Right Double Turnstile Unicode",
      "how to type Left and Right Double Turnstile"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟚ in plain text when a Unicode character is appropriate and the destination preserves U+27DA.",
      "Use ⟚ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left and Right Double Turnstile is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "right-angle-variant-with-square",
    "symbol": "⦜",
    "slug": "right-angle-variant-with-square",
    "name": "Right Angle Variant with Square",
    "aliases": [
      "right angle variant with square"
    ],
    "unicode": "U+299C",
    "htmlEntity": "",
    "htmlDecimal": "&#10652;",
    "latex": "⦜",
    "mathml": "<mo>⦜</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦜ is named right angle variant with square and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦜ only when the source or field defines this exact symbol. For Right Angle Variant with Square (⦜), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "right angle variant with square",
    "examples": [
      "A ⦜ B",
      "x ⦜ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 299C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for right angle variant with square.",
      "word": "Type 299C, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦜ or use Insert → Special characters. For structured math, use the equation editor and verify ⦜.",
      "excel": "Paste ⦜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Right Angle Variant with Square (⦜): Meaning, Examples & LaTeX",
      "description": "Copy ⦜ (U+299C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦜; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦜ as U+299C; for structured equations, use ⦜ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Right Angle Variant with Square."
    ],
    "searchIntents": [
      "Right Angle Variant with Square symbol meaning",
      "Right Angle Variant with Square copy and paste",
      "Right Angle Variant with Square LaTeX",
      "Right Angle Variant with Square Unicode",
      "how to type Right Angle Variant with Square"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦜ in plain text when a Unicode character is appropriate and the destination preserves U+299C.",
      "Use ⦜ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Right Angle Variant with Square is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral-with-union",
    "symbol": "⨚",
    "slug": "integral-with-union",
    "name": "Integral with Union",
    "aliases": [
      "integral with union"
    ],
    "unicode": "U+2A1A",
    "htmlEntity": "",
    "htmlDecimal": "&#10778;",
    "latex": "⨚",
    "mathml": "<mo>⨚</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨚ is named integral with union and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨚ only when the source or field defines this exact symbol. For Integral with Union (⨚), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral with union",
    "examples": [
      "A ⨚ B",
      "x ⨚ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A1A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral with union.",
      "word": "Type 2A1A, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨚ or use Insert → Special characters. For structured math, use the equation editor and verify ⨚.",
      "excel": "Paste ⨚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral with Union (⨚): Meaning, Examples & LaTeX",
      "description": "Copy ⨚ (U+2A1A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨚ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨚ only when the source or field defines this exact symbol. For Integral with Union (⨚), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨚ as U+2A1A; for structured equations, use ⨚ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral with Union."
    ],
    "searchIntents": [
      "Integral with Union symbol meaning",
      "Integral with Union copy and paste",
      "Integral with Union LaTeX",
      "Integral with Union Unicode",
      "how to type Integral with Union"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral with Union against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨚ in plain text when a Unicode character is appropriate and the destination preserves U+2A1A.",
      "Use ⨚ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral with Union is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-arrow-tail",
    "symbol": "⤚",
    "slug": "rightwards-arrow-tail",
    "name": "Rightwards Arrow-Tail",
    "aliases": [
      "rightwards arrow-tail"
    ],
    "unicode": "U+291A",
    "htmlEntity": "",
    "htmlDecimal": "&#10522;",
    "latex": "⤚",
    "mathml": "<mo>⤚</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤚ is named rightwards arrow-tail and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤚ only when the source or field defines this exact symbol. For Rightwards Arrow-Tail (⤚), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards arrow-tail",
    "examples": [
      "A ⤚ B",
      "x ⤚ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 291A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards arrow-tail.",
      "word": "Type 291A, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤚ or use Insert → Special characters. For structured math, use the equation editor and verify ⤚.",
      "excel": "Paste ⤚ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Rightwards Arrow-Tail (⤚): Meaning, Examples & LaTeX",
      "description": "Copy ⤚ (U+291A), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤚; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤚ as U+291A; for structured equations, use ⤚ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Arrow-Tail."
    ],
    "searchIntents": [
      "Rightwards Arrow-Tail symbol meaning",
      "Rightwards Arrow-Tail copy and paste",
      "Rightwards Arrow-Tail LaTeX",
      "Rightwards Arrow-Tail Unicode",
      "how to type Rightwards Arrow-Tail"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤚ in plain text when a Unicode character is appropriate and the destination preserves U+291A.",
      "Use ⤚ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Arrow-Tail is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-and-right-tack",
    "symbol": "⟛",
    "slug": "left-and-right-tack",
    "name": "Left and Right Tack",
    "aliases": [
      "left and right tack"
    ],
    "unicode": "U+27DB",
    "htmlEntity": "",
    "htmlDecimal": "&#10203;",
    "latex": "⟛",
    "mathml": "<mo>⟛</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟛ is named left and right tack and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟛ only when the source or field defines this exact symbol. For Left and Right Tack (⟛), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left and right tack",
    "examples": [
      "A ⟛ B",
      "x ⟛ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27DB in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left and right tack.",
      "word": "Type 27DB, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟛ or use Insert → Special characters. For structured math, use the equation editor and verify ⟛.",
      "excel": "Paste ⟛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left and Right Tack (⟛): Meaning, Examples & LaTeX",
      "description": "Copy ⟛ (U+27DB), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟛; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟛ as U+27DB; for structured equations, use ⟛ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left and Right Tack."
    ],
    "searchIntents": [
      "Left and Right Tack symbol meaning",
      "Left and Right Tack copy and paste",
      "Left and Right Tack LaTeX",
      "Left and Right Tack Unicode",
      "how to type Left and Right Tack"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟛ in plain text when a Unicode character is appropriate and the destination preserves U+27DB.",
      "Use ⟛ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left and Right Tack is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "measured-right-angle-with-dot",
    "symbol": "⦝",
    "slug": "measured-right-angle-with-dot",
    "name": "Measured Right Angle with Dot",
    "aliases": [
      "measured right angle with dot"
    ],
    "unicode": "U+299D",
    "htmlEntity": "",
    "htmlDecimal": "&#10653;",
    "latex": "⦝",
    "mathml": "<mo>⦝</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦝ is named measured right angle with dot and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦝ only when the source or field defines this exact symbol. For Measured Right Angle with Dot (⦝), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "measured right angle with dot",
    "examples": [
      "A ⦝ B",
      "x ⦝ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 299D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for measured right angle with dot.",
      "word": "Type 299D, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦝ or use Insert → Special characters. For structured math, use the equation editor and verify ⦝.",
      "excel": "Paste ⦝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Measured Right Angle with Dot (⦝): Meaning, Examples & LaTeX",
      "description": "Copy ⦝ (U+299D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦝; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦝ as U+299D; for structured equations, use ⦝ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Measured Right Angle with Dot."
    ],
    "searchIntents": [
      "Measured Right Angle with Dot symbol meaning",
      "Measured Right Angle with Dot copy and paste",
      "Measured Right Angle with Dot LaTeX",
      "Measured Right Angle with Dot Unicode",
      "how to type Measured Right Angle with Dot"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦝ in plain text when a Unicode character is appropriate and the destination preserves U+299D.",
      "Use ⦝ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Measured Right Angle with Dot is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral-with-overbar",
    "symbol": "⨛",
    "slug": "integral-with-overbar",
    "name": "Integral with Overbar",
    "aliases": [
      "integral with overbar"
    ],
    "unicode": "U+2A1B",
    "htmlEntity": "",
    "htmlDecimal": "&#10779;",
    "latex": "⨛",
    "mathml": "<mo>⨛</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨛ is named integral with overbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨛ only when the source or field defines this exact symbol. For Integral with Overbar (⨛), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral with overbar",
    "examples": [
      "A ⨛ B",
      "x ⨛ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A1B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral with overbar.",
      "word": "Type 2A1B, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨛ or use Insert → Special characters. For structured math, use the equation editor and verify ⨛.",
      "excel": "Paste ⨛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral with Overbar (⨛): Meaning, Examples & LaTeX",
      "description": "Copy ⨛ (U+2A1B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨛ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨛ only when the source or field defines this exact symbol. For Integral with Overbar (⨛), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨛ as U+2A1B; for structured equations, use ⨛ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral with Overbar."
    ],
    "searchIntents": [
      "Integral with Overbar symbol meaning",
      "Integral with Overbar copy and paste",
      "Integral with Overbar LaTeX",
      "Integral with Overbar Unicode",
      "how to type Integral with Overbar"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral with Overbar against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨛ in plain text when a Unicode character is appropriate and the destination preserves U+2A1B.",
      "Use ⨛ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral with Overbar is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "leftwards-double-arrow-tail",
    "symbol": "⤛",
    "slug": "leftwards-double-arrow-tail",
    "name": "Leftwards Double Arrow-Tail",
    "aliases": [
      "leftwards double arrow-tail"
    ],
    "unicode": "U+291B",
    "htmlEntity": "",
    "htmlDecimal": "&#10523;",
    "latex": "⤛",
    "mathml": "<mo>⤛</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤛ is named leftwards double arrow-tail and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤛ only when the source or field defines this exact symbol. For Leftwards Double Arrow-Tail (⤛), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "leftwards double arrow-tail",
    "examples": [
      "A ⤛ B",
      "x ⤛ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 291B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for leftwards double arrow-tail.",
      "word": "Type 291B, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤛ or use Insert → Special characters. For structured math, use the equation editor and verify ⤛.",
      "excel": "Paste ⤛ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Leftwards Double Arrow-Tail (⤛): Meaning, Examples & LaTeX",
      "description": "Copy ⤛ (U+291B), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤛; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤛ as U+291B; for structured equations, use ⤛ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Leftwards Double Arrow-Tail."
    ],
    "searchIntents": [
      "Leftwards Double Arrow-Tail symbol meaning",
      "Leftwards Double Arrow-Tail copy and paste",
      "Leftwards Double Arrow-Tail LaTeX",
      "Leftwards Double Arrow-Tail Unicode",
      "how to type Leftwards Double Arrow-Tail"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤛ in plain text when a Unicode character is appropriate and the destination preserves U+291B.",
      "Use ⤛ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Leftwards Double Arrow-Tail is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "left-multimap",
    "symbol": "⟜",
    "slug": "left-multimap",
    "name": "Left Multimap",
    "aliases": [
      "left multimap"
    ],
    "unicode": "U+27DC",
    "htmlEntity": "",
    "htmlDecimal": "&#10204;",
    "latex": "⟜",
    "mathml": "<mo>⟜</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟜ is named left multimap and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟜ only when the source or field defines this exact symbol. For Left Multimap (⟜), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "left multimap",
    "examples": [
      "A ⟜ B",
      "x ⟜ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27DC in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for left multimap.",
      "word": "Type 27DC, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟜ or use Insert → Special characters. For structured math, use the equation editor and verify ⟜.",
      "excel": "Paste ⟜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Left Multimap (⟜): Meaning, Examples & LaTeX",
      "description": "Copy ⟜ (U+27DC), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟜; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟜ as U+27DC; for structured equations, use ⟜ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Left Multimap."
    ],
    "searchIntents": [
      "Left Multimap symbol meaning",
      "Left Multimap copy and paste",
      "Left Multimap LaTeX",
      "Left Multimap Unicode",
      "how to type Left Multimap"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟜ in plain text when a Unicode character is appropriate and the destination preserves U+27DC.",
      "Use ⟜ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Left Multimap is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "angle-with-s-inside",
    "symbol": "⦞",
    "slug": "angle-with-s-inside",
    "name": "Angle with S Inside",
    "aliases": [
      "angle with s inside"
    ],
    "unicode": "U+299E",
    "htmlEntity": "",
    "htmlDecimal": "&#10654;",
    "latex": "⦞",
    "mathml": "<mo>⦞</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦞ is named angle with s inside and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦞ only when the source or field defines this exact symbol. For Angle with S Inside (⦞), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "angle with s inside",
    "examples": [
      "A ⦞ B",
      "x ⦞ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 299E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for angle with s inside.",
      "word": "Type 299E, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦞ or use Insert → Special characters. For structured math, use the equation editor and verify ⦞.",
      "excel": "Paste ⦞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Angle with S Inside (⦞): Meaning, Examples & LaTeX",
      "description": "Copy ⦞ (U+299E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦞; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦞ as U+299E; for structured equations, use ⦞ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Angle with S Inside."
    ],
    "searchIntents": [
      "Angle with S Inside symbol meaning",
      "Angle with S Inside copy and paste",
      "Angle with S Inside LaTeX",
      "Angle with S Inside Unicode",
      "how to type Angle with S Inside"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦞ in plain text when a Unicode character is appropriate and the destination preserves U+299E.",
      "Use ⦞ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Angle with S Inside is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "integral-with-underbar",
    "symbol": "⨜",
    "slug": "integral-with-underbar",
    "name": "Integral with Underbar",
    "aliases": [
      "integral with underbar"
    ],
    "unicode": "U+2A1C",
    "htmlEntity": "",
    "htmlDecimal": "&#10780;",
    "latex": "⨜",
    "mathml": "<mo>⨜</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨜ is named integral with underbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨜ only when the source or field defines this exact symbol. For Integral with Underbar (⨜), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "integral with underbar",
    "examples": [
      "A ⨜ B",
      "x ⨜ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A1C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for integral with underbar.",
      "word": "Type 2A1C, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨜ or use Insert → Special characters. For structured math, use the equation editor and verify ⨜.",
      "excel": "Paste ⨜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Integral with Underbar (⨜): Meaning, Examples & LaTeX",
      "description": "Copy ⨜ (U+2A1C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨜ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨜ only when the source or field defines this exact symbol. For Integral with Underbar (⨜), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨜ as U+2A1C; for structured equations, use ⨜ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Integral with Underbar."
    ],
    "searchIntents": [
      "Integral with Underbar symbol meaning",
      "Integral with Underbar copy and paste",
      "Integral with Underbar LaTeX",
      "Integral with Underbar Unicode",
      "how to type Integral with Underbar"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Integral with Underbar against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨜ in plain text when a Unicode character is appropriate and the destination preserves U+2A1C.",
      "Use ⨜ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Integral with Underbar is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-double-arrow-tail",
    "symbol": "⤜",
    "slug": "rightwards-double-arrow-tail",
    "name": "Rightwards Double Arrow-Tail",
    "aliases": [
      "rightwards double arrow-tail"
    ],
    "unicode": "U+291C",
    "htmlEntity": "",
    "htmlDecimal": "&#10524;",
    "latex": "⤜",
    "mathml": "<mo>⤜</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤜ is named rightwards double arrow-tail and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤜ only when the source or field defines this exact symbol. For Rightwards Double Arrow-Tail (⤜), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards double arrow-tail",
    "examples": [
      "A ⤜ B",
      "x ⤜ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 291C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards double arrow-tail.",
      "word": "Type 291C, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤜ or use Insert → Special characters. For structured math, use the equation editor and verify ⤜.",
      "excel": "Paste ⤜ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Rightwards Double Arrow-Tail (⤜): Meaning, Examples & LaTeX",
      "description": "Copy ⤜ (U+291C), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤜; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤜ as U+291C; for structured equations, use ⤜ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Double Arrow-Tail."
    ],
    "searchIntents": [
      "Rightwards Double Arrow-Tail symbol meaning",
      "Rightwards Double Arrow-Tail copy and paste",
      "Rightwards Double Arrow-Tail LaTeX",
      "Rightwards Double Arrow-Tail Unicode",
      "how to type Rightwards Double Arrow-Tail"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤜ in plain text when a Unicode character is appropriate and the destination preserves U+291C.",
      "Use ⤜ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Double Arrow-Tail is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "long-right-tack",
    "symbol": "⟝",
    "slug": "long-right-tack",
    "name": "Long Right Tack",
    "aliases": [
      "long right tack"
    ],
    "unicode": "U+27DD",
    "htmlEntity": "",
    "htmlDecimal": "&#10205;",
    "latex": "⟝",
    "mathml": "<mo>⟝</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟝ is named long right tack and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟝ only when the source or field defines this exact symbol. For Long Right Tack (⟝), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "long right tack",
    "examples": [
      "A ⟝ B",
      "x ⟝ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27DD in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for long right tack.",
      "word": "Type 27DD, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟝ or use Insert → Special characters. For structured math, use the equation editor and verify ⟝.",
      "excel": "Paste ⟝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Right Tack (⟝): Meaning, Examples & LaTeX",
      "description": "Copy ⟝ (U+27DD), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟝; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟝ as U+27DD; for structured equations, use ⟝ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Right Tack."
    ],
    "searchIntents": [
      "Long Right Tack symbol meaning",
      "Long Right Tack copy and paste",
      "Long Right Tack LaTeX",
      "Long Right Tack Unicode",
      "how to type Long Right Tack"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟝ in plain text when a Unicode character is appropriate and the destination preserves U+27DD.",
      "Use ⟝ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Right Tack is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "acute-angle",
    "symbol": "⦟",
    "slug": "acute-angle",
    "name": "Acute Angle",
    "aliases": [
      "acute angle"
    ],
    "unicode": "U+299F",
    "htmlEntity": "",
    "htmlDecimal": "&#10655;",
    "latex": "⦟",
    "mathml": "<mo>⦟</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦟ is named acute angle and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦟ only when the source or field defines this exact symbol. For Acute Angle (⦟), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "acute angle",
    "examples": [
      "A ⦟ B",
      "x ⦟ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 299F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for acute angle.",
      "word": "Type 299F, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦟ or use Insert → Special characters. For structured math, use the equation editor and verify ⦟.",
      "excel": "Paste ⦟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Acute Angle (⦟): Meaning, Examples & LaTeX",
      "description": "Copy ⦟ (U+299F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦟; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦟ as U+299F; for structured equations, use ⦟ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Acute Angle."
    ],
    "searchIntents": [
      "Acute Angle symbol meaning",
      "Acute Angle copy and paste",
      "Acute Angle LaTeX",
      "Acute Angle Unicode",
      "how to type Acute Angle"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦟ in plain text when a Unicode character is appropriate and the destination preserves U+299F.",
      "Use ⦟ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Acute Angle is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "join",
    "symbol": "⨝",
    "slug": "join",
    "name": "Join",
    "aliases": [
      "join"
    ],
    "unicode": "U+2A1D",
    "htmlEntity": "",
    "htmlDecimal": "&#10781;",
    "latex": "⨝",
    "mathml": "<mo>⨝</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨝ is named join and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨝ only when the source or field defines this exact symbol. For Join (⨝), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "join",
    "examples": [
      "A ⨝ B",
      "x ⨝ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A1D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for join.",
      "word": "Type 2A1D, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨝ or use Insert → Special characters. For structured math, use the equation editor and verify ⨝.",
      "excel": "Paste ⨝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Join (⨝): Meaning, Examples & LaTeX",
      "description": "Copy ⨝ (U+2A1D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨝ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨝ only when the source or field defines this exact symbol. For Join (⨝), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨝ as U+2A1D; for structured equations, use ⨝ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Join."
    ],
    "searchIntents": [
      "Join symbol meaning",
      "Join copy and paste",
      "Join LaTeX",
      "Join Unicode",
      "how to type Join"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Join against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨝ in plain text when a Unicode character is appropriate and the destination preserves U+2A1D.",
      "Use ⨝ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Join is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "leftwards-arrow-to-black-diamond",
    "symbol": "⤝",
    "slug": "leftwards-arrow-to-black-diamond",
    "name": "Leftwards Arrow To Black Diamond",
    "aliases": [
      "leftwards arrow to black diamond"
    ],
    "unicode": "U+291D",
    "htmlEntity": "",
    "htmlDecimal": "&#10525;",
    "latex": "⤝",
    "mathml": "<mo>⤝</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤝ is named leftwards arrow to black diamond and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤝ only when the source or field defines this exact symbol. For Leftwards Arrow To Black Diamond (⤝), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "leftwards arrow to black diamond",
    "examples": [
      "A ⤝ B",
      "x ⤝ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 291D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for leftwards arrow to black diamond.",
      "word": "Type 291D, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤝ or use Insert → Special characters. For structured math, use the equation editor and verify ⤝.",
      "excel": "Paste ⤝ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Leftwards Arrow To Black Diamond (⤝): Meaning, Examples & LaTeX",
      "description": "Copy ⤝ (U+291D), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤝; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤝ as U+291D; for structured equations, use ⤝ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Leftwards Arrow To Black Diamond."
    ],
    "searchIntents": [
      "Leftwards Arrow To Black Diamond symbol meaning",
      "Leftwards Arrow To Black Diamond copy and paste",
      "Leftwards Arrow To Black Diamond LaTeX",
      "Leftwards Arrow To Black Diamond Unicode",
      "how to type Leftwards Arrow To Black Diamond"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤝ in plain text when a Unicode character is appropriate and the destination preserves U+291D.",
      "Use ⤝ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Leftwards Arrow To Black Diamond is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "long-left-tack",
    "symbol": "⟞",
    "slug": "long-left-tack",
    "name": "Long Left Tack",
    "aliases": [
      "long left tack"
    ],
    "unicode": "U+27DE",
    "htmlEntity": "",
    "htmlDecimal": "&#10206;",
    "latex": "⟞",
    "mathml": "<mo>⟞</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟞ is named long left tack and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟞ only when the source or field defines this exact symbol. For Long Left Tack (⟞), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "long left tack",
    "examples": [
      "A ⟞ B",
      "x ⟞ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27DE in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for long left tack.",
      "word": "Type 27DE, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟞ or use Insert → Special characters. For structured math, use the equation editor and verify ⟞.",
      "excel": "Paste ⟞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Long Left Tack (⟞): Meaning, Examples & LaTeX",
      "description": "Copy ⟞ (U+27DE), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟞; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟞ as U+27DE; for structured equations, use ⟞ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Long Left Tack."
    ],
    "searchIntents": [
      "Long Left Tack symbol meaning",
      "Long Left Tack copy and paste",
      "Long Left Tack LaTeX",
      "Long Left Tack Unicode",
      "how to type Long Left Tack"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟞ in plain text when a Unicode character is appropriate and the destination preserves U+27DE.",
      "Use ⟞ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Long Left Tack is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "spherical-angle-opening-left",
    "symbol": "⦠",
    "slug": "spherical-angle-opening-left",
    "name": "Spherical Angle Opening Left",
    "aliases": [
      "spherical angle opening left"
    ],
    "unicode": "U+29A0",
    "htmlEntity": "",
    "htmlDecimal": "&#10656;",
    "latex": "⦠",
    "mathml": "<mo>⦠</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦠ is named spherical angle opening left and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦠ only when the source or field defines this exact symbol. For Spherical Angle Opening Left (⦠), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "spherical angle opening left",
    "examples": [
      "A ⦠ B",
      "x ⦠ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 29A0 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for spherical angle opening left.",
      "word": "Type 29A0, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦠ or use Insert → Special characters. For structured math, use the equation editor and verify ⦠.",
      "excel": "Paste ⦠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Spherical Angle Opening Left (⦠): Meaning, Examples & LaTeX",
      "description": "Copy ⦠ (U+29A0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦠; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦠ as U+29A0; for structured equations, use ⦠ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Spherical Angle Opening Left."
    ],
    "searchIntents": [
      "Spherical Angle Opening Left symbol meaning",
      "Spherical Angle Opening Left copy and paste",
      "Spherical Angle Opening Left LaTeX",
      "Spherical Angle Opening Left Unicode",
      "how to type Spherical Angle Opening Left"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦠ in plain text when a Unicode character is appropriate and the destination preserves U+29A0.",
      "Use ⦠ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Spherical Angle Opening Left is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "large-left-triangle-operator",
    "symbol": "⨞",
    "slug": "large-left-triangle-operator",
    "name": "Large Left Triangle Operator",
    "aliases": [
      "large left triangle operator"
    ],
    "unicode": "U+2A1E",
    "htmlEntity": "",
    "htmlDecimal": "&#10782;",
    "latex": "⨞",
    "mathml": "<mo>⨞</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨞ is named large left triangle operator and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨞ only when the source or field defines this exact symbol. For Large Left Triangle Operator (⨞), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "large left triangle operator",
    "examples": [
      "A ⨞ B",
      "x ⨞ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A1E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for large left triangle operator.",
      "word": "Type 2A1E, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨞ or use Insert → Special characters. For structured math, use the equation editor and verify ⨞.",
      "excel": "Paste ⨞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Large Left Triangle Operator (⨞): Meaning, Examples & LaTeX",
      "description": "Copy ⨞ (U+2A1E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨞ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨞ only when the source or field defines this exact symbol. For Large Left Triangle Operator (⨞), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨞ as U+2A1E; for structured equations, use ⨞ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Large Left Triangle Operator."
    ],
    "searchIntents": [
      "Large Left Triangle Operator symbol meaning",
      "Large Left Triangle Operator copy and paste",
      "Large Left Triangle Operator LaTeX",
      "Large Left Triangle Operator Unicode",
      "how to type Large Left Triangle Operator"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Large Left Triangle Operator against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨞ in plain text when a Unicode character is appropriate and the destination preserves U+2A1E.",
      "Use ⨞ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Large Left Triangle Operator is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-arrow-to-black-diamond",
    "symbol": "⤞",
    "slug": "rightwards-arrow-to-black-diamond",
    "name": "Rightwards Arrow To Black Diamond",
    "aliases": [
      "rightwards arrow to black diamond"
    ],
    "unicode": "U+291E",
    "htmlEntity": "",
    "htmlDecimal": "&#10526;",
    "latex": "⤞",
    "mathml": "<mo>⤞</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤞ is named rightwards arrow to black diamond and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤞ only when the source or field defines this exact symbol. For Rightwards Arrow To Black Diamond (⤞), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards arrow to black diamond",
    "examples": [
      "A ⤞ B",
      "x ⤞ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 291E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards arrow to black diamond.",
      "word": "Type 291E, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤞ or use Insert → Special characters. For structured math, use the equation editor and verify ⤞.",
      "excel": "Paste ⤞ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Rightwards Arrow To Black Diamond (⤞): Meaning, Examples & LaTeX",
      "description": "Copy ⤞ (U+291E), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤞; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤞ as U+291E; for structured equations, use ⤞ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Arrow To Black Diamond."
    ],
    "searchIntents": [
      "Rightwards Arrow To Black Diamond symbol meaning",
      "Rightwards Arrow To Black Diamond copy and paste",
      "Rightwards Arrow To Black Diamond LaTeX",
      "Rightwards Arrow To Black Diamond Unicode",
      "how to type Rightwards Arrow To Black Diamond"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤞ in plain text when a Unicode character is appropriate and the destination preserves U+291E.",
      "Use ⤞ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Arrow To Black Diamond is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "up-tack-with-circle-above",
    "symbol": "⟟",
    "slug": "up-tack-with-circle-above",
    "name": "Up Tack with Circle Above",
    "aliases": [
      "up tack with circle above"
    ],
    "unicode": "U+27DF",
    "htmlEntity": "",
    "htmlDecimal": "&#10207;",
    "latex": "⟟",
    "mathml": "<mo>⟟</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟟ is named up tack with circle above and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟟ only when the source or field defines this exact symbol. For Up Tack with Circle Above (⟟), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "up tack with circle above",
    "examples": [
      "A ⟟ B",
      "x ⟟ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27DF in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for up tack with circle above.",
      "word": "Type 27DF, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟟ or use Insert → Special characters. For structured math, use the equation editor and verify ⟟.",
      "excel": "Paste ⟟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Up Tack with Circle Above (⟟): Meaning, Examples & LaTeX",
      "description": "Copy ⟟ (U+27DF), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟟; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟟ as U+27DF; for structured equations, use ⟟ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Up Tack with Circle Above."
    ],
    "searchIntents": [
      "Up Tack with Circle Above symbol meaning",
      "Up Tack with Circle Above copy and paste",
      "Up Tack with Circle Above LaTeX",
      "Up Tack with Circle Above Unicode",
      "how to type Up Tack with Circle Above"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟟ in plain text when a Unicode character is appropriate and the destination preserves U+27DF.",
      "Use ⟟ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Up Tack with Circle Above is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "spherical-angle-opening-up",
    "symbol": "⦡",
    "slug": "spherical-angle-opening-up",
    "name": "Spherical Angle Opening Up",
    "aliases": [
      "spherical angle opening up"
    ],
    "unicode": "U+29A1",
    "htmlEntity": "",
    "htmlDecimal": "&#10657;",
    "latex": "⦡",
    "mathml": "<mo>⦡</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦡ is named spherical angle opening up and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦡ only when the source or field defines this exact symbol. For Spherical Angle Opening Up (⦡), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "spherical angle opening up",
    "examples": [
      "A ⦡ B",
      "x ⦡ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 29A1 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for spherical angle opening up.",
      "word": "Type 29A1, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦡ or use Insert → Special characters. For structured math, use the equation editor and verify ⦡.",
      "excel": "Paste ⦡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Spherical Angle Opening Up (⦡): Meaning, Examples & LaTeX",
      "description": "Copy ⦡ (U+29A1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦡; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦡ as U+29A1; for structured equations, use ⦡ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Spherical Angle Opening Up."
    ],
    "searchIntents": [
      "Spherical Angle Opening Up symbol meaning",
      "Spherical Angle Opening Up copy and paste",
      "Spherical Angle Opening Up LaTeX",
      "Spherical Angle Opening Up Unicode",
      "how to type Spherical Angle Opening Up"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦡ in plain text when a Unicode character is appropriate and the destination preserves U+29A1.",
      "Use ⦡ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Spherical Angle Opening Up is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-schema-composition",
    "symbol": "⨟",
    "slug": "z-notation-schema-composition",
    "name": "Z Notation Schema Composition",
    "aliases": [
      "z notation schema composition"
    ],
    "unicode": "U+2A1F",
    "htmlEntity": "",
    "htmlDecimal": "&#10783;",
    "latex": "⨟",
    "mathml": "<mo>⨟</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨟ is named z notation schema composition and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨟ only when the source or field defines this exact symbol. For Z Notation Schema Composition (⨟), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation schema composition",
    "examples": [
      "A ⨟ B",
      "x ⨟ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A1F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation schema composition.",
      "word": "Type 2A1F, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨟ or use Insert → Special characters. For structured math, use the equation editor and verify ⨟.",
      "excel": "Paste ⨟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Schema Composition (⨟): Meaning, Examples & LaTeX",
      "description": "Copy ⨟ (U+2A1F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨟ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨟ only when the source or field defines this exact symbol. For Z Notation Schema Composition (⨟), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨟ as U+2A1F; for structured equations, use ⨟ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Schema Composition."
    ],
    "searchIntents": [
      "Z Notation Schema Composition symbol meaning",
      "Z Notation Schema Composition copy and paste",
      "Z Notation Schema Composition LaTeX",
      "Z Notation Schema Composition Unicode",
      "how to type Z Notation Schema Composition"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨟ in plain text when a Unicode character is appropriate and the destination preserves U+2A1F.",
      "Use ⨟ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Schema Composition is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "leftwards-arrow-from-bar-to-black-diamond",
    "symbol": "⤟",
    "slug": "leftwards-arrow-from-bar-to-black-diamond",
    "name": "Leftwards Arrow From Bar To Black Diamond",
    "aliases": [
      "leftwards arrow from bar to black diamond"
    ],
    "unicode": "U+291F",
    "htmlEntity": "",
    "htmlDecimal": "&#10527;",
    "latex": "⤟",
    "mathml": "<mo>⤟</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤟ is named leftwards arrow from bar to black diamond and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤟ only when the source or field defines this exact symbol. For Leftwards Arrow From Bar To Black Diamond (⤟), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "leftwards arrow from bar to black diamond",
    "examples": [
      "A ⤟ B",
      "x ⤟ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 291F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for leftwards arrow from bar to black diamond.",
      "word": "Type 291F, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤟ or use Insert → Special characters. For structured math, use the equation editor and verify ⤟.",
      "excel": "Paste ⤟ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤟ Symbol (U+291F): Meaning, Unicode & LaTeX",
      "description": "Copy ⤟ (U+291F), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤟; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤟ as U+291F; for structured equations, use ⤟ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Leftwards Arrow From Bar To Black Diamond."
    ],
    "searchIntents": [
      "Leftwards Arrow From Bar To Black Diamond symbol meaning",
      "Leftwards Arrow From Bar To Black Diamond copy and paste",
      "Leftwards Arrow From Bar To Black Diamond LaTeX",
      "Leftwards Arrow From Bar To Black Diamond Unicode",
      "how to type Leftwards Arrow From Bar To Black Diamond"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤟ in plain text when a Unicode character is appropriate and the destination preserves U+291F.",
      "Use ⤟ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Leftwards Arrow From Bar To Black Diamond is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "lozenge-divided-by-horizontal-rule",
    "symbol": "⟠",
    "slug": "lozenge-divided-by-horizontal-rule",
    "name": "Lozenge Divided By Horizontal Rule",
    "aliases": [
      "lozenge divided by horizontal rule"
    ],
    "unicode": "U+27E0",
    "htmlEntity": "",
    "htmlDecimal": "&#10208;",
    "latex": "⟠",
    "mathml": "<mo>⟠</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟠ is named lozenge divided by horizontal rule and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟠ only when the source or field defines this exact symbol. For Lozenge Divided By Horizontal Rule (⟠), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "lozenge divided by horizontal rule",
    "examples": [
      "A ⟠ B",
      "x ⟠ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27E0 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for lozenge divided by horizontal rule.",
      "word": "Type 27E0, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟠ or use Insert → Special characters. For structured math, use the equation editor and verify ⟠.",
      "excel": "Paste ⟠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Lozenge Divided By Horizontal Rule (⟠): Meaning, Examples & LaTeX",
      "description": "Copy ⟠ (U+27E0), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟠; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟠ as U+27E0; for structured equations, use ⟠ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Lozenge Divided By Horizontal Rule."
    ],
    "searchIntents": [
      "Lozenge Divided By Horizontal Rule symbol meaning",
      "Lozenge Divided By Horizontal Rule copy and paste",
      "Lozenge Divided By Horizontal Rule LaTeX",
      "Lozenge Divided By Horizontal Rule Unicode",
      "how to type Lozenge Divided By Horizontal Rule"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟠ in plain text when a Unicode character is appropriate and the destination preserves U+27E0.",
      "Use ⟠ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Lozenge Divided By Horizontal Rule is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "turned-angle",
    "symbol": "⦢",
    "slug": "turned-angle",
    "name": "Turned Angle",
    "aliases": [
      "turned angle"
    ],
    "unicode": "U+29A2",
    "htmlEntity": "",
    "htmlDecimal": "&#10658;",
    "latex": "⦢",
    "mathml": "<mo>⦢</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦢ is named turned angle and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦢ only when the source or field defines this exact symbol. For Turned Angle (⦢), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "turned angle",
    "examples": [
      "A ⦢ B",
      "x ⦢ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 29A2 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for turned angle.",
      "word": "Type 29A2, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦢ or use Insert → Special characters. For structured math, use the equation editor and verify ⦢.",
      "excel": "Paste ⦢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Turned Angle (⦢): Meaning, Examples & LaTeX",
      "description": "Copy ⦢ (U+29A2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦢; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦢ as U+29A2; for structured equations, use ⦢ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Turned Angle."
    ],
    "searchIntents": [
      "Turned Angle symbol meaning",
      "Turned Angle copy and paste",
      "Turned Angle LaTeX",
      "Turned Angle Unicode",
      "how to type Turned Angle"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦢ in plain text when a Unicode character is appropriate and the destination preserves U+29A2.",
      "Use ⦢ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Turned Angle is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-schema-piping",
    "symbol": "⨠",
    "slug": "z-notation-schema-piping",
    "name": "Z Notation Schema Piping",
    "aliases": [
      "z notation schema piping"
    ],
    "unicode": "U+2A20",
    "htmlEntity": "",
    "htmlDecimal": "&#10784;",
    "latex": "⨠",
    "mathml": "<mo>⨠</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨠ is named z notation schema piping and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨠ only when the source or field defines this exact symbol. For Z Notation Schema Piping (⨠), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation schema piping",
    "examples": [
      "A ⨠ B",
      "x ⨠ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A20 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation schema piping.",
      "word": "Type 2A20, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨠ or use Insert → Special characters. For structured math, use the equation editor and verify ⨠.",
      "excel": "Paste ⨠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Schema Piping (⨠): Meaning, Examples & LaTeX",
      "description": "Copy ⨠ (U+2A20), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨠ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨠ only when the source or field defines this exact symbol. For Z Notation Schema Piping (⨠), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨠ as U+2A20; for structured equations, use ⨠ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Schema Piping."
    ],
    "searchIntents": [
      "Z Notation Schema Piping symbol meaning",
      "Z Notation Schema Piping copy and paste",
      "Z Notation Schema Piping LaTeX",
      "Z Notation Schema Piping Unicode",
      "how to type Z Notation Schema Piping"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨠ in plain text when a Unicode character is appropriate and the destination preserves U+2A20.",
      "Use ⨠ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Schema Piping is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "rightwards-arrow-from-bar-to-black-diamond",
    "symbol": "⤠",
    "slug": "rightwards-arrow-from-bar-to-black-diamond",
    "name": "Rightwards Arrow From Bar To Black Diamond",
    "aliases": [
      "rightwards arrow from bar to black diamond"
    ],
    "unicode": "U+2920",
    "htmlEntity": "",
    "htmlDecimal": "&#10528;",
    "latex": "⤠",
    "mathml": "<mo>⤠</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤠ is named rightwards arrow from bar to black diamond and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤠ only when the source or field defines this exact symbol. For Rightwards Arrow From Bar To Black Diamond (⤠), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "rightwards arrow from bar to black diamond",
    "examples": [
      "A ⤠ B",
      "x ⤠ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2920 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for rightwards arrow from bar to black diamond.",
      "word": "Type 2920, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤠ or use Insert → Special characters. For structured math, use the equation editor and verify ⤠.",
      "excel": "Paste ⤠ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⤠ Symbol (U+2920): Meaning, Unicode & LaTeX",
      "description": "Copy ⤠ (U+2920), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤠; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤠ as U+2920; for structured equations, use ⤠ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Rightwards Arrow From Bar To Black Diamond."
    ],
    "searchIntents": [
      "Rightwards Arrow From Bar To Black Diamond symbol meaning",
      "Rightwards Arrow From Bar To Black Diamond copy and paste",
      "Rightwards Arrow From Bar To Black Diamond LaTeX",
      "Rightwards Arrow From Bar To Black Diamond Unicode",
      "how to type Rightwards Arrow From Bar To Black Diamond"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤠ in plain text when a Unicode character is appropriate and the destination preserves U+2920.",
      "Use ⤠ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Rightwards Arrow From Bar To Black Diamond is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-concave-sided-diamond",
    "symbol": "⟡",
    "slug": "white-concave-sided-diamond",
    "name": "White Concave-Sided Diamond",
    "aliases": [
      "white concave-sided diamond"
    ],
    "unicode": "U+27E1",
    "htmlEntity": "",
    "htmlDecimal": "&#10209;",
    "latex": "⟡",
    "mathml": "<mo>⟡</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟡ is named white concave-sided diamond and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟡ only when the source or field defines this exact symbol. For White Concave-Sided Diamond (⟡), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "white concave-sided diamond",
    "examples": [
      "A ⟡ B",
      "x ⟡ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27E1 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for white concave-sided diamond.",
      "word": "Type 27E1, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟡ or use Insert → Special characters. For structured math, use the equation editor and verify ⟡.",
      "excel": "Paste ⟡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "White Concave-Sided Diamond (⟡): Meaning, Examples & LaTeX",
      "description": "Copy ⟡ (U+27E1), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟡; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟡ as U+27E1; for structured equations, use ⟡ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Concave-Sided Diamond."
    ],
    "searchIntents": [
      "White Concave-Sided Diamond symbol meaning",
      "White Concave-Sided Diamond copy and paste",
      "White Concave-Sided Diamond LaTeX",
      "White Concave-Sided Diamond Unicode",
      "how to type White Concave-Sided Diamond"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟡ in plain text when a Unicode character is appropriate and the destination preserves U+27E1.",
      "Use ⟡ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Concave-Sided Diamond is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "reversed-angle",
    "symbol": "⦣",
    "slug": "reversed-angle",
    "name": "Reversed Angle",
    "aliases": [
      "reversed angle"
    ],
    "unicode": "U+29A3",
    "htmlEntity": "",
    "htmlDecimal": "&#10659;",
    "latex": "⦣",
    "mathml": "<mo>⦣</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦣ is named reversed angle and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦣ only when the source or field defines this exact symbol. For Reversed Angle (⦣), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "reversed angle",
    "examples": [
      "A ⦣ B",
      "x ⦣ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 29A3 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for reversed angle.",
      "word": "Type 29A3, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦣ or use Insert → Special characters. For structured math, use the equation editor and verify ⦣.",
      "excel": "Paste ⦣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Reversed Angle (⦣): Meaning, Examples & LaTeX",
      "description": "Copy ⦣ (U+29A3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦣; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦣ as U+29A3; for structured equations, use ⦣ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Reversed Angle."
    ],
    "searchIntents": [
      "Reversed Angle symbol meaning",
      "Reversed Angle copy and paste",
      "Reversed Angle LaTeX",
      "Reversed Angle Unicode",
      "how to type Reversed Angle"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦣ in plain text when a Unicode character is appropriate and the destination preserves U+29A3.",
      "Use ⦣ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Reversed Angle is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "z-notation-schema-projection",
    "symbol": "⨡",
    "slug": "z-notation-schema-projection",
    "name": "Z Notation Schema Projection",
    "aliases": [
      "z notation schema projection"
    ],
    "unicode": "U+2A21",
    "htmlEntity": "",
    "htmlDecimal": "&#10785;",
    "latex": "⨡",
    "mathml": "<mo>⨡</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨡ is named z notation schema projection and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨡ only when the source or field defines this exact symbol. For Z Notation Schema Projection (⨡), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "z notation schema projection",
    "examples": [
      "A ⨡ B",
      "x ⨡ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A21 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for z notation schema projection.",
      "word": "Type 2A21, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨡ or use Insert → Special characters. For structured math, use the equation editor and verify ⨡.",
      "excel": "Paste ⨡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Z Notation Schema Projection (⨡): Meaning, Examples & LaTeX",
      "description": "Copy ⨡ (U+2A21), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨡ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨡ only when the source or field defines this exact symbol. For Z Notation Schema Projection (⨡), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨡ as U+2A21; for structured equations, use ⨡ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Z Notation Schema Projection."
    ],
    "searchIntents": [
      "Z Notation Schema Projection symbol meaning",
      "Z Notation Schema Projection copy and paste",
      "Z Notation Schema Projection LaTeX",
      "Z Notation Schema Projection Unicode",
      "how to type Z Notation Schema Projection"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨡ in plain text when a Unicode character is appropriate and the destination preserves U+2A21.",
      "Use ⨡ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Z Notation Schema Projection is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "north-west-and-south-east-arrow",
    "symbol": "⤡",
    "slug": "north-west-and-south-east-arrow",
    "name": "North West and South East Arrow",
    "aliases": [
      "north west and south east arrow"
    ],
    "unicode": "U+2921",
    "htmlEntity": "",
    "htmlDecimal": "&#10529;",
    "latex": "⤡",
    "mathml": "<mo>⤡</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤡ is named north west and south east arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤡ only when the source or field defines this exact symbol. For North West and South East Arrow (⤡), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "north west and south east arrow",
    "examples": [
      "A ⤡ B",
      "x ⤡ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2921 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for north west and south east arrow.",
      "word": "Type 2921, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤡ or use Insert → Special characters. For structured math, use the equation editor and verify ⤡.",
      "excel": "Paste ⤡ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "North West and South East Arrow (⤡): Meaning, Examples & LaTeX",
      "description": "Copy ⤡ (U+2921), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤡; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤡ as U+2921; for structured equations, use ⤡ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is North West and South East Arrow."
    ],
    "searchIntents": [
      "North West and South East Arrow symbol meaning",
      "North West and South East Arrow copy and paste",
      "North West and South East Arrow LaTeX",
      "North West and South East Arrow Unicode",
      "how to type North West and South East Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤡ in plain text when a Unicode character is appropriate and the destination preserves U+2921.",
      "Use ⤡ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when North West and South East Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-concave-sided-diamond-with-leftwards-tick",
    "symbol": "⟢",
    "slug": "white-concave-sided-diamond-with-leftwards-tick",
    "name": "White Concave-Sided Diamond with Leftwards Tick",
    "aliases": [
      "white concave-sided diamond with leftwards tick"
    ],
    "unicode": "U+27E2",
    "htmlEntity": "",
    "htmlDecimal": "&#10210;",
    "latex": "⟢",
    "mathml": "<mo>⟢</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟢ is named white concave-sided diamond with leftwards tick and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟢ only when the source or field defines this exact symbol. For White Concave-Sided Diamond with Leftwards Tick (⟢), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "white concave-sided diamond with leftwards tick",
    "examples": [
      "A ⟢ B",
      "x ⟢ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27E2 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for white concave-sided diamond with leftwards tick.",
      "word": "Type 27E2, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟢ or use Insert → Special characters. For structured math, use the equation editor and verify ⟢.",
      "excel": "Paste ⟢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⟢ Symbol (U+27E2): Meaning, Unicode & LaTeX",
      "description": "Copy ⟢ (U+27E2), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟢; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟢ as U+27E2; for structured equations, use ⟢ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Concave-Sided Diamond with Leftwards Tick."
    ],
    "searchIntents": [
      "White Concave-Sided Diamond with Leftwards Tick symbol meaning",
      "White Concave-Sided Diamond with Leftwards Tick copy and paste",
      "White Concave-Sided Diamond with Leftwards Tick LaTeX",
      "White Concave-Sided Diamond with Leftwards Tick Unicode",
      "how to type White Concave-Sided Diamond with Leftwards Tick"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟢ in plain text when a Unicode character is appropriate and the destination preserves U+27E2.",
      "Use ⟢ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Concave-Sided Diamond with Leftwards Tick is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "angle-with-underbar",
    "symbol": "⦤",
    "slug": "angle-with-underbar",
    "name": "Angle with Underbar",
    "aliases": [
      "angle with underbar"
    ],
    "unicode": "U+29A4",
    "htmlEntity": "",
    "htmlDecimal": "&#10660;",
    "latex": "⦤",
    "mathml": "<mo>⦤</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦤ is named angle with underbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦤ only when the source or field defines this exact symbol. For Angle with Underbar (⦤), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "angle with underbar",
    "examples": [
      "A ⦤ B",
      "x ⦤ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 29A4 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for angle with underbar.",
      "word": "Type 29A4, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦤ or use Insert → Special characters. For structured math, use the equation editor and verify ⦤.",
      "excel": "Paste ⦤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Angle with Underbar (⦤): Meaning, Examples & LaTeX",
      "description": "Copy ⦤ (U+29A4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦤; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦤ as U+29A4; for structured equations, use ⦤ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Angle with Underbar."
    ],
    "searchIntents": [
      "Angle with Underbar symbol meaning",
      "Angle with Underbar copy and paste",
      "Angle with Underbar LaTeX",
      "Angle with Underbar Unicode",
      "how to type Angle with Underbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦤ in plain text when a Unicode character is appropriate and the destination preserves U+29A4.",
      "Use ⦤ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Angle with Underbar is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "plus-sign-with-small-circle-above",
    "symbol": "⨢",
    "slug": "plus-sign-with-small-circle-above",
    "name": "Plus Sign with Small Circle Above",
    "aliases": [
      "plus sign with small circle above"
    ],
    "unicode": "U+2A22",
    "htmlEntity": "",
    "htmlDecimal": "&#10786;",
    "latex": "⨢",
    "mathml": "<mo>⨢</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨢ is named plus sign with small circle above and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨢ only when the source or field defines this exact symbol. For Plus Sign with Small Circle Above (⨢), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "plus sign with small circle above",
    "examples": [
      "A ⨢ B",
      "x ⨢ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A22 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for plus sign with small circle above.",
      "word": "Type 2A22, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨢ or use Insert → Special characters. For structured math, use the equation editor and verify ⨢.",
      "excel": "Paste ⨢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Plus Sign with Small Circle Above (⨢): Meaning, Examples & LaTeX",
      "description": "Copy ⨢ (U+2A22), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨢ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨢ only when the source or field defines this exact symbol. For Plus Sign with Small Circle Above (⨢), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨢ as U+2A22; for structured equations, use ⨢ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Plus Sign with Small Circle Above."
    ],
    "searchIntents": [
      "Plus Sign with Small Circle Above symbol meaning",
      "Plus Sign with Small Circle Above copy and paste",
      "Plus Sign with Small Circle Above LaTeX",
      "Plus Sign with Small Circle Above Unicode",
      "how to type Plus Sign with Small Circle Above"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Plus Sign with Small Circle Above against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨢ in plain text when a Unicode character is appropriate and the destination preserves U+2A22.",
      "Use ⨢ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Plus Sign with Small Circle Above is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "north-east-and-south-west-arrow",
    "symbol": "⤢",
    "slug": "north-east-and-south-west-arrow",
    "name": "North East and South West Arrow",
    "aliases": [
      "north east and south west arrow"
    ],
    "unicode": "U+2922",
    "htmlEntity": "",
    "htmlDecimal": "&#10530;",
    "latex": "⤢",
    "mathml": "<mo>⤢</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤢ is named north east and south west arrow and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤢ only when the source or field defines this exact symbol. For North East and South West Arrow (⤢), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "north east and south west arrow",
    "examples": [
      "A ⤢ B",
      "x ⤢ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2922 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for north east and south west arrow.",
      "word": "Type 2922, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤢ or use Insert → Special characters. For structured math, use the equation editor and verify ⤢.",
      "excel": "Paste ⤢ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "North East and South West Arrow (⤢): Meaning, Examples & LaTeX",
      "description": "Copy ⤢ (U+2922), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤢; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤢ as U+2922; for structured equations, use ⤢ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is North East and South West Arrow."
    ],
    "searchIntents": [
      "North East and South West Arrow symbol meaning",
      "North East and South West Arrow copy and paste",
      "North East and South West Arrow LaTeX",
      "North East and South West Arrow Unicode",
      "how to type North East and South West Arrow"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤢ in plain text when a Unicode character is appropriate and the destination preserves U+2922.",
      "Use ⤢ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when North East and South West Arrow is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-concave-sided-diamond-with-rightwards-tick",
    "symbol": "⟣",
    "slug": "white-concave-sided-diamond-with-rightwards-tick",
    "name": "White Concave-Sided Diamond with Rightwards Tick",
    "aliases": [
      "white concave-sided diamond with rightwards tick"
    ],
    "unicode": "U+27E3",
    "htmlEntity": "",
    "htmlDecimal": "&#10211;",
    "latex": "⟣",
    "mathml": "<mo>⟣</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟣ is named white concave-sided diamond with rightwards tick and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟣ only when the source or field defines this exact symbol. For White Concave-Sided Diamond with Rightwards Tick (⟣), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "white concave-sided diamond with rightwards tick",
    "examples": [
      "A ⟣ B",
      "x ⟣ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27E3 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for white concave-sided diamond with rightwards tick.",
      "word": "Type 27E3, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟣ or use Insert → Special characters. For structured math, use the equation editor and verify ⟣.",
      "excel": "Paste ⟣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⟣ Symbol (U+27E3): Meaning, Unicode & LaTeX",
      "description": "Copy ⟣ (U+27E3), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟣; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟣ as U+27E3; for structured equations, use ⟣ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Concave-Sided Diamond with Rightwards Tick."
    ],
    "searchIntents": [
      "White Concave-Sided Diamond with Rightwards Tick symbol meaning",
      "White Concave-Sided Diamond with Rightwards Tick copy and paste",
      "White Concave-Sided Diamond with Rightwards Tick LaTeX",
      "White Concave-Sided Diamond with Rightwards Tick Unicode",
      "how to type White Concave-Sided Diamond with Rightwards Tick"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟣ in plain text when a Unicode character is appropriate and the destination preserves U+27E3.",
      "Use ⟣ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Concave-Sided Diamond with Rightwards Tick is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "reversed-angle-with-underbar",
    "symbol": "⦥",
    "slug": "reversed-angle-with-underbar",
    "name": "Reversed Angle with Underbar",
    "aliases": [
      "reversed angle with underbar"
    ],
    "unicode": "U+29A5",
    "htmlEntity": "",
    "htmlDecimal": "&#10661;",
    "latex": "⦥",
    "mathml": "<mo>⦥</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦥ is named reversed angle with underbar and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦥ only when the source or field defines this exact symbol. For Reversed Angle with Underbar (⦥), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "reversed angle with underbar",
    "examples": [
      "A ⦥ B",
      "x ⦥ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 29A5 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for reversed angle with underbar.",
      "word": "Type 29A5, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦥ or use Insert → Special characters. For structured math, use the equation editor and verify ⦥.",
      "excel": "Paste ⦥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Reversed Angle with Underbar (⦥): Meaning, Examples & LaTeX",
      "description": "Copy ⦥ (U+29A5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦥; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦥ as U+29A5; for structured equations, use ⦥ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Reversed Angle with Underbar."
    ],
    "searchIntents": [
      "Reversed Angle with Underbar symbol meaning",
      "Reversed Angle with Underbar copy and paste",
      "Reversed Angle with Underbar LaTeX",
      "Reversed Angle with Underbar Unicode",
      "how to type Reversed Angle with Underbar"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦥ in plain text when a Unicode character is appropriate and the destination preserves U+29A5.",
      "Use ⦥ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Reversed Angle with Underbar is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "plus-sign-with-circumflex-accent-above",
    "symbol": "⨣",
    "slug": "plus-sign-with-circumflex-accent-above",
    "name": "Plus Sign with Circumflex Accent Above",
    "aliases": [
      "plus sign with circumflex accent above"
    ],
    "unicode": "U+2A23",
    "htmlEntity": "",
    "htmlDecimal": "&#10787;",
    "latex": "⨣",
    "mathml": "<mo>⨣</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨣ is named plus sign with circumflex accent above and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨣ only when the source or field defines this exact symbol. For Plus Sign with Circumflex Accent Above (⨣), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "plus sign with circumflex accent above",
    "examples": [
      "A ⨣ B",
      "x ⨣ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A23 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for plus sign with circumflex accent above.",
      "word": "Type 2A23, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨣ or use Insert → Special characters. For structured math, use the equation editor and verify ⨣.",
      "excel": "Paste ⨣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⨣ Symbol: Plus Sign with Circumflex Accent Above, Unicode & LaTeX",
      "description": "Copy ⨣, learn the meaning and semantic role of plus sign with circumflex accent above, and get Unicode, LaTeX (⨣), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨣ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨣ only when the source or field defines this exact symbol. For Plus Sign with Circumflex Accent Above (⨣), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨣ as U+2A23; for structured equations, use ⨣ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Plus Sign with Circumflex Accent Above."
    ],
    "searchIntents": [
      "Plus Sign with Circumflex Accent Above symbol meaning",
      "Plus Sign with Circumflex Accent Above copy and paste",
      "Plus Sign with Circumflex Accent Above LaTeX",
      "Plus Sign with Circumflex Accent Above Unicode",
      "how to type Plus Sign with Circumflex Accent Above"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Plus Sign with Circumflex Accent Above against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨣ in plain text when a Unicode character is appropriate and the destination preserves U+2A23.",
      "Use ⨣ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Plus Sign with Circumflex Accent Above is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "accent",
    "primaryIntent": "apply the accent to the intended mathematical object without losing structure",
    "semanticRole": "A combining or accent mark that modifies the mathematical object beneath or beside it.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "north-west-arrow-with-hook",
    "symbol": "⤣",
    "slug": "north-west-arrow-with-hook",
    "name": "North West Arrow with Hook",
    "aliases": [
      "north west arrow with hook"
    ],
    "unicode": "U+2923",
    "htmlEntity": "",
    "htmlDecimal": "&#10531;",
    "latex": "⤣",
    "mathml": "<mo>⤣</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤣ is named north west arrow with hook and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤣ only when the source or field defines this exact symbol. For North West Arrow with Hook (⤣), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "north west arrow with hook",
    "examples": [
      "A ⤣ B",
      "x ⤣ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2923 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for north west arrow with hook.",
      "word": "Type 2923, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤣ or use Insert → Special characters. For structured math, use the equation editor and verify ⤣.",
      "excel": "Paste ⤣ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "North West Arrow with Hook (⤣): Meaning, Examples & LaTeX",
      "description": "Copy ⤣ (U+2923), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤣; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤣ as U+2923; for structured equations, use ⤣ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is North West Arrow with Hook."
    ],
    "searchIntents": [
      "North West Arrow with Hook symbol meaning",
      "North West Arrow with Hook copy and paste",
      "North West Arrow with Hook LaTeX",
      "North West Arrow with Hook Unicode",
      "how to type North West Arrow with Hook"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤣ in plain text when a Unicode character is appropriate and the destination preserves U+2923.",
      "Use ⤣ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when North West Arrow with Hook is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-square-with-leftwards-tick",
    "symbol": "⟤",
    "slug": "white-square-with-leftwards-tick",
    "name": "White Square with Leftwards Tick",
    "aliases": [
      "white square with leftwards tick"
    ],
    "unicode": "U+27E4",
    "htmlEntity": "",
    "htmlDecimal": "&#10212;",
    "latex": "⟤",
    "mathml": "<mo>⟤</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟤ is named white square with leftwards tick and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟤ only when the source or field defines this exact symbol. For White Square with Leftwards Tick (⟤), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "white square with leftwards tick",
    "examples": [
      "A ⟤ B",
      "x ⟤ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27E4 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for white square with leftwards tick.",
      "word": "Type 27E4, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟤ or use Insert → Special characters. For structured math, use the equation editor and verify ⟤.",
      "excel": "Paste ⟤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "White Square with Leftwards Tick (⟤): Meaning, Examples & LaTeX",
      "description": "Copy ⟤ (U+27E4), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟤; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟤ as U+27E4; for structured equations, use ⟤ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Square with Leftwards Tick."
    ],
    "searchIntents": [
      "White Square with Leftwards Tick symbol meaning",
      "White Square with Leftwards Tick copy and paste",
      "White Square with Leftwards Tick LaTeX",
      "White Square with Leftwards Tick Unicode",
      "how to type White Square with Leftwards Tick"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟤ in plain text when a Unicode character is appropriate and the destination preserves U+27E4.",
      "Use ⟤ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Square with Leftwards Tick is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "oblique-angle-opening-up",
    "symbol": "⦦",
    "slug": "oblique-angle-opening-up",
    "name": "Oblique Angle Opening Up",
    "aliases": [
      "oblique angle opening up"
    ],
    "unicode": "U+29A6",
    "htmlEntity": "",
    "htmlDecimal": "&#10662;",
    "latex": "⦦",
    "mathml": "<mo>⦦</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦦ is named oblique angle opening up and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦦ only when the source or field defines this exact symbol. For Oblique Angle Opening Up (⦦), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "oblique angle opening up",
    "examples": [
      "A ⦦ B",
      "x ⦦ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 29A6 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for oblique angle opening up.",
      "word": "Type 29A6, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦦, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦦, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦦ or use Insert → Special characters. For structured math, use the equation editor and verify ⦦.",
      "excel": "Paste ⦦ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Oblique Angle Opening Up (⦦): Meaning, Examples & LaTeX",
      "description": "Copy ⦦ (U+29A6), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦦; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦦ as U+29A6; for structured equations, use ⦦ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Oblique Angle Opening Up."
    ],
    "searchIntents": [
      "Oblique Angle Opening Up symbol meaning",
      "Oblique Angle Opening Up copy and paste",
      "Oblique Angle Opening Up LaTeX",
      "Oblique Angle Opening Up Unicode",
      "how to type Oblique Angle Opening Up"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦦ in plain text when a Unicode character is appropriate and the destination preserves U+29A6.",
      "Use ⦦ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Oblique Angle Opening Up is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "plus-sign-with-tilde-above",
    "symbol": "⨤",
    "slug": "plus-sign-with-tilde-above",
    "name": "Plus Sign with Tilde Above",
    "aliases": [
      "plus sign with tilde above"
    ],
    "unicode": "U+2A24",
    "htmlEntity": "",
    "htmlDecimal": "&#10788;",
    "latex": "⨤",
    "mathml": "<mo>⨤</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨤ is named plus sign with tilde above and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨤ only when the source or field defines this exact symbol. For Plus Sign with Tilde Above (⨤), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "plus sign with tilde above",
    "examples": [
      "A ⨤ B",
      "x ⨤ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A24 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for plus sign with tilde above.",
      "word": "Type 2A24, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨤ or use Insert → Special characters. For structured math, use the equation editor and verify ⨤.",
      "excel": "Paste ⨤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Plus Sign with Tilde Above (⨤): Meaning, Unicode & LaTeX",
      "description": "Copy ⨤, learn the meaning and semantic role of plus sign with tilde above, and get Unicode, LaTeX (⨤), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨤ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨤ only when the source or field defines this exact symbol. For Plus Sign with Tilde Above (⨤), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨤ as U+2A24; for structured equations, use ⨤ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Plus Sign with Tilde Above."
    ],
    "searchIntents": [
      "Plus Sign with Tilde Above symbol meaning",
      "Plus Sign with Tilde Above copy and paste",
      "Plus Sign with Tilde Above LaTeX",
      "Plus Sign with Tilde Above Unicode",
      "how to type Plus Sign with Tilde Above"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Plus Sign with Tilde Above against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨤ in plain text when a Unicode character is appropriate and the destination preserves U+2A24.",
      "Use ⨤ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Plus Sign with Tilde Above is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "accent",
    "primaryIntent": "apply the accent to the intended mathematical object without losing structure",
    "semanticRole": "A combining or accent mark that modifies the mathematical object beneath or beside it.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "north-east-arrow-with-hook",
    "symbol": "⤤",
    "slug": "north-east-arrow-with-hook",
    "name": "North East Arrow with Hook",
    "aliases": [
      "north east arrow with hook"
    ],
    "unicode": "U+2924",
    "htmlEntity": "",
    "htmlDecimal": "&#10532;",
    "latex": "⤤",
    "mathml": "<mo>⤤</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤤ is named north east arrow with hook and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤤ only when the source or field defines this exact symbol. For North East Arrow with Hook (⤤), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "north east arrow with hook",
    "examples": [
      "A ⤤ B",
      "x ⤤ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2924 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for north east arrow with hook.",
      "word": "Type 2924, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤤ or use Insert → Special characters. For structured math, use the equation editor and verify ⤤.",
      "excel": "Paste ⤤ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "North East Arrow with Hook (⤤): Meaning, Examples & LaTeX",
      "description": "Copy ⤤ (U+2924), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤤; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤤ as U+2924; for structured equations, use ⤤ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is North East Arrow with Hook."
    ],
    "searchIntents": [
      "North East Arrow with Hook symbol meaning",
      "North East Arrow with Hook copy and paste",
      "North East Arrow with Hook LaTeX",
      "North East Arrow with Hook Unicode",
      "how to type North East Arrow with Hook"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤤ in plain text when a Unicode character is appropriate and the destination preserves U+2924.",
      "Use ⤤ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when North East Arrow with Hook is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "white-square-with-rightwards-tick",
    "symbol": "⟥",
    "slug": "white-square-with-rightwards-tick",
    "name": "White Square with Rightwards Tick",
    "aliases": [
      "white square with rightwards tick"
    ],
    "unicode": "U+27E5",
    "htmlEntity": "",
    "htmlDecimal": "&#10213;",
    "latex": "⟥",
    "mathml": "<mo>⟥</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟥ is named white square with rightwards tick and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟥ only when the source or field defines this exact symbol. For White Square with Rightwards Tick (⟥), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "white square with rightwards tick",
    "examples": [
      "A ⟥ B",
      "x ⟥ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27E5 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for white square with rightwards tick.",
      "word": "Type 27E5, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟥ or use Insert → Special characters. For structured math, use the equation editor and verify ⟥.",
      "excel": "Paste ⟥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "White Square with Rightwards Tick (⟥): Meaning, Examples & LaTeX",
      "description": "Copy ⟥ (U+27E5), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟥; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟥ as U+27E5; for structured equations, use ⟥ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is White Square with Rightwards Tick."
    ],
    "searchIntents": [
      "White Square with Rightwards Tick symbol meaning",
      "White Square with Rightwards Tick copy and paste",
      "White Square with Rightwards Tick LaTeX",
      "White Square with Rightwards Tick Unicode",
      "how to type White Square with Rightwards Tick"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟥ in plain text when a Unicode character is appropriate and the destination preserves U+27E5.",
      "Use ⟥ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when White Square with Rightwards Tick is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "oblique-angle-opening-down",
    "symbol": "⦧",
    "slug": "oblique-angle-opening-down",
    "name": "Oblique Angle Opening Down",
    "aliases": [
      "oblique angle opening down"
    ],
    "unicode": "U+29A7",
    "htmlEntity": "",
    "htmlDecimal": "&#10663;",
    "latex": "⦧",
    "mathml": "<mo>⦧</mo>",
    "categories": [
      "discrete-math",
      "geometry"
    ],
    "meaning": "The Unicode character ⦧ is named oblique angle opening down and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⦧ only when the source or field defines this exact symbol. For Oblique Angle Opening Down (⦧), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "oblique angle opening down",
    "examples": [
      "A ⦧ B",
      "x ⦧ y"
    ],
    "relatedSymbols": [
      "summation",
      "element-of"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 29A7 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for oblique angle opening down.",
      "word": "Type 29A7, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⦧, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⦧, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⦧ or use Insert → Special characters. For structured math, use the equation editor and verify ⦧.",
      "excel": "Paste ⦧ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Oblique Angle Opening Down (⦧): Meaning, Examples & LaTeX",
      "description": "Copy ⦧ (U+29A7), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Preserve the orientation and decoration of ⦧; in geometry a rotated, barred, or marked symbol can represent a different relation or object.",
      "For plain text, copy ⦧ as U+29A7; for structured equations, use ⦧ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Oblique Angle Opening Down."
    ],
    "searchIntents": [
      "Oblique Angle Opening Down symbol meaning",
      "Oblique Angle Opening Down copy and paste",
      "Oblique Angle Opening Down LaTeX",
      "Oblique Angle Opening Down Unicode",
      "how to type Oblique Angle Opening Down"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "useCases": [
      "Use ⦧ in plain text when a Unicode character is appropriate and the destination preserves U+29A7.",
      "Use ⦧ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Oblique Angle Opening Down is used in discrete math, geometry with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Discrete Mathematics Symbols",
      "Geometry Symbols"
    ],
    "confusableCharacters": [
      "∑ — Summation",
      "∈ — Element Of"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "plus-sign-with-dot-below",
    "symbol": "⨥",
    "slug": "plus-sign-with-dot-below",
    "name": "Plus Sign with Dot Below",
    "aliases": [
      "plus sign with dot below"
    ],
    "unicode": "U+2A25",
    "htmlEntity": "",
    "htmlDecimal": "&#10789;",
    "latex": "⨥",
    "mathml": "<mo>⨥</mo>",
    "categories": [
      "calculus",
      "algebra"
    ],
    "meaning": "The Unicode character ⨥ is named plus sign with dot below and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⨥ only when the source or field defines this exact symbol. For Plus Sign with Dot Below (⨥), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "plus sign with dot below",
    "examples": [
      "A ⨥ B",
      "x ⨥ y"
    ],
    "relatedSymbols": [
      "integral",
      "partial-derivative"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2A25 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for plus sign with dot below.",
      "word": "Type 2A25, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⨥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⨥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⨥ or use Insert → Special characters. For structured math, use the equation editor and verify ⨥.",
      "excel": "Paste ⨥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Plus Sign with Dot Below (⨥): Meaning, Examples & LaTeX",
      "description": "Copy ⨥ (U+2A25), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Check whether ⨥ is acting as an operator, differential, index, or variable in the surrounding expression; Use ⨥ only when the source or field defines this exact symbol. For Plus Sign with Dot Below (⨥), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
      "For plain text, copy ⨥ as U+2A25; for structured equations, use ⨥ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Plus Sign with Dot Below."
    ],
    "searchIntents": [
      "Plus Sign with Dot Below symbol meaning",
      "Plus Sign with Dot Below copy and paste",
      "Plus Sign with Dot Below LaTeX",
      "Plus Sign with Dot Below Unicode",
      "how to type Plus Sign with Dot Below"
    ],
    "reviewedAt": "2026-07-26",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "core",
    "reviewMethod": "Checked Plus Sign with Dot Below against its Unicode identity, LaTeX representation, HTML serialization, MathML token, and copy-and-paste behavior.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts",
      "unicode-tr25",
      "latex-project",
      "mathml-core"
    ],
    "lookAlikes": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "useCases": [
      "Use ⨥ in plain text when a Unicode character is appropriate and the destination preserves U+2A25.",
      "Use ⨥ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Plus Sign with Dot Below is used in calculus, algebra with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Calculus Symbols",
      "Algebra Symbols"
    ],
    "confusableCharacters": [
      "∫ — Integral",
      "∂ — Partial Derivative"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "south-east-arrow-with-hook",
    "symbol": "⤥",
    "slug": "south-east-arrow-with-hook",
    "name": "South East Arrow with Hook",
    "aliases": [
      "south east arrow with hook"
    ],
    "unicode": "U+2925",
    "htmlEntity": "",
    "htmlDecimal": "&#10533;",
    "latex": "⤥",
    "mathml": "<mo>⤥</mo>",
    "categories": [
      "arrows",
      "logic"
    ],
    "meaning": "The Unicode character ⤥ is named south east arrow with hook and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⤥ only when the source or field defines this exact symbol. For South East Arrow with Hook (⤥), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "south east arrow with hook",
    "examples": [
      "A ⤥ B",
      "x ⤥ y"
    ],
    "relatedSymbols": [
      "right-arrow",
      "left-arrow"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 2925 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for south east arrow with hook.",
      "word": "Type 2925, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⤥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⤥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⤥ or use Insert → Special characters. For structured math, use the equation editor and verify ⤥.",
      "excel": "Paste ⤥ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "South East Arrow with Hook (⤥): Meaning, Examples & LaTeX",
      "description": "Copy ⤥ (U+2925), learn its mathematical relation or operator role, compare examples, and get LaTeX, HTML, MathML, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⤥; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⤥ as U+2925; for structured equations, use ⤥ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is South East Arrow with Hook."
    ],
    "searchIntents": [
      "South East Arrow with Hook symbol meaning",
      "South East Arrow with Hook copy and paste",
      "South East Arrow with Hook LaTeX",
      "South East Arrow with Hook Unicode",
      "how to type South East Arrow with Hook"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "useCases": [
      "Use ⤥ in plain text when a Unicode character is appropriate and the destination preserves U+2925.",
      "Use ⤥ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when South East Arrow with Hook is used in arrows, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "operator",
    "primaryIntent": "understand the operation or relation, see a valid example, and copy the correct notation",
    "semanticRole": "An operator, relation, connective, or notation mark whose meaning depends on its operands and context.",
    "commonDomains": [
      "Arrows",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "→ — Right Arrow",
      "← — Left Arrow"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "mathematical-left-white-tortoise-shell-bracket",
    "symbol": "⟬",
    "slug": "mathematical-left-white-tortoise-shell-bracket",
    "name": "Mathematical Left White Tortoise Shell Bracket",
    "aliases": [
      "mathematical left white tortoise shell bracket"
    ],
    "unicode": "U+27EC",
    "htmlEntity": "",
    "htmlDecimal": "&#10220;",
    "latex": "⟬",
    "mathml": "<mo>⟬</mo>",
    "categories": [
      "topology",
      "logic"
    ],
    "meaning": "The Unicode character ⟬ is named mathematical left white tortoise shell bracket and is used as a specialized mathematical sign in contexts where its exact shape carries meaning.",
    "usage": "Use ⟬ only when the source or field defines this exact symbol. For Mathematical Left White Tortoise Shell Bracket (⟬), in portable equation source, keep the character or an equivalent LaTeX command together with a written definition because visually similar signs can represent different relations or operators.",
    "pronunciation": "mathematical left white tortoise shell bracket",
    "examples": [
      "A ⟬ B",
      "x ⟬ y"
    ],
    "relatedSymbols": [
      "element-of",
      "subset-or-equal"
    ],
    "platformInput": {
      "windows": "Open Character Map or enter Unicode 27EC in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical left white tortoise shell bracket.",
      "word": "Type 27EC, then press Alt+X in Word where supported.",
      "iPhone": "Copy and paste ⟬, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste ⟬, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste ⟬ or use Insert → Special characters. For structured math, use the equation editor and verify ⟬.",
      "excel": "Paste ⟬ into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "⟬ Symbol (U+27EC): Meaning, Unicode & LaTeX",
      "description": "Copy ⟬ (U+27EC), learn how it groups or delimits expressions, and get LaTeX, HTML, MathML, examples, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Define the logical convention before using ⟬; proof, programming, and Boolean-algebra sources may assign different precedence or direction.",
      "For plain text, copy ⟬ as U+27EC; for structured equations, use ⟬ in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Mathematical Left White Tortoise Shell Bracket."
    ],
    "searchIntents": [
      "Mathematical Left White Tortoise Shell Bracket symbol meaning",
      "Mathematical Left White Tortoise Shell Bracket copy and paste",
      "Mathematical Left White Tortoise Shell Bracket LaTeX",
      "Mathematical Left White Tortoise Shell Bracket Unicode",
      "how to type Mathematical Left White Tortoise Shell Bracket"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "specialist",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "useCases": [
      "Use ⟬ in plain text when a Unicode character is appropriate and the destination preserves U+27EC.",
      "Use ⟬ in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Mathematical Left White Tortoise Shell Bracket is used in topology, logic with a field-specific convention."
    ],
    "compatibilityNotes": "Glyph shape can vary by font. Verify the code point after copying, and prefer LaTeX or MathML for structured equations.",
    "symbolType": "delimiter",
    "primaryIntent": "understand how the delimiter groups an expression and copy the correct character",
    "semanticRole": "A delimiter that groups, encloses, evaluates, or separates mathematical expressions.",
    "commonDomains": [
      "Topology Symbols",
      "Logic Symbols"
    ],
    "confusableCharacters": [
      "∈ — Element Of",
      "⊆ — Subset or Equal To"
    ],
    "mathmlTokenType": "mo"
  },
  {
    "id": "mathematical-bold-capital-a",
    "symbol": "𝐀",
    "slug": "mathematical-bold-capital-a",
    "name": "Bold Capital A",
    "aliases": [
      "mathematical bold capital a"
    ],
    "unicode": "U+1D400",
    "htmlEntity": "",
    "htmlDecimal": "&#119808;",
    "latex": "𝐀",
    "mathml": "<mi>𝐀</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐀 is the Unicode character named mathematical bold capital a. For Bold Capital A (𝐀), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐀 when the source convention requires this exact character. For Bold Capital A (𝐀), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital a",
    "examples": [
      "𝐀 = x",
      "f(𝐀)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D400 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital a.",
      "word": "Type 1D400, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐀 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐀.",
      "excel": "Paste 𝐀 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital A (𝐀): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐀, learn the meaning and semantic role of bold capital a, and get Unicode, LaTeX (𝐀), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐀; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐀 as U+1D400; for structured equations, use 𝐀 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital A."
    ],
    "searchIntents": [
      "Bold Capital A symbol meaning",
      "Bold Capital A copy and paste",
      "Bold Capital A LaTeX",
      "Bold Capital A Unicode",
      "how to type Bold Capital A"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐀 in plain text when a Unicode character is appropriate and the destination preserves U+1D400.",
      "Use 𝐀 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital A is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-b",
    "symbol": "𝐁",
    "slug": "mathematical-bold-capital-b",
    "name": "Bold Capital B",
    "aliases": [
      "mathematical bold capital b"
    ],
    "unicode": "U+1D401",
    "htmlEntity": "",
    "htmlDecimal": "&#119809;",
    "latex": "𝐁",
    "mathml": "<mi>𝐁</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐁 is the Unicode character named mathematical bold capital b. For Bold Capital B (𝐁), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐁 when the source convention requires this exact character. For Bold Capital B (𝐁), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital b",
    "examples": [
      "𝐁 = x",
      "f(𝐁)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D401 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital b.",
      "word": "Type 1D401, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐁 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐁.",
      "excel": "Paste 𝐁 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital B (𝐁): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐁, learn the meaning and semantic role of bold capital b, and get Unicode, LaTeX (𝐁), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐁; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐁 as U+1D401; for structured equations, use 𝐁 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital B."
    ],
    "searchIntents": [
      "Bold Capital B symbol meaning",
      "Bold Capital B copy and paste",
      "Bold Capital B LaTeX",
      "Bold Capital B Unicode",
      "how to type Bold Capital B"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐁 in plain text when a Unicode character is appropriate and the destination preserves U+1D401.",
      "Use 𝐁 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital B is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-c",
    "symbol": "𝐂",
    "slug": "mathematical-bold-capital-c",
    "name": "Bold Capital C",
    "aliases": [
      "mathematical bold capital c"
    ],
    "unicode": "U+1D402",
    "htmlEntity": "",
    "htmlDecimal": "&#119810;",
    "latex": "𝐂",
    "mathml": "<mi>𝐂</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐂 is the Unicode character named mathematical bold capital c. For Bold Capital C (𝐂), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐂 when the source convention requires this exact character. For Bold Capital C (𝐂), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital c",
    "examples": [
      "𝐂 = x",
      "f(𝐂)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D402 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital c.",
      "word": "Type 1D402, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐂 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐂.",
      "excel": "Paste 𝐂 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital C (𝐂): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐂, learn the meaning and semantic role of bold capital c, and get Unicode, LaTeX (𝐂), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐂; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐂 as U+1D402; for structured equations, use 𝐂 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital C."
    ],
    "searchIntents": [
      "Bold Capital C symbol meaning",
      "Bold Capital C copy and paste",
      "Bold Capital C LaTeX",
      "Bold Capital C Unicode",
      "how to type Bold Capital C"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐂 in plain text when a Unicode character is appropriate and the destination preserves U+1D402.",
      "Use 𝐂 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital C is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-d",
    "symbol": "𝐃",
    "slug": "mathematical-bold-capital-d",
    "name": "Bold Capital D",
    "aliases": [
      "mathematical bold capital d"
    ],
    "unicode": "U+1D403",
    "htmlEntity": "",
    "htmlDecimal": "&#119811;",
    "latex": "𝐃",
    "mathml": "<mi>𝐃</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐃 is the Unicode character named mathematical bold capital d. For Bold Capital D (𝐃), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐃 when the source convention requires this exact character. For Bold Capital D (𝐃), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital d",
    "examples": [
      "𝐃 = x",
      "f(𝐃)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D403 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital d.",
      "word": "Type 1D403, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐃 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐃.",
      "excel": "Paste 𝐃 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital D (𝐃): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐃, learn the meaning and semantic role of bold capital d, and get Unicode, LaTeX (𝐃), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐃; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐃 as U+1D403; for structured equations, use 𝐃 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital D."
    ],
    "searchIntents": [
      "Bold Capital D symbol meaning",
      "Bold Capital D copy and paste",
      "Bold Capital D LaTeX",
      "Bold Capital D Unicode",
      "how to type Bold Capital D"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐃 in plain text when a Unicode character is appropriate and the destination preserves U+1D403.",
      "Use 𝐃 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital D is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-e",
    "symbol": "𝐄",
    "slug": "mathematical-bold-capital-e",
    "name": "Bold Capital E",
    "aliases": [
      "mathematical bold capital e"
    ],
    "unicode": "U+1D404",
    "htmlEntity": "",
    "htmlDecimal": "&#119812;",
    "latex": "𝐄",
    "mathml": "<mi>𝐄</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐄 is the Unicode character named mathematical bold capital e. For Bold Capital E (𝐄), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐄 when the source convention requires this exact character. For Bold Capital E (𝐄), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital e",
    "examples": [
      "𝐄 = x",
      "f(𝐄)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D404 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital e.",
      "word": "Type 1D404, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐄 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐄.",
      "excel": "Paste 𝐄 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital E (𝐄): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐄, learn the meaning and semantic role of bold capital e, and get Unicode, LaTeX (𝐄), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐄; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐄 as U+1D404; for structured equations, use 𝐄 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital E."
    ],
    "searchIntents": [
      "Bold Capital E symbol meaning",
      "Bold Capital E copy and paste",
      "Bold Capital E LaTeX",
      "Bold Capital E Unicode",
      "how to type Bold Capital E"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐄 in plain text when a Unicode character is appropriate and the destination preserves U+1D404.",
      "Use 𝐄 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital E is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-f",
    "symbol": "𝐅",
    "slug": "mathematical-bold-capital-f",
    "name": "Bold Capital F",
    "aliases": [
      "mathematical bold capital f"
    ],
    "unicode": "U+1D405",
    "htmlEntity": "",
    "htmlDecimal": "&#119813;",
    "latex": "𝐅",
    "mathml": "<mi>𝐅</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐅 is the Unicode character named mathematical bold capital f. For Bold Capital F (𝐅), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐅 when the source convention requires this exact character. For Bold Capital F (𝐅), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital f",
    "examples": [
      "𝐅 = x",
      "f(𝐅)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D405 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital f.",
      "word": "Type 1D405, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐅 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐅.",
      "excel": "Paste 𝐅 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital F (𝐅): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐅, learn the meaning and semantic role of bold capital f, and get Unicode, LaTeX (𝐅), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐅; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐅 as U+1D405; for structured equations, use 𝐅 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital F."
    ],
    "searchIntents": [
      "Bold Capital F symbol meaning",
      "Bold Capital F copy and paste",
      "Bold Capital F LaTeX",
      "Bold Capital F Unicode",
      "how to type Bold Capital F"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐅 in plain text when a Unicode character is appropriate and the destination preserves U+1D405.",
      "Use 𝐅 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital F is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-g",
    "symbol": "𝐆",
    "slug": "mathematical-bold-capital-g",
    "name": "Bold Capital G",
    "aliases": [
      "mathematical bold capital g"
    ],
    "unicode": "U+1D406",
    "htmlEntity": "",
    "htmlDecimal": "&#119814;",
    "latex": "𝐆",
    "mathml": "<mi>𝐆</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐆 is the Unicode character named mathematical bold capital g. For Bold Capital G (𝐆), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐆 when the source convention requires this exact character. For Bold Capital G (𝐆), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital g",
    "examples": [
      "𝐆 = x",
      "f(𝐆)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D406 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital g.",
      "word": "Type 1D406, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐆 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐆.",
      "excel": "Paste 𝐆 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital G (𝐆): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐆, learn the meaning and semantic role of bold capital g, and get Unicode, LaTeX (𝐆), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐆; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐆 as U+1D406; for structured equations, use 𝐆 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital G."
    ],
    "searchIntents": [
      "Bold Capital G symbol meaning",
      "Bold Capital G copy and paste",
      "Bold Capital G LaTeX",
      "Bold Capital G Unicode",
      "how to type Bold Capital G"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐆 in plain text when a Unicode character is appropriate and the destination preserves U+1D406.",
      "Use 𝐆 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital G is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-h",
    "symbol": "𝐇",
    "slug": "mathematical-bold-capital-h",
    "name": "Bold Capital H",
    "aliases": [
      "mathematical bold capital h"
    ],
    "unicode": "U+1D407",
    "htmlEntity": "",
    "htmlDecimal": "&#119815;",
    "latex": "𝐇",
    "mathml": "<mi>𝐇</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐇 is the Unicode character named mathematical bold capital h. For Bold Capital H (𝐇), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐇 when the source convention requires this exact character. For Bold Capital H (𝐇), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital h",
    "examples": [
      "𝐇 = x",
      "f(𝐇)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D407 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital h.",
      "word": "Type 1D407, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐇 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐇.",
      "excel": "Paste 𝐇 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital H (𝐇): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐇, learn the meaning and semantic role of bold capital h, and get Unicode, LaTeX (𝐇), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐇; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐇 as U+1D407; for structured equations, use 𝐇 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital H."
    ],
    "searchIntents": [
      "Bold Capital H symbol meaning",
      "Bold Capital H copy and paste",
      "Bold Capital H LaTeX",
      "Bold Capital H Unicode",
      "how to type Bold Capital H"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐇 in plain text when a Unicode character is appropriate and the destination preserves U+1D407.",
      "Use 𝐇 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital H is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-i",
    "symbol": "𝐈",
    "slug": "mathematical-bold-capital-i",
    "name": "Bold Capital I",
    "aliases": [
      "mathematical bold capital i"
    ],
    "unicode": "U+1D408",
    "htmlEntity": "",
    "htmlDecimal": "&#119816;",
    "latex": "𝐈",
    "mathml": "<mi>𝐈</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐈 is the Unicode character named mathematical bold capital i. For Bold Capital I (𝐈), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐈 when the source convention requires this exact character. For Bold Capital I (𝐈), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital i",
    "examples": [
      "𝐈 = x",
      "f(𝐈)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D408 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital i.",
      "word": "Type 1D408, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐈 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐈.",
      "excel": "Paste 𝐈 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital I (𝐈): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐈, learn the meaning and semantic role of bold capital i, and get Unicode, LaTeX (𝐈), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐈; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐈 as U+1D408; for structured equations, use 𝐈 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital I."
    ],
    "searchIntents": [
      "Bold Capital I symbol meaning",
      "Bold Capital I copy and paste",
      "Bold Capital I LaTeX",
      "Bold Capital I Unicode",
      "how to type Bold Capital I"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐈 in plain text when a Unicode character is appropriate and the destination preserves U+1D408.",
      "Use 𝐈 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital I is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-j",
    "symbol": "𝐉",
    "slug": "mathematical-bold-capital-j",
    "name": "Bold Capital J",
    "aliases": [
      "mathematical bold capital j"
    ],
    "unicode": "U+1D409",
    "htmlEntity": "",
    "htmlDecimal": "&#119817;",
    "latex": "𝐉",
    "mathml": "<mi>𝐉</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐉 is the Unicode character named mathematical bold capital j. For Bold Capital J (𝐉), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐉 when the source convention requires this exact character. For Bold Capital J (𝐉), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital j",
    "examples": [
      "𝐉 = x",
      "f(𝐉)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D409 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital j.",
      "word": "Type 1D409, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐉 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐉.",
      "excel": "Paste 𝐉 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital J (𝐉): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐉, learn the meaning and semantic role of bold capital j, and get Unicode, LaTeX (𝐉), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐉; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐉 as U+1D409; for structured equations, use 𝐉 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital J."
    ],
    "searchIntents": [
      "Bold Capital J symbol meaning",
      "Bold Capital J copy and paste",
      "Bold Capital J LaTeX",
      "Bold Capital J Unicode",
      "how to type Bold Capital J"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐉 in plain text when a Unicode character is appropriate and the destination preserves U+1D409.",
      "Use 𝐉 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital J is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-k",
    "symbol": "𝐊",
    "slug": "mathematical-bold-capital-k",
    "name": "Bold Capital K",
    "aliases": [
      "mathematical bold capital k"
    ],
    "unicode": "U+1D40A",
    "htmlEntity": "",
    "htmlDecimal": "&#119818;",
    "latex": "𝐊",
    "mathml": "<mi>𝐊</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐊 is the Unicode character named mathematical bold capital k. For Bold Capital K (𝐊), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐊 when the source convention requires this exact character. For Bold Capital K (𝐊), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital k",
    "examples": [
      "𝐊 = x",
      "f(𝐊)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D40A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital k.",
      "word": "Type 1D40A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐊 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐊.",
      "excel": "Paste 𝐊 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital K (𝐊): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐊, learn the meaning and semantic role of bold capital k, and get Unicode, LaTeX (𝐊), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐊; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐊 as U+1D40A; for structured equations, use 𝐊 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital K."
    ],
    "searchIntents": [
      "Bold Capital K symbol meaning",
      "Bold Capital K copy and paste",
      "Bold Capital K LaTeX",
      "Bold Capital K Unicode",
      "how to type Bold Capital K"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐊 in plain text when a Unicode character is appropriate and the destination preserves U+1D40A.",
      "Use 𝐊 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital K is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-l",
    "symbol": "𝐋",
    "slug": "mathematical-bold-capital-l",
    "name": "Bold Capital L",
    "aliases": [
      "mathematical bold capital l"
    ],
    "unicode": "U+1D40B",
    "htmlEntity": "",
    "htmlDecimal": "&#119819;",
    "latex": "𝐋",
    "mathml": "<mi>𝐋</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐋 is the Unicode character named mathematical bold capital l. For Bold Capital L (𝐋), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐋 when the source convention requires this exact character. For Bold Capital L (𝐋), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital l",
    "examples": [
      "𝐋 = x",
      "f(𝐋)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D40B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital l.",
      "word": "Type 1D40B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐋 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐋.",
      "excel": "Paste 𝐋 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital L (𝐋): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐋, learn the meaning and semantic role of bold capital l, and get Unicode, LaTeX (𝐋), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐋; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐋 as U+1D40B; for structured equations, use 𝐋 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital L."
    ],
    "searchIntents": [
      "Bold Capital L symbol meaning",
      "Bold Capital L copy and paste",
      "Bold Capital L LaTeX",
      "Bold Capital L Unicode",
      "how to type Bold Capital L"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐋 in plain text when a Unicode character is appropriate and the destination preserves U+1D40B.",
      "Use 𝐋 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital L is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-m",
    "symbol": "𝐌",
    "slug": "mathematical-bold-capital-m",
    "name": "Bold Capital M",
    "aliases": [
      "mathematical bold capital m"
    ],
    "unicode": "U+1D40C",
    "htmlEntity": "",
    "htmlDecimal": "&#119820;",
    "latex": "𝐌",
    "mathml": "<mi>𝐌</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐌 is the Unicode character named mathematical bold capital m. For Bold Capital M (𝐌), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐌 when the source convention requires this exact character. For Bold Capital M (𝐌), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital m",
    "examples": [
      "𝐌 = x",
      "f(𝐌)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D40C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital m.",
      "word": "Type 1D40C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐌 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐌.",
      "excel": "Paste 𝐌 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital M (𝐌): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐌, learn the meaning and semantic role of bold capital m, and get Unicode, LaTeX (𝐌), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐌; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐌 as U+1D40C; for structured equations, use 𝐌 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital M."
    ],
    "searchIntents": [
      "Bold Capital M symbol meaning",
      "Bold Capital M copy and paste",
      "Bold Capital M LaTeX",
      "Bold Capital M Unicode",
      "how to type Bold Capital M"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐌 in plain text when a Unicode character is appropriate and the destination preserves U+1D40C.",
      "Use 𝐌 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital M is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-n",
    "symbol": "𝐍",
    "slug": "mathematical-bold-capital-n",
    "name": "Bold Capital N",
    "aliases": [
      "mathematical bold capital n"
    ],
    "unicode": "U+1D40D",
    "htmlEntity": "",
    "htmlDecimal": "&#119821;",
    "latex": "𝐍",
    "mathml": "<mi>𝐍</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐍 is the Unicode character named mathematical bold capital n. For Bold Capital N (𝐍), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐍 when the source convention requires this exact character. For Bold Capital N (𝐍), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital n",
    "examples": [
      "𝐍 = x",
      "f(𝐍)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D40D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital n.",
      "word": "Type 1D40D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐍 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐍.",
      "excel": "Paste 𝐍 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital N (𝐍): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐍, learn the meaning and semantic role of bold capital n, and get Unicode, LaTeX (𝐍), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐍; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐍 as U+1D40D; for structured equations, use 𝐍 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital N."
    ],
    "searchIntents": [
      "Bold Capital N symbol meaning",
      "Bold Capital N copy and paste",
      "Bold Capital N LaTeX",
      "Bold Capital N Unicode",
      "how to type Bold Capital N"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐍 in plain text when a Unicode character is appropriate and the destination preserves U+1D40D.",
      "Use 𝐍 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital N is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-o",
    "symbol": "𝐎",
    "slug": "mathematical-bold-capital-o",
    "name": "Bold Capital O",
    "aliases": [
      "mathematical bold capital o"
    ],
    "unicode": "U+1D40E",
    "htmlEntity": "",
    "htmlDecimal": "&#119822;",
    "latex": "𝐎",
    "mathml": "<mi>𝐎</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐎 is the Unicode character named mathematical bold capital o. For Bold Capital O (𝐎), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐎 when the source convention requires this exact character. For Bold Capital O (𝐎), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital o",
    "examples": [
      "𝐎 = x",
      "f(𝐎)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D40E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital o.",
      "word": "Type 1D40E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐎 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐎.",
      "excel": "Paste 𝐎 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital O (𝐎): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐎, learn the meaning and semantic role of bold capital o, and get Unicode, LaTeX (𝐎), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐎; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐎 as U+1D40E; for structured equations, use 𝐎 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital O."
    ],
    "searchIntents": [
      "Bold Capital O symbol meaning",
      "Bold Capital O copy and paste",
      "Bold Capital O LaTeX",
      "Bold Capital O Unicode",
      "how to type Bold Capital O"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐎 in plain text when a Unicode character is appropriate and the destination preserves U+1D40E.",
      "Use 𝐎 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital O is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-p",
    "symbol": "𝐏",
    "slug": "mathematical-bold-capital-p",
    "name": "Bold Capital P",
    "aliases": [
      "mathematical bold capital p"
    ],
    "unicode": "U+1D40F",
    "htmlEntity": "",
    "htmlDecimal": "&#119823;",
    "latex": "𝐏",
    "mathml": "<mi>𝐏</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐏 is the Unicode character named mathematical bold capital p. For Bold Capital P (𝐏), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐏 when the source convention requires this exact character. For Bold Capital P (𝐏), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital p",
    "examples": [
      "𝐏 = x",
      "f(𝐏)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D40F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital p.",
      "word": "Type 1D40F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐏 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐏.",
      "excel": "Paste 𝐏 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital P (𝐏): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐏, learn the meaning and semantic role of bold capital p, and get Unicode, LaTeX (𝐏), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐏; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐏 as U+1D40F; for structured equations, use 𝐏 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital P."
    ],
    "searchIntents": [
      "Bold Capital P symbol meaning",
      "Bold Capital P copy and paste",
      "Bold Capital P LaTeX",
      "Bold Capital P Unicode",
      "how to type Bold Capital P"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐏 in plain text when a Unicode character is appropriate and the destination preserves U+1D40F.",
      "Use 𝐏 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital P is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-q",
    "symbol": "𝐐",
    "slug": "mathematical-bold-capital-q",
    "name": "Bold Capital Q",
    "aliases": [
      "mathematical bold capital q"
    ],
    "unicode": "U+1D410",
    "htmlEntity": "",
    "htmlDecimal": "&#119824;",
    "latex": "𝐐",
    "mathml": "<mi>𝐐</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐐 is the Unicode character named mathematical bold capital q. For Bold Capital Q (𝐐), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐐 when the source convention requires this exact character. For Bold Capital Q (𝐐), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital q",
    "examples": [
      "𝐐 = x",
      "f(𝐐)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D410 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital q.",
      "word": "Type 1D410, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐐 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐐.",
      "excel": "Paste 𝐐 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital Q (𝐐): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐐, learn the meaning and semantic role of bold capital q, and get Unicode, LaTeX (𝐐), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐐; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐐 as U+1D410; for structured equations, use 𝐐 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital Q."
    ],
    "searchIntents": [
      "Bold Capital Q symbol meaning",
      "Bold Capital Q copy and paste",
      "Bold Capital Q LaTeX",
      "Bold Capital Q Unicode",
      "how to type Bold Capital Q"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐐 in plain text when a Unicode character is appropriate and the destination preserves U+1D410.",
      "Use 𝐐 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital Q is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-r",
    "symbol": "𝐑",
    "slug": "mathematical-bold-capital-r",
    "name": "Bold Capital R",
    "aliases": [
      "mathematical bold capital r"
    ],
    "unicode": "U+1D411",
    "htmlEntity": "",
    "htmlDecimal": "&#119825;",
    "latex": "𝐑",
    "mathml": "<mi>𝐑</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐑 is the Unicode character named mathematical bold capital r. For Bold Capital R (𝐑), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐑 when the source convention requires this exact character. For Bold Capital R (𝐑), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital r",
    "examples": [
      "𝐑 = x",
      "f(𝐑)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D411 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital r.",
      "word": "Type 1D411, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐑 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐑.",
      "excel": "Paste 𝐑 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital R (𝐑): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐑, learn the meaning and semantic role of bold capital r, and get Unicode, LaTeX (𝐑), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐑; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐑 as U+1D411; for structured equations, use 𝐑 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital R."
    ],
    "searchIntents": [
      "Bold Capital R symbol meaning",
      "Bold Capital R copy and paste",
      "Bold Capital R LaTeX",
      "Bold Capital R Unicode",
      "how to type Bold Capital R"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐑 in plain text when a Unicode character is appropriate and the destination preserves U+1D411.",
      "Use 𝐑 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital R is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-s",
    "symbol": "𝐒",
    "slug": "mathematical-bold-capital-s",
    "name": "Bold Capital S",
    "aliases": [
      "mathematical bold capital s"
    ],
    "unicode": "U+1D412",
    "htmlEntity": "",
    "htmlDecimal": "&#119826;",
    "latex": "𝐒",
    "mathml": "<mi>𝐒</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐒 is the Unicode character named mathematical bold capital s. For Bold Capital S (𝐒), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐒 when the source convention requires this exact character. For Bold Capital S (𝐒), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital s",
    "examples": [
      "𝐒 = x",
      "f(𝐒)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D412 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital s.",
      "word": "Type 1D412, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐒 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐒.",
      "excel": "Paste 𝐒 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital S (𝐒): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐒, learn the meaning and semantic role of bold capital s, and get Unicode, LaTeX (𝐒), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐒; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐒 as U+1D412; for structured equations, use 𝐒 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital S."
    ],
    "searchIntents": [
      "Bold Capital S symbol meaning",
      "Bold Capital S copy and paste",
      "Bold Capital S LaTeX",
      "Bold Capital S Unicode",
      "how to type Bold Capital S"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐒 in plain text when a Unicode character is appropriate and the destination preserves U+1D412.",
      "Use 𝐒 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital S is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-t",
    "symbol": "𝐓",
    "slug": "mathematical-bold-capital-t",
    "name": "Bold Capital T",
    "aliases": [
      "mathematical bold capital t"
    ],
    "unicode": "U+1D413",
    "htmlEntity": "",
    "htmlDecimal": "&#119827;",
    "latex": "𝐓",
    "mathml": "<mi>𝐓</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐓 is the Unicode character named mathematical bold capital t. For Bold Capital T (𝐓), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐓 when the source convention requires this exact character. For Bold Capital T (𝐓), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital t",
    "examples": [
      "𝐓 = x",
      "f(𝐓)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D413 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital t.",
      "word": "Type 1D413, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐓 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐓.",
      "excel": "Paste 𝐓 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital T (𝐓): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐓, learn the meaning and semantic role of bold capital t, and get Unicode, LaTeX (𝐓), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐓; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐓 as U+1D413; for structured equations, use 𝐓 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital T."
    ],
    "searchIntents": [
      "Bold Capital T symbol meaning",
      "Bold Capital T copy and paste",
      "Bold Capital T LaTeX",
      "Bold Capital T Unicode",
      "how to type Bold Capital T"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐓 in plain text when a Unicode character is appropriate and the destination preserves U+1D413.",
      "Use 𝐓 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital T is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-u",
    "symbol": "𝐔",
    "slug": "mathematical-bold-capital-u",
    "name": "Bold Capital U",
    "aliases": [
      "mathematical bold capital u"
    ],
    "unicode": "U+1D414",
    "htmlEntity": "",
    "htmlDecimal": "&#119828;",
    "latex": "𝐔",
    "mathml": "<mi>𝐔</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐔 is the Unicode character named mathematical bold capital u. For Bold Capital U (𝐔), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐔 when the source convention requires this exact character. For Bold Capital U (𝐔), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital u",
    "examples": [
      "𝐔 = x",
      "f(𝐔)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D414 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital u.",
      "word": "Type 1D414, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐔 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐔.",
      "excel": "Paste 𝐔 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital U (𝐔): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐔, learn the meaning and semantic role of bold capital u, and get Unicode, LaTeX (𝐔), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐔; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐔 as U+1D414; for structured equations, use 𝐔 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital U."
    ],
    "searchIntents": [
      "Bold Capital U symbol meaning",
      "Bold Capital U copy and paste",
      "Bold Capital U LaTeX",
      "Bold Capital U Unicode",
      "how to type Bold Capital U"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐔 in plain text when a Unicode character is appropriate and the destination preserves U+1D414.",
      "Use 𝐔 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital U is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-v",
    "symbol": "𝐕",
    "slug": "mathematical-bold-capital-v",
    "name": "Bold Capital V",
    "aliases": [
      "mathematical bold capital v"
    ],
    "unicode": "U+1D415",
    "htmlEntity": "",
    "htmlDecimal": "&#119829;",
    "latex": "𝐕",
    "mathml": "<mi>𝐕</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐕 is the Unicode character named mathematical bold capital v. For Bold Capital V (𝐕), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐕 when the source convention requires this exact character. For Bold Capital V (𝐕), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital v",
    "examples": [
      "𝐕 = x",
      "f(𝐕)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D415 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital v.",
      "word": "Type 1D415, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐕 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐕.",
      "excel": "Paste 𝐕 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital V (𝐕): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐕, learn the meaning and semantic role of bold capital v, and get Unicode, LaTeX (𝐕), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐕; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐕 as U+1D415; for structured equations, use 𝐕 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital V."
    ],
    "searchIntents": [
      "Bold Capital V symbol meaning",
      "Bold Capital V copy and paste",
      "Bold Capital V LaTeX",
      "Bold Capital V Unicode",
      "how to type Bold Capital V"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐕 in plain text when a Unicode character is appropriate and the destination preserves U+1D415.",
      "Use 𝐕 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital V is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-w",
    "symbol": "𝐖",
    "slug": "mathematical-bold-capital-w",
    "name": "Bold Capital W",
    "aliases": [
      "mathematical bold capital w"
    ],
    "unicode": "U+1D416",
    "htmlEntity": "",
    "htmlDecimal": "&#119830;",
    "latex": "𝐖",
    "mathml": "<mi>𝐖</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐖 is the Unicode character named mathematical bold capital w. For Bold Capital W (𝐖), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐖 when the source convention requires this exact character. For Bold Capital W (𝐖), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital w",
    "examples": [
      "𝐖 = x",
      "f(𝐖)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D416 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital w.",
      "word": "Type 1D416, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐖 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐖.",
      "excel": "Paste 𝐖 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital W (𝐖): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐖, learn the meaning and semantic role of bold capital w, and get Unicode, LaTeX (𝐖), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐖; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐖 as U+1D416; for structured equations, use 𝐖 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital W."
    ],
    "searchIntents": [
      "Bold Capital W symbol meaning",
      "Bold Capital W copy and paste",
      "Bold Capital W LaTeX",
      "Bold Capital W Unicode",
      "how to type Bold Capital W"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐖 in plain text when a Unicode character is appropriate and the destination preserves U+1D416.",
      "Use 𝐖 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital W is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-x",
    "symbol": "𝐗",
    "slug": "mathematical-bold-capital-x",
    "name": "Bold Capital X",
    "aliases": [
      "mathematical bold capital x"
    ],
    "unicode": "U+1D417",
    "htmlEntity": "",
    "htmlDecimal": "&#119831;",
    "latex": "𝐗",
    "mathml": "<mi>𝐗</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐗 is the Unicode character named mathematical bold capital x. For Bold Capital X (𝐗), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐗 when the source convention requires this exact character. For Bold Capital X (𝐗), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital x",
    "examples": [
      "𝐗 = x",
      "f(𝐗)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D417 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital x.",
      "word": "Type 1D417, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐗 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐗.",
      "excel": "Paste 𝐗 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital X (𝐗): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐗, learn the meaning and semantic role of bold capital x, and get Unicode, LaTeX (𝐗), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐗; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐗 as U+1D417; for structured equations, use 𝐗 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital X."
    ],
    "searchIntents": [
      "Bold Capital X symbol meaning",
      "Bold Capital X copy and paste",
      "Bold Capital X LaTeX",
      "Bold Capital X Unicode",
      "how to type Bold Capital X"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐗 in plain text when a Unicode character is appropriate and the destination preserves U+1D417.",
      "Use 𝐗 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital X is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-y",
    "symbol": "𝐘",
    "slug": "mathematical-bold-capital-y",
    "name": "Bold Capital Y",
    "aliases": [
      "mathematical bold capital y"
    ],
    "unicode": "U+1D418",
    "htmlEntity": "",
    "htmlDecimal": "&#119832;",
    "latex": "𝐘",
    "mathml": "<mi>𝐘</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐘 is the Unicode character named mathematical bold capital y. For Bold Capital Y (𝐘), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐘 when the source convention requires this exact character. For Bold Capital Y (𝐘), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital y",
    "examples": [
      "𝐘 = x",
      "f(𝐘)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D418 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital y.",
      "word": "Type 1D418, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐘 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐘.",
      "excel": "Paste 𝐘 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital Y (𝐘): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐘, learn the meaning and semantic role of bold capital y, and get Unicode, LaTeX (𝐘), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐘; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐘 as U+1D418; for structured equations, use 𝐘 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital Y."
    ],
    "searchIntents": [
      "Bold Capital Y symbol meaning",
      "Bold Capital Y copy and paste",
      "Bold Capital Y LaTeX",
      "Bold Capital Y Unicode",
      "how to type Bold Capital Y"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐘 in plain text when a Unicode character is appropriate and the destination preserves U+1D418.",
      "Use 𝐘 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital Y is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-capital-z",
    "symbol": "𝐙",
    "slug": "mathematical-bold-capital-z",
    "name": "Bold Capital Z",
    "aliases": [
      "mathematical bold capital z"
    ],
    "unicode": "U+1D419",
    "htmlEntity": "",
    "htmlDecimal": "&#119833;",
    "latex": "𝐙",
    "mathml": "<mi>𝐙</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐙 is the Unicode character named mathematical bold capital z. For Bold Capital Z (𝐙), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐙 when the source convention requires this exact character. For Bold Capital Z (𝐙), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold capital z",
    "examples": [
      "𝐙 = x",
      "f(𝐙)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D419 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold capital z.",
      "word": "Type 1D419, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐙 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐙.",
      "excel": "Paste 𝐙 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Capital Z (𝐙): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐙, learn the meaning and semantic role of bold capital z, and get Unicode, LaTeX (𝐙), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐙; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐙 as U+1D419; for structured equations, use 𝐙 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Capital Z."
    ],
    "searchIntents": [
      "Bold Capital Z symbol meaning",
      "Bold Capital Z copy and paste",
      "Bold Capital Z LaTeX",
      "Bold Capital Z Unicode",
      "how to type Bold Capital Z"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐙 in plain text when a Unicode character is appropriate and the destination preserves U+1D419.",
      "Use 𝐙 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Capital Z is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-a",
    "symbol": "𝐚",
    "slug": "mathematical-bold-small-a",
    "name": "Bold Small A",
    "aliases": [
      "mathematical bold small a"
    ],
    "unicode": "U+1D41A",
    "htmlEntity": "",
    "htmlDecimal": "&#119834;",
    "latex": "𝐚",
    "mathml": "<mi>𝐚</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐚 is the Unicode character named mathematical bold small a. For Bold Small A (𝐚), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐚 when the source convention requires this exact character. For Bold Small A (𝐚), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small a",
    "examples": [
      "𝐚 = x",
      "f(𝐚)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D41A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small a.",
      "word": "Type 1D41A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐚 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐚.",
      "excel": "Paste 𝐚 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small A (𝐚): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐚, learn the meaning and semantic role of bold small a, and get Unicode, LaTeX (𝐚), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐚; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐚 as U+1D41A; for structured equations, use 𝐚 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small A."
    ],
    "searchIntents": [
      "Bold Small A symbol meaning",
      "Bold Small A copy and paste",
      "Bold Small A LaTeX",
      "Bold Small A Unicode",
      "how to type Bold Small A"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐚 in plain text when a Unicode character is appropriate and the destination preserves U+1D41A.",
      "Use 𝐚 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small A is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-b",
    "symbol": "𝐛",
    "slug": "mathematical-bold-small-b",
    "name": "Bold Small B",
    "aliases": [
      "mathematical bold small b"
    ],
    "unicode": "U+1D41B",
    "htmlEntity": "",
    "htmlDecimal": "&#119835;",
    "latex": "𝐛",
    "mathml": "<mi>𝐛</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐛 is the Unicode character named mathematical bold small b. For Bold Small B (𝐛), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐛 when the source convention requires this exact character. For Bold Small B (𝐛), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small b",
    "examples": [
      "𝐛 = x",
      "f(𝐛)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D41B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small b.",
      "word": "Type 1D41B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐛 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐛.",
      "excel": "Paste 𝐛 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small B (𝐛): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐛, learn the meaning and semantic role of bold small b, and get Unicode, LaTeX (𝐛), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐛; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐛 as U+1D41B; for structured equations, use 𝐛 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small B."
    ],
    "searchIntents": [
      "Bold Small B symbol meaning",
      "Bold Small B copy and paste",
      "Bold Small B LaTeX",
      "Bold Small B Unicode",
      "how to type Bold Small B"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐛 in plain text when a Unicode character is appropriate and the destination preserves U+1D41B.",
      "Use 𝐛 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small B is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-c",
    "symbol": "𝐜",
    "slug": "mathematical-bold-small-c",
    "name": "Bold Small C",
    "aliases": [
      "mathematical bold small c"
    ],
    "unicode": "U+1D41C",
    "htmlEntity": "",
    "htmlDecimal": "&#119836;",
    "latex": "𝐜",
    "mathml": "<mi>𝐜</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐜 is the Unicode character named mathematical bold small c. For Bold Small C (𝐜), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐜 when the source convention requires this exact character. For Bold Small C (𝐜), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small c",
    "examples": [
      "𝐜 = x",
      "f(𝐜)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D41C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small c.",
      "word": "Type 1D41C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐜 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐜.",
      "excel": "Paste 𝐜 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small C (𝐜): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐜, learn the meaning and semantic role of bold small c, and get Unicode, LaTeX (𝐜), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐜; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐜 as U+1D41C; for structured equations, use 𝐜 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small C."
    ],
    "searchIntents": [
      "Bold Small C symbol meaning",
      "Bold Small C copy and paste",
      "Bold Small C LaTeX",
      "Bold Small C Unicode",
      "how to type Bold Small C"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐜 in plain text when a Unicode character is appropriate and the destination preserves U+1D41C.",
      "Use 𝐜 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small C is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-d",
    "symbol": "𝐝",
    "slug": "mathematical-bold-small-d",
    "name": "Bold Small D",
    "aliases": [
      "mathematical bold small d"
    ],
    "unicode": "U+1D41D",
    "htmlEntity": "",
    "htmlDecimal": "&#119837;",
    "latex": "𝐝",
    "mathml": "<mi>𝐝</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐝 is the Unicode character named mathematical bold small d. For Bold Small D (𝐝), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐝 when the source convention requires this exact character. For Bold Small D (𝐝), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small d",
    "examples": [
      "𝐝 = x",
      "f(𝐝)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D41D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small d.",
      "word": "Type 1D41D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐝 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐝.",
      "excel": "Paste 𝐝 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small D (𝐝): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐝, learn the meaning and semantic role of bold small d, and get Unicode, LaTeX (𝐝), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐝; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐝 as U+1D41D; for structured equations, use 𝐝 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small D."
    ],
    "searchIntents": [
      "Bold Small D symbol meaning",
      "Bold Small D copy and paste",
      "Bold Small D LaTeX",
      "Bold Small D Unicode",
      "how to type Bold Small D"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐝 in plain text when a Unicode character is appropriate and the destination preserves U+1D41D.",
      "Use 𝐝 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small D is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-e",
    "symbol": "𝐞",
    "slug": "mathematical-bold-small-e",
    "name": "Bold Small E",
    "aliases": [
      "mathematical bold small e"
    ],
    "unicode": "U+1D41E",
    "htmlEntity": "",
    "htmlDecimal": "&#119838;",
    "latex": "𝐞",
    "mathml": "<mi>𝐞</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐞 is the Unicode character named mathematical bold small e. For Bold Small E (𝐞), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐞 when the source convention requires this exact character. For Bold Small E (𝐞), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small e",
    "examples": [
      "𝐞 = x",
      "f(𝐞)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D41E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small e.",
      "word": "Type 1D41E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐞 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐞.",
      "excel": "Paste 𝐞 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small E (𝐞): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐞, learn the meaning and semantic role of bold small e, and get Unicode, LaTeX (𝐞), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐞; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐞 as U+1D41E; for structured equations, use 𝐞 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small E."
    ],
    "searchIntents": [
      "Bold Small E symbol meaning",
      "Bold Small E copy and paste",
      "Bold Small E LaTeX",
      "Bold Small E Unicode",
      "how to type Bold Small E"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐞 in plain text when a Unicode character is appropriate and the destination preserves U+1D41E.",
      "Use 𝐞 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small E is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-f",
    "symbol": "𝐟",
    "slug": "mathematical-bold-small-f",
    "name": "Bold Small F",
    "aliases": [
      "mathematical bold small f"
    ],
    "unicode": "U+1D41F",
    "htmlEntity": "",
    "htmlDecimal": "&#119839;",
    "latex": "𝐟",
    "mathml": "<mi>𝐟</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐟 is the Unicode character named mathematical bold small f. For Bold Small F (𝐟), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐟 when the source convention requires this exact character. For Bold Small F (𝐟), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small f",
    "examples": [
      "𝐟 = x",
      "f(𝐟)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D41F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small f.",
      "word": "Type 1D41F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐟 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐟.",
      "excel": "Paste 𝐟 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small F (𝐟): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐟, learn the meaning and semantic role of bold small f, and get Unicode, LaTeX (𝐟), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐟; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐟 as U+1D41F; for structured equations, use 𝐟 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small F."
    ],
    "searchIntents": [
      "Bold Small F symbol meaning",
      "Bold Small F copy and paste",
      "Bold Small F LaTeX",
      "Bold Small F Unicode",
      "how to type Bold Small F"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐟 in plain text when a Unicode character is appropriate and the destination preserves U+1D41F.",
      "Use 𝐟 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small F is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-g",
    "symbol": "𝐠",
    "slug": "mathematical-bold-small-g",
    "name": "Bold Small G",
    "aliases": [
      "mathematical bold small g"
    ],
    "unicode": "U+1D420",
    "htmlEntity": "",
    "htmlDecimal": "&#119840;",
    "latex": "𝐠",
    "mathml": "<mi>𝐠</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐠 is the Unicode character named mathematical bold small g. For Bold Small G (𝐠), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐠 when the source convention requires this exact character. For Bold Small G (𝐠), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small g",
    "examples": [
      "𝐠 = x",
      "f(𝐠)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D420 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small g.",
      "word": "Type 1D420, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐠 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐠.",
      "excel": "Paste 𝐠 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small G (𝐠): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐠, learn the meaning and semantic role of bold small g, and get Unicode, LaTeX (𝐠), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐠; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐠 as U+1D420; for structured equations, use 𝐠 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small G."
    ],
    "searchIntents": [
      "Bold Small G symbol meaning",
      "Bold Small G copy and paste",
      "Bold Small G LaTeX",
      "Bold Small G Unicode",
      "how to type Bold Small G"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐠 in plain text when a Unicode character is appropriate and the destination preserves U+1D420.",
      "Use 𝐠 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small G is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-h",
    "symbol": "𝐡",
    "slug": "mathematical-bold-small-h",
    "name": "Bold Small H",
    "aliases": [
      "mathematical bold small h"
    ],
    "unicode": "U+1D421",
    "htmlEntity": "",
    "htmlDecimal": "&#119841;",
    "latex": "𝐡",
    "mathml": "<mi>𝐡</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐡 is the Unicode character named mathematical bold small h. For Bold Small H (𝐡), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐡 when the source convention requires this exact character. For Bold Small H (𝐡), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small h",
    "examples": [
      "𝐡 = x",
      "f(𝐡)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D421 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small h.",
      "word": "Type 1D421, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐡 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐡.",
      "excel": "Paste 𝐡 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small H (𝐡): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐡, learn the meaning and semantic role of bold small h, and get Unicode, LaTeX (𝐡), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐡; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐡 as U+1D421; for structured equations, use 𝐡 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small H."
    ],
    "searchIntents": [
      "Bold Small H symbol meaning",
      "Bold Small H copy and paste",
      "Bold Small H LaTeX",
      "Bold Small H Unicode",
      "how to type Bold Small H"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐡 in plain text when a Unicode character is appropriate and the destination preserves U+1D421.",
      "Use 𝐡 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small H is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-i",
    "symbol": "𝐢",
    "slug": "mathematical-bold-small-i",
    "name": "Bold Small I",
    "aliases": [
      "mathematical bold small i"
    ],
    "unicode": "U+1D422",
    "htmlEntity": "",
    "htmlDecimal": "&#119842;",
    "latex": "𝐢",
    "mathml": "<mi>𝐢</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐢 is the Unicode character named mathematical bold small i. For Bold Small I (𝐢), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐢 when the source convention requires this exact character. For Bold Small I (𝐢), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small i",
    "examples": [
      "𝐢 = x",
      "f(𝐢)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D422 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small i.",
      "word": "Type 1D422, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐢 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐢.",
      "excel": "Paste 𝐢 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small I (𝐢): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐢, learn the meaning and semantic role of bold small i, and get Unicode, LaTeX (𝐢), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐢; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐢 as U+1D422; for structured equations, use 𝐢 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small I."
    ],
    "searchIntents": [
      "Bold Small I symbol meaning",
      "Bold Small I copy and paste",
      "Bold Small I LaTeX",
      "Bold Small I Unicode",
      "how to type Bold Small I"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐢 in plain text when a Unicode character is appropriate and the destination preserves U+1D422.",
      "Use 𝐢 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small I is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-j",
    "symbol": "𝐣",
    "slug": "mathematical-bold-small-j",
    "name": "Bold Small J",
    "aliases": [
      "mathematical bold small j"
    ],
    "unicode": "U+1D423",
    "htmlEntity": "",
    "htmlDecimal": "&#119843;",
    "latex": "𝐣",
    "mathml": "<mi>𝐣</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐣 is the Unicode character named mathematical bold small j. For Bold Small J (𝐣), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐣 when the source convention requires this exact character. For Bold Small J (𝐣), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small j",
    "examples": [
      "𝐣 = x",
      "f(𝐣)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D423 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small j.",
      "word": "Type 1D423, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐣 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐣.",
      "excel": "Paste 𝐣 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small J (𝐣): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐣, learn the meaning and semantic role of bold small j, and get Unicode, LaTeX (𝐣), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐣; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐣 as U+1D423; for structured equations, use 𝐣 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small J."
    ],
    "searchIntents": [
      "Bold Small J symbol meaning",
      "Bold Small J copy and paste",
      "Bold Small J LaTeX",
      "Bold Small J Unicode",
      "how to type Bold Small J"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐣 in plain text when a Unicode character is appropriate and the destination preserves U+1D423.",
      "Use 𝐣 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small J is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-k",
    "symbol": "𝐤",
    "slug": "mathematical-bold-small-k",
    "name": "Bold Small K",
    "aliases": [
      "mathematical bold small k"
    ],
    "unicode": "U+1D424",
    "htmlEntity": "",
    "htmlDecimal": "&#119844;",
    "latex": "𝐤",
    "mathml": "<mi>𝐤</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐤 is the Unicode character named mathematical bold small k. For Bold Small K (𝐤), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐤 when the source convention requires this exact character. For Bold Small K (𝐤), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small k",
    "examples": [
      "𝐤 = x",
      "f(𝐤)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D424 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small k.",
      "word": "Type 1D424, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐤 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐤.",
      "excel": "Paste 𝐤 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small K (𝐤): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐤, learn the meaning and semantic role of bold small k, and get Unicode, LaTeX (𝐤), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐤; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐤 as U+1D424; for structured equations, use 𝐤 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small K."
    ],
    "searchIntents": [
      "Bold Small K symbol meaning",
      "Bold Small K copy and paste",
      "Bold Small K LaTeX",
      "Bold Small K Unicode",
      "how to type Bold Small K"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐤 in plain text when a Unicode character is appropriate and the destination preserves U+1D424.",
      "Use 𝐤 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small K is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-l",
    "symbol": "𝐥",
    "slug": "mathematical-bold-small-l",
    "name": "Bold Small L",
    "aliases": [
      "mathematical bold small l"
    ],
    "unicode": "U+1D425",
    "htmlEntity": "",
    "htmlDecimal": "&#119845;",
    "latex": "𝐥",
    "mathml": "<mi>𝐥</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐥 is the Unicode character named mathematical bold small l. For Bold Small L (𝐥), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐥 when the source convention requires this exact character. For Bold Small L (𝐥), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small l",
    "examples": [
      "𝐥 = x",
      "f(𝐥)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D425 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small l.",
      "word": "Type 1D425, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐥 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐥.",
      "excel": "Paste 𝐥 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small L (𝐥): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐥, learn the meaning and semantic role of bold small l, and get Unicode, LaTeX (𝐥), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐥; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐥 as U+1D425; for structured equations, use 𝐥 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small L."
    ],
    "searchIntents": [
      "Bold Small L symbol meaning",
      "Bold Small L copy and paste",
      "Bold Small L LaTeX",
      "Bold Small L Unicode",
      "how to type Bold Small L"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐥 in plain text when a Unicode character is appropriate and the destination preserves U+1D425.",
      "Use 𝐥 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small L is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-m",
    "symbol": "𝐦",
    "slug": "mathematical-bold-small-m",
    "name": "Bold Small M",
    "aliases": [
      "mathematical bold small m"
    ],
    "unicode": "U+1D426",
    "htmlEntity": "",
    "htmlDecimal": "&#119846;",
    "latex": "𝐦",
    "mathml": "<mi>𝐦</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐦 is the Unicode character named mathematical bold small m. For Bold Small M (𝐦), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐦 when the source convention requires this exact character. For Bold Small M (𝐦), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small m",
    "examples": [
      "𝐦 = x",
      "f(𝐦)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D426 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small m.",
      "word": "Type 1D426, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐦, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐦, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐦 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐦.",
      "excel": "Paste 𝐦 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small M (𝐦): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐦, learn the meaning and semantic role of bold small m, and get Unicode, LaTeX (𝐦), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐦; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐦 as U+1D426; for structured equations, use 𝐦 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small M."
    ],
    "searchIntents": [
      "Bold Small M symbol meaning",
      "Bold Small M copy and paste",
      "Bold Small M LaTeX",
      "Bold Small M Unicode",
      "how to type Bold Small M"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐦 in plain text when a Unicode character is appropriate and the destination preserves U+1D426.",
      "Use 𝐦 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small M is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-n",
    "symbol": "𝐧",
    "slug": "mathematical-bold-small-n",
    "name": "Bold Small N",
    "aliases": [
      "mathematical bold small n"
    ],
    "unicode": "U+1D427",
    "htmlEntity": "",
    "htmlDecimal": "&#119847;",
    "latex": "𝐧",
    "mathml": "<mi>𝐧</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐧 is the Unicode character named mathematical bold small n. For Bold Small N (𝐧), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐧 when the source convention requires this exact character. For Bold Small N (𝐧), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small n",
    "examples": [
      "𝐧 = x",
      "f(𝐧)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D427 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small n.",
      "word": "Type 1D427, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐧, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐧, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐧 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐧.",
      "excel": "Paste 𝐧 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small N (𝐧): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐧, learn the meaning and semantic role of bold small n, and get Unicode, LaTeX (𝐧), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐧; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐧 as U+1D427; for structured equations, use 𝐧 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small N."
    ],
    "searchIntents": [
      "Bold Small N symbol meaning",
      "Bold Small N copy and paste",
      "Bold Small N LaTeX",
      "Bold Small N Unicode",
      "how to type Bold Small N"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐧 in plain text when a Unicode character is appropriate and the destination preserves U+1D427.",
      "Use 𝐧 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small N is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-o",
    "symbol": "𝐨",
    "slug": "mathematical-bold-small-o",
    "name": "Bold Small O",
    "aliases": [
      "mathematical bold small o"
    ],
    "unicode": "U+1D428",
    "htmlEntity": "",
    "htmlDecimal": "&#119848;",
    "latex": "𝐨",
    "mathml": "<mi>𝐨</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐨 is the Unicode character named mathematical bold small o. For Bold Small O (𝐨), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐨 when the source convention requires this exact character. For Bold Small O (𝐨), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small o",
    "examples": [
      "𝐨 = x",
      "f(𝐨)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D428 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small o.",
      "word": "Type 1D428, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐨, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐨, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐨 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐨.",
      "excel": "Paste 𝐨 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small O (𝐨): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐨, learn the meaning and semantic role of bold small o, and get Unicode, LaTeX (𝐨), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐨; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐨 as U+1D428; for structured equations, use 𝐨 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small O."
    ],
    "searchIntents": [
      "Bold Small O symbol meaning",
      "Bold Small O copy and paste",
      "Bold Small O LaTeX",
      "Bold Small O Unicode",
      "how to type Bold Small O"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐨 in plain text when a Unicode character is appropriate and the destination preserves U+1D428.",
      "Use 𝐨 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small O is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-p",
    "symbol": "𝐩",
    "slug": "mathematical-bold-small-p",
    "name": "Bold Small P",
    "aliases": [
      "mathematical bold small p"
    ],
    "unicode": "U+1D429",
    "htmlEntity": "",
    "htmlDecimal": "&#119849;",
    "latex": "𝐩",
    "mathml": "<mi>𝐩</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐩 is the Unicode character named mathematical bold small p. For Bold Small P (𝐩), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐩 when the source convention requires this exact character. For Bold Small P (𝐩), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small p",
    "examples": [
      "𝐩 = x",
      "f(𝐩)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D429 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small p.",
      "word": "Type 1D429, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐩 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐩.",
      "excel": "Paste 𝐩 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small P (𝐩): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐩, learn the meaning and semantic role of bold small p, and get Unicode, LaTeX (𝐩), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐩; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐩 as U+1D429; for structured equations, use 𝐩 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small P."
    ],
    "searchIntents": [
      "Bold Small P symbol meaning",
      "Bold Small P copy and paste",
      "Bold Small P LaTeX",
      "Bold Small P Unicode",
      "how to type Bold Small P"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐩 in plain text when a Unicode character is appropriate and the destination preserves U+1D429.",
      "Use 𝐩 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small P is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-q",
    "symbol": "𝐪",
    "slug": "mathematical-bold-small-q",
    "name": "Bold Small Q",
    "aliases": [
      "mathematical bold small q"
    ],
    "unicode": "U+1D42A",
    "htmlEntity": "",
    "htmlDecimal": "&#119850;",
    "latex": "𝐪",
    "mathml": "<mi>𝐪</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐪 is the Unicode character named mathematical bold small q. For Bold Small Q (𝐪), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐪 when the source convention requires this exact character. For Bold Small Q (𝐪), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small q",
    "examples": [
      "𝐪 = x",
      "f(𝐪)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D42A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small q.",
      "word": "Type 1D42A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐪, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐪, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐪 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐪.",
      "excel": "Paste 𝐪 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small Q (𝐪): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐪, learn the meaning and semantic role of bold small q, and get Unicode, LaTeX (𝐪), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐪; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐪 as U+1D42A; for structured equations, use 𝐪 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small Q."
    ],
    "searchIntents": [
      "Bold Small Q symbol meaning",
      "Bold Small Q copy and paste",
      "Bold Small Q LaTeX",
      "Bold Small Q Unicode",
      "how to type Bold Small Q"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐪 in plain text when a Unicode character is appropriate and the destination preserves U+1D42A.",
      "Use 𝐪 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small Q is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-r",
    "symbol": "𝐫",
    "slug": "mathematical-bold-small-r",
    "name": "Bold Small R",
    "aliases": [
      "mathematical bold small r"
    ],
    "unicode": "U+1D42B",
    "htmlEntity": "",
    "htmlDecimal": "&#119851;",
    "latex": "𝐫",
    "mathml": "<mi>𝐫</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐫 is the Unicode character named mathematical bold small r. For Bold Small R (𝐫), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐫 when the source convention requires this exact character. For Bold Small R (𝐫), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small r",
    "examples": [
      "𝐫 = x",
      "f(𝐫)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D42B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small r.",
      "word": "Type 1D42B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐫, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐫, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐫 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐫.",
      "excel": "Paste 𝐫 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small R (𝐫): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐫, learn the meaning and semantic role of bold small r, and get Unicode, LaTeX (𝐫), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐫; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐫 as U+1D42B; for structured equations, use 𝐫 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small R."
    ],
    "searchIntents": [
      "Bold Small R symbol meaning",
      "Bold Small R copy and paste",
      "Bold Small R LaTeX",
      "Bold Small R Unicode",
      "how to type Bold Small R"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐫 in plain text when a Unicode character is appropriate and the destination preserves U+1D42B.",
      "Use 𝐫 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small R is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-s",
    "symbol": "𝐬",
    "slug": "mathematical-bold-small-s",
    "name": "Bold Small S",
    "aliases": [
      "mathematical bold small s"
    ],
    "unicode": "U+1D42C",
    "htmlEntity": "",
    "htmlDecimal": "&#119852;",
    "latex": "𝐬",
    "mathml": "<mi>𝐬</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐬 is the Unicode character named mathematical bold small s. For Bold Small S (𝐬), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐬 when the source convention requires this exact character. For Bold Small S (𝐬), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small s",
    "examples": [
      "𝐬 = x",
      "f(𝐬)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D42C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small s.",
      "word": "Type 1D42C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐬, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐬, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐬 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐬.",
      "excel": "Paste 𝐬 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small S (𝐬): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐬, learn the meaning and semantic role of bold small s, and get Unicode, LaTeX (𝐬), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐬; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐬 as U+1D42C; for structured equations, use 𝐬 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small S."
    ],
    "searchIntents": [
      "Bold Small S symbol meaning",
      "Bold Small S copy and paste",
      "Bold Small S LaTeX",
      "Bold Small S Unicode",
      "how to type Bold Small S"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐬 in plain text when a Unicode character is appropriate and the destination preserves U+1D42C.",
      "Use 𝐬 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small S is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-t",
    "symbol": "𝐭",
    "slug": "mathematical-bold-small-t",
    "name": "Bold Small T",
    "aliases": [
      "mathematical bold small t"
    ],
    "unicode": "U+1D42D",
    "htmlEntity": "",
    "htmlDecimal": "&#119853;",
    "latex": "𝐭",
    "mathml": "<mi>𝐭</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐭 is the Unicode character named mathematical bold small t. For Bold Small T (𝐭), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐭 when the source convention requires this exact character. For Bold Small T (𝐭), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small t",
    "examples": [
      "𝐭 = x",
      "f(𝐭)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D42D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small t.",
      "word": "Type 1D42D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐭, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐭, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐭 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐭.",
      "excel": "Paste 𝐭 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small T (𝐭): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐭, learn the meaning and semantic role of bold small t, and get Unicode, LaTeX (𝐭), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐭; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐭 as U+1D42D; for structured equations, use 𝐭 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small T."
    ],
    "searchIntents": [
      "Bold Small T symbol meaning",
      "Bold Small T copy and paste",
      "Bold Small T LaTeX",
      "Bold Small T Unicode",
      "how to type Bold Small T"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐭 in plain text when a Unicode character is appropriate and the destination preserves U+1D42D.",
      "Use 𝐭 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small T is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-u",
    "symbol": "𝐮",
    "slug": "mathematical-bold-small-u",
    "name": "Bold Small U",
    "aliases": [
      "mathematical bold small u"
    ],
    "unicode": "U+1D42E",
    "htmlEntity": "",
    "htmlDecimal": "&#119854;",
    "latex": "𝐮",
    "mathml": "<mi>𝐮</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐮 is the Unicode character named mathematical bold small u. For Bold Small U (𝐮), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐮 when the source convention requires this exact character. For Bold Small U (𝐮), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small u",
    "examples": [
      "𝐮 = x",
      "f(𝐮)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D42E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small u.",
      "word": "Type 1D42E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐮, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐮, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐮 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐮.",
      "excel": "Paste 𝐮 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small U (𝐮): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐮, learn the meaning and semantic role of bold small u, and get Unicode, LaTeX (𝐮), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐮; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐮 as U+1D42E; for structured equations, use 𝐮 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small U."
    ],
    "searchIntents": [
      "Bold Small U symbol meaning",
      "Bold Small U copy and paste",
      "Bold Small U LaTeX",
      "Bold Small U Unicode",
      "how to type Bold Small U"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐮 in plain text when a Unicode character is appropriate and the destination preserves U+1D42E.",
      "Use 𝐮 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small U is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-v",
    "symbol": "𝐯",
    "slug": "mathematical-bold-small-v",
    "name": "Bold Small V",
    "aliases": [
      "mathematical bold small v"
    ],
    "unicode": "U+1D42F",
    "htmlEntity": "",
    "htmlDecimal": "&#119855;",
    "latex": "𝐯",
    "mathml": "<mi>𝐯</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐯 is the Unicode character named mathematical bold small v. For Bold Small V (𝐯), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐯 when the source convention requires this exact character. For Bold Small V (𝐯), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small v",
    "examples": [
      "𝐯 = x",
      "f(𝐯)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D42F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small v.",
      "word": "Type 1D42F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐯, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐯, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐯 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐯.",
      "excel": "Paste 𝐯 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small V (𝐯): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐯, learn the meaning and semantic role of bold small v, and get Unicode, LaTeX (𝐯), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐯; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐯 as U+1D42F; for structured equations, use 𝐯 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small V."
    ],
    "searchIntents": [
      "Bold Small V symbol meaning",
      "Bold Small V copy and paste",
      "Bold Small V LaTeX",
      "Bold Small V Unicode",
      "how to type Bold Small V"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐯 in plain text when a Unicode character is appropriate and the destination preserves U+1D42F.",
      "Use 𝐯 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small V is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-w",
    "symbol": "𝐰",
    "slug": "mathematical-bold-small-w",
    "name": "Bold Small W",
    "aliases": [
      "mathematical bold small w"
    ],
    "unicode": "U+1D430",
    "htmlEntity": "",
    "htmlDecimal": "&#119856;",
    "latex": "𝐰",
    "mathml": "<mi>𝐰</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐰 is the Unicode character named mathematical bold small w. For Bold Small W (𝐰), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐰 when the source convention requires this exact character. For Bold Small W (𝐰), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small w",
    "examples": [
      "𝐰 = x",
      "f(𝐰)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D430 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small w.",
      "word": "Type 1D430, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐰, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐰, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐰 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐰.",
      "excel": "Paste 𝐰 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small W (𝐰): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐰, learn the meaning and semantic role of bold small w, and get Unicode, LaTeX (𝐰), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐰; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐰 as U+1D430; for structured equations, use 𝐰 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small W."
    ],
    "searchIntents": [
      "Bold Small W symbol meaning",
      "Bold Small W copy and paste",
      "Bold Small W LaTeX",
      "Bold Small W Unicode",
      "how to type Bold Small W"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐰 in plain text when a Unicode character is appropriate and the destination preserves U+1D430.",
      "Use 𝐰 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small W is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-x",
    "symbol": "𝐱",
    "slug": "mathematical-bold-small-x",
    "name": "Bold Small X",
    "aliases": [
      "mathematical bold small x"
    ],
    "unicode": "U+1D431",
    "htmlEntity": "",
    "htmlDecimal": "&#119857;",
    "latex": "𝐱",
    "mathml": "<mi>𝐱</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐱 is the Unicode character named mathematical bold small x. For Bold Small X (𝐱), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐱 when the source convention requires this exact character. For Bold Small X (𝐱), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small x",
    "examples": [
      "𝐱 = x",
      "f(𝐱)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D431 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small x.",
      "word": "Type 1D431, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐱, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐱, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐱 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐱.",
      "excel": "Paste 𝐱 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small X (𝐱): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐱, learn the meaning and semantic role of bold small x, and get Unicode, LaTeX (𝐱), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐱; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐱 as U+1D431; for structured equations, use 𝐱 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small X."
    ],
    "searchIntents": [
      "Bold Small X symbol meaning",
      "Bold Small X copy and paste",
      "Bold Small X LaTeX",
      "Bold Small X Unicode",
      "how to type Bold Small X"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐱 in plain text when a Unicode character is appropriate and the destination preserves U+1D431.",
      "Use 𝐱 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small X is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-y",
    "symbol": "𝐲",
    "slug": "mathematical-bold-small-y",
    "name": "Bold Small Y",
    "aliases": [
      "mathematical bold small y"
    ],
    "unicode": "U+1D432",
    "htmlEntity": "",
    "htmlDecimal": "&#119858;",
    "latex": "𝐲",
    "mathml": "<mi>𝐲</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐲 is the Unicode character named mathematical bold small y. For Bold Small Y (𝐲), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐲 when the source convention requires this exact character. For Bold Small Y (𝐲), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small y",
    "examples": [
      "𝐲 = x",
      "f(𝐲)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D432 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small y.",
      "word": "Type 1D432, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐲, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐲, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐲 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐲.",
      "excel": "Paste 𝐲 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small Y (𝐲): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐲, learn the meaning and semantic role of bold small y, and get Unicode, LaTeX (𝐲), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐲; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐲 as U+1D432; for structured equations, use 𝐲 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small Y."
    ],
    "searchIntents": [
      "Bold Small Y symbol meaning",
      "Bold Small Y copy and paste",
      "Bold Small Y LaTeX",
      "Bold Small Y Unicode",
      "how to type Bold Small Y"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐲 in plain text when a Unicode character is appropriate and the destination preserves U+1D432.",
      "Use 𝐲 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small Y is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-small-z",
    "symbol": "𝐳",
    "slug": "mathematical-bold-small-z",
    "name": "Bold Small Z",
    "aliases": [
      "mathematical bold small z"
    ],
    "unicode": "U+1D433",
    "htmlEntity": "",
    "htmlDecimal": "&#119859;",
    "latex": "𝐳",
    "mathml": "<mi>𝐳</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐳 is the Unicode character named mathematical bold small z. For Bold Small Z (𝐳), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐳 when the source convention requires this exact character. For Bold Small Z (𝐳), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold small z",
    "examples": [
      "𝐳 = x",
      "f(𝐳)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D433 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold small z.",
      "word": "Type 1D433, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐳, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐳, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐳 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐳.",
      "excel": "Paste 𝐳 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Small Z (𝐳): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐳, learn the meaning and semantic role of bold small z, and get Unicode, LaTeX (𝐳), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐳; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐳 as U+1D433; for structured equations, use 𝐳 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Small Z."
    ],
    "searchIntents": [
      "Bold Small Z symbol meaning",
      "Bold Small Z copy and paste",
      "Bold Small Z LaTeX",
      "Bold Small Z Unicode",
      "how to type Bold Small Z"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐳 in plain text when a Unicode character is appropriate and the destination preserves U+1D433.",
      "Use 𝐳 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Small Z is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-a",
    "symbol": "𝐴",
    "slug": "mathematical-italic-capital-a",
    "name": "Italic Capital A",
    "aliases": [
      "mathematical italic capital a"
    ],
    "unicode": "U+1D434",
    "htmlEntity": "",
    "htmlDecimal": "&#119860;",
    "latex": "𝐴",
    "mathml": "<mi>𝐴</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐴 is the Unicode character named mathematical italic capital a. For Italic Capital A (𝐴), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐴 when the source convention requires this exact character. For Italic Capital A (𝐴), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital a",
    "examples": [
      "𝐴 = x",
      "f(𝐴)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D434 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital a.",
      "word": "Type 1D434, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐴, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐴, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐴 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐴.",
      "excel": "Paste 𝐴 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital A (𝐴): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐴, learn the meaning and semantic role of italic capital a, and get Unicode, LaTeX (𝐴), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐴; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐴 as U+1D434; for structured equations, use 𝐴 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital A."
    ],
    "searchIntents": [
      "Italic Capital A symbol meaning",
      "Italic Capital A copy and paste",
      "Italic Capital A LaTeX",
      "Italic Capital A Unicode",
      "how to type Italic Capital A"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐴 in plain text when a Unicode character is appropriate and the destination preserves U+1D434.",
      "Use 𝐴 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital A is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-b",
    "symbol": "𝐵",
    "slug": "mathematical-italic-capital-b",
    "name": "Italic Capital B",
    "aliases": [
      "mathematical italic capital b"
    ],
    "unicode": "U+1D435",
    "htmlEntity": "",
    "htmlDecimal": "&#119861;",
    "latex": "𝐵",
    "mathml": "<mi>𝐵</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐵 is the Unicode character named mathematical italic capital b. For Italic Capital B (𝐵), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐵 when the source convention requires this exact character. For Italic Capital B (𝐵), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital b",
    "examples": [
      "𝐵 = x",
      "f(𝐵)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D435 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital b.",
      "word": "Type 1D435, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐵, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐵, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐵 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐵.",
      "excel": "Paste 𝐵 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital B (𝐵): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐵, learn the meaning and semantic role of italic capital b, and get Unicode, LaTeX (𝐵), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐵; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐵 as U+1D435; for structured equations, use 𝐵 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital B."
    ],
    "searchIntents": [
      "Italic Capital B symbol meaning",
      "Italic Capital B copy and paste",
      "Italic Capital B LaTeX",
      "Italic Capital B Unicode",
      "how to type Italic Capital B"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐵 in plain text when a Unicode character is appropriate and the destination preserves U+1D435.",
      "Use 𝐵 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital B is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-c",
    "symbol": "𝐶",
    "slug": "mathematical-italic-capital-c",
    "name": "Italic Capital C",
    "aliases": [
      "mathematical italic capital c"
    ],
    "unicode": "U+1D436",
    "htmlEntity": "",
    "htmlDecimal": "&#119862;",
    "latex": "𝐶",
    "mathml": "<mi>𝐶</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐶 is the Unicode character named mathematical italic capital c. For Italic Capital C (𝐶), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐶 when the source convention requires this exact character. For Italic Capital C (𝐶), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital c",
    "examples": [
      "𝐶 = x",
      "f(𝐶)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D436 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital c.",
      "word": "Type 1D436, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐶, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐶, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐶 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐶.",
      "excel": "Paste 𝐶 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital C (𝐶): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐶, learn the meaning and semantic role of italic capital c, and get Unicode, LaTeX (𝐶), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐶; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐶 as U+1D436; for structured equations, use 𝐶 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital C."
    ],
    "searchIntents": [
      "Italic Capital C symbol meaning",
      "Italic Capital C copy and paste",
      "Italic Capital C LaTeX",
      "Italic Capital C Unicode",
      "how to type Italic Capital C"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐶 in plain text when a Unicode character is appropriate and the destination preserves U+1D436.",
      "Use 𝐶 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital C is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-d",
    "symbol": "𝐷",
    "slug": "mathematical-italic-capital-d",
    "name": "Italic Capital D",
    "aliases": [
      "mathematical italic capital d"
    ],
    "unicode": "U+1D437",
    "htmlEntity": "",
    "htmlDecimal": "&#119863;",
    "latex": "𝐷",
    "mathml": "<mi>𝐷</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐷 is the Unicode character named mathematical italic capital d. For Italic Capital D (𝐷), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐷 when the source convention requires this exact character. For Italic Capital D (𝐷), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital d",
    "examples": [
      "𝐷 = x",
      "f(𝐷)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D437 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital d.",
      "word": "Type 1D437, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐷, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐷, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐷 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐷.",
      "excel": "Paste 𝐷 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital D (𝐷): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐷, learn the meaning and semantic role of italic capital d, and get Unicode, LaTeX (𝐷), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐷; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐷 as U+1D437; for structured equations, use 𝐷 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital D."
    ],
    "searchIntents": [
      "Italic Capital D symbol meaning",
      "Italic Capital D copy and paste",
      "Italic Capital D LaTeX",
      "Italic Capital D Unicode",
      "how to type Italic Capital D"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐷 in plain text when a Unicode character is appropriate and the destination preserves U+1D437.",
      "Use 𝐷 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital D is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-e",
    "symbol": "𝐸",
    "slug": "mathematical-italic-capital-e",
    "name": "Italic Capital E",
    "aliases": [
      "mathematical italic capital e"
    ],
    "unicode": "U+1D438",
    "htmlEntity": "",
    "htmlDecimal": "&#119864;",
    "latex": "𝐸",
    "mathml": "<mi>𝐸</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐸 is the Unicode character named mathematical italic capital e. For Italic Capital E (𝐸), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐸 when the source convention requires this exact character. For Italic Capital E (𝐸), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital e",
    "examples": [
      "𝐸 = x",
      "f(𝐸)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D438 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital e.",
      "word": "Type 1D438, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐸, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐸, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐸 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐸.",
      "excel": "Paste 𝐸 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital E (𝐸): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐸, learn the meaning and semantic role of italic capital e, and get Unicode, LaTeX (𝐸), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐸; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐸 as U+1D438; for structured equations, use 𝐸 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital E."
    ],
    "searchIntents": [
      "Italic Capital E symbol meaning",
      "Italic Capital E copy and paste",
      "Italic Capital E LaTeX",
      "Italic Capital E Unicode",
      "how to type Italic Capital E"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐸 in plain text when a Unicode character is appropriate and the destination preserves U+1D438.",
      "Use 𝐸 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital E is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-f",
    "symbol": "𝐹",
    "slug": "mathematical-italic-capital-f",
    "name": "Italic Capital F",
    "aliases": [
      "mathematical italic capital f"
    ],
    "unicode": "U+1D439",
    "htmlEntity": "",
    "htmlDecimal": "&#119865;",
    "latex": "𝐹",
    "mathml": "<mi>𝐹</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐹 is the Unicode character named mathematical italic capital f. For Italic Capital F (𝐹), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐹 when the source convention requires this exact character. For Italic Capital F (𝐹), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital f",
    "examples": [
      "𝐹 = x",
      "f(𝐹)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D439 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital f.",
      "word": "Type 1D439, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐹, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐹, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐹 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐹.",
      "excel": "Paste 𝐹 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital F (𝐹): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐹, learn the meaning and semantic role of italic capital f, and get Unicode, LaTeX (𝐹), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐹; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐹 as U+1D439; for structured equations, use 𝐹 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital F."
    ],
    "searchIntents": [
      "Italic Capital F symbol meaning",
      "Italic Capital F copy and paste",
      "Italic Capital F LaTeX",
      "Italic Capital F Unicode",
      "how to type Italic Capital F"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐹 in plain text when a Unicode character is appropriate and the destination preserves U+1D439.",
      "Use 𝐹 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital F is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-g",
    "symbol": "𝐺",
    "slug": "mathematical-italic-capital-g",
    "name": "Italic Capital G",
    "aliases": [
      "mathematical italic capital g"
    ],
    "unicode": "U+1D43A",
    "htmlEntity": "",
    "htmlDecimal": "&#119866;",
    "latex": "𝐺",
    "mathml": "<mi>𝐺</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐺 is the Unicode character named mathematical italic capital g. For Italic Capital G (𝐺), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐺 when the source convention requires this exact character. For Italic Capital G (𝐺), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital g",
    "examples": [
      "𝐺 = x",
      "f(𝐺)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D43A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital g.",
      "word": "Type 1D43A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐺, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐺, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐺 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐺.",
      "excel": "Paste 𝐺 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital G (𝐺): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐺, learn the meaning and semantic role of italic capital g, and get Unicode, LaTeX (𝐺), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐺; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐺 as U+1D43A; for structured equations, use 𝐺 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital G."
    ],
    "searchIntents": [
      "Italic Capital G symbol meaning",
      "Italic Capital G copy and paste",
      "Italic Capital G LaTeX",
      "Italic Capital G Unicode",
      "how to type Italic Capital G"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐺 in plain text when a Unicode character is appropriate and the destination preserves U+1D43A.",
      "Use 𝐺 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital G is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-h",
    "symbol": "𝐻",
    "slug": "mathematical-italic-capital-h",
    "name": "Italic Capital H",
    "aliases": [
      "mathematical italic capital h"
    ],
    "unicode": "U+1D43B",
    "htmlEntity": "",
    "htmlDecimal": "&#119867;",
    "latex": "𝐻",
    "mathml": "<mi>𝐻</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐻 is the Unicode character named mathematical italic capital h. For Italic Capital H (𝐻), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐻 when the source convention requires this exact character. For Italic Capital H (𝐻), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital h",
    "examples": [
      "𝐻 = x",
      "f(𝐻)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D43B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital h.",
      "word": "Type 1D43B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐻, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐻, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐻 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐻.",
      "excel": "Paste 𝐻 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital H (𝐻): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐻, learn the meaning and semantic role of italic capital h, and get Unicode, LaTeX (𝐻), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐻; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐻 as U+1D43B; for structured equations, use 𝐻 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital H."
    ],
    "searchIntents": [
      "Italic Capital H symbol meaning",
      "Italic Capital H copy and paste",
      "Italic Capital H LaTeX",
      "Italic Capital H Unicode",
      "how to type Italic Capital H"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐻 in plain text when a Unicode character is appropriate and the destination preserves U+1D43B.",
      "Use 𝐻 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital H is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-i",
    "symbol": "𝐼",
    "slug": "mathematical-italic-capital-i",
    "name": "Italic Capital I",
    "aliases": [
      "mathematical italic capital i"
    ],
    "unicode": "U+1D43C",
    "htmlEntity": "",
    "htmlDecimal": "&#119868;",
    "latex": "𝐼",
    "mathml": "<mi>𝐼</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐼 is the Unicode character named mathematical italic capital i. For Italic Capital I (𝐼), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐼 when the source convention requires this exact character. For Italic Capital I (𝐼), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital i",
    "examples": [
      "𝐼 = x",
      "f(𝐼)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D43C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital i.",
      "word": "Type 1D43C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐼 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐼.",
      "excel": "Paste 𝐼 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital I (𝐼): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐼, learn the meaning and semantic role of italic capital i, and get Unicode, LaTeX (𝐼), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐼; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐼 as U+1D43C; for structured equations, use 𝐼 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital I."
    ],
    "searchIntents": [
      "Italic Capital I symbol meaning",
      "Italic Capital I copy and paste",
      "Italic Capital I LaTeX",
      "Italic Capital I Unicode",
      "how to type Italic Capital I"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐼 in plain text when a Unicode character is appropriate and the destination preserves U+1D43C.",
      "Use 𝐼 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital I is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-j",
    "symbol": "𝐽",
    "slug": "mathematical-italic-capital-j",
    "name": "Italic Capital J",
    "aliases": [
      "mathematical italic capital j"
    ],
    "unicode": "U+1D43D",
    "htmlEntity": "",
    "htmlDecimal": "&#119869;",
    "latex": "𝐽",
    "mathml": "<mi>𝐽</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐽 is the Unicode character named mathematical italic capital j. For Italic Capital J (𝐽), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐽 when the source convention requires this exact character. For Italic Capital J (𝐽), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital j",
    "examples": [
      "𝐽 = x",
      "f(𝐽)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D43D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital j.",
      "word": "Type 1D43D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐽 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐽.",
      "excel": "Paste 𝐽 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital J (𝐽): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐽, learn the meaning and semantic role of italic capital j, and get Unicode, LaTeX (𝐽), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐽; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐽 as U+1D43D; for structured equations, use 𝐽 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital J."
    ],
    "searchIntents": [
      "Italic Capital J symbol meaning",
      "Italic Capital J copy and paste",
      "Italic Capital J LaTeX",
      "Italic Capital J Unicode",
      "how to type Italic Capital J"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐽 in plain text when a Unicode character is appropriate and the destination preserves U+1D43D.",
      "Use 𝐽 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital J is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-k",
    "symbol": "𝐾",
    "slug": "mathematical-italic-capital-k",
    "name": "Italic Capital K",
    "aliases": [
      "mathematical italic capital k"
    ],
    "unicode": "U+1D43E",
    "htmlEntity": "",
    "htmlDecimal": "&#119870;",
    "latex": "𝐾",
    "mathml": "<mi>𝐾</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐾 is the Unicode character named mathematical italic capital k. For Italic Capital K (𝐾), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐾 when the source convention requires this exact character. For Italic Capital K (𝐾), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital k",
    "examples": [
      "𝐾 = x",
      "f(𝐾)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D43E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital k.",
      "word": "Type 1D43E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐾, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐾, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐾 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐾.",
      "excel": "Paste 𝐾 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital K (𝐾): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐾, learn the meaning and semantic role of italic capital k, and get Unicode, LaTeX (𝐾), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐾; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐾 as U+1D43E; for structured equations, use 𝐾 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital K."
    ],
    "searchIntents": [
      "Italic Capital K symbol meaning",
      "Italic Capital K copy and paste",
      "Italic Capital K LaTeX",
      "Italic Capital K Unicode",
      "how to type Italic Capital K"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐾 in plain text when a Unicode character is appropriate and the destination preserves U+1D43E.",
      "Use 𝐾 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital K is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-l",
    "symbol": "𝐿",
    "slug": "mathematical-italic-capital-l",
    "name": "Italic Capital L",
    "aliases": [
      "mathematical italic capital l"
    ],
    "unicode": "U+1D43F",
    "htmlEntity": "",
    "htmlDecimal": "&#119871;",
    "latex": "𝐿",
    "mathml": "<mi>𝐿</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝐿 is the Unicode character named mathematical italic capital l. For Italic Capital L (𝐿), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝐿 when the source convention requires this exact character. For Italic Capital L (𝐿), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital l",
    "examples": [
      "𝐿 = x",
      "f(𝐿)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D43F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital l.",
      "word": "Type 1D43F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝐿, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝐿, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝐿 or use Insert → Special characters. For structured math, use the equation editor and verify 𝐿.",
      "excel": "Paste 𝐿 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital L (𝐿): Meaning, Unicode & LaTeX",
      "description": "Copy 𝐿, learn the meaning and semantic role of italic capital l, and get Unicode, LaTeX (𝐿), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝐿; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝐿 as U+1D43F; for structured equations, use 𝐿 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital L."
    ],
    "searchIntents": [
      "Italic Capital L symbol meaning",
      "Italic Capital L copy and paste",
      "Italic Capital L LaTeX",
      "Italic Capital L Unicode",
      "how to type Italic Capital L"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝐿 in plain text when a Unicode character is appropriate and the destination preserves U+1D43F.",
      "Use 𝐿 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital L is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-m",
    "symbol": "𝑀",
    "slug": "mathematical-italic-capital-m",
    "name": "Italic Capital M",
    "aliases": [
      "mathematical italic capital m"
    ],
    "unicode": "U+1D440",
    "htmlEntity": "",
    "htmlDecimal": "&#119872;",
    "latex": "𝑀",
    "mathml": "<mi>𝑀</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑀 is the Unicode character named mathematical italic capital m. For Italic Capital M (𝑀), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑀 when the source convention requires this exact character. For Italic Capital M (𝑀), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital m",
    "examples": [
      "𝑀 = x",
      "f(𝑀)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D440 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital m.",
      "word": "Type 1D440, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑀 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑀.",
      "excel": "Paste 𝑀 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital M (𝑀): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑀, learn the meaning and semantic role of italic capital m, and get Unicode, LaTeX (𝑀), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑀; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑀 as U+1D440; for structured equations, use 𝑀 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital M."
    ],
    "searchIntents": [
      "Italic Capital M symbol meaning",
      "Italic Capital M copy and paste",
      "Italic Capital M LaTeX",
      "Italic Capital M Unicode",
      "how to type Italic Capital M"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑀 in plain text when a Unicode character is appropriate and the destination preserves U+1D440.",
      "Use 𝑀 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital M is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-n",
    "symbol": "𝑁",
    "slug": "mathematical-italic-capital-n",
    "name": "Italic Capital N",
    "aliases": [
      "mathematical italic capital n"
    ],
    "unicode": "U+1D441",
    "htmlEntity": "",
    "htmlDecimal": "&#119873;",
    "latex": "𝑁",
    "mathml": "<mi>𝑁</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑁 is the Unicode character named mathematical italic capital n. For Italic Capital N (𝑁), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑁 when the source convention requires this exact character. For Italic Capital N (𝑁), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital n",
    "examples": [
      "𝑁 = x",
      "f(𝑁)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D441 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital n.",
      "word": "Type 1D441, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑁 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑁.",
      "excel": "Paste 𝑁 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital N (𝑁): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑁, learn the meaning and semantic role of italic capital n, and get Unicode, LaTeX (𝑁), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑁; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑁 as U+1D441; for structured equations, use 𝑁 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital N."
    ],
    "searchIntents": [
      "Italic Capital N symbol meaning",
      "Italic Capital N copy and paste",
      "Italic Capital N LaTeX",
      "Italic Capital N Unicode",
      "how to type Italic Capital N"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑁 in plain text when a Unicode character is appropriate and the destination preserves U+1D441.",
      "Use 𝑁 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital N is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-o",
    "symbol": "𝑂",
    "slug": "mathematical-italic-capital-o",
    "name": "Italic Capital O",
    "aliases": [
      "mathematical italic capital o"
    ],
    "unicode": "U+1D442",
    "htmlEntity": "",
    "htmlDecimal": "&#119874;",
    "latex": "𝑂",
    "mathml": "<mi>𝑂</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑂 is the Unicode character named mathematical italic capital o. For Italic Capital O (𝑂), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑂 when the source convention requires this exact character. For Italic Capital O (𝑂), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital o",
    "examples": [
      "𝑂 = x",
      "f(𝑂)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D442 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital o.",
      "word": "Type 1D442, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑂 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑂.",
      "excel": "Paste 𝑂 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital O (𝑂): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑂, learn the meaning and semantic role of italic capital o, and get Unicode, LaTeX (𝑂), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑂; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑂 as U+1D442; for structured equations, use 𝑂 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital O."
    ],
    "searchIntents": [
      "Italic Capital O symbol meaning",
      "Italic Capital O copy and paste",
      "Italic Capital O LaTeX",
      "Italic Capital O Unicode",
      "how to type Italic Capital O"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑂 in plain text when a Unicode character is appropriate and the destination preserves U+1D442.",
      "Use 𝑂 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital O is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-p",
    "symbol": "𝑃",
    "slug": "mathematical-italic-capital-p",
    "name": "Italic Capital P",
    "aliases": [
      "mathematical italic capital p"
    ],
    "unicode": "U+1D443",
    "htmlEntity": "",
    "htmlDecimal": "&#119875;",
    "latex": "𝑃",
    "mathml": "<mi>𝑃</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑃 is the Unicode character named mathematical italic capital p. For Italic Capital P (𝑃), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑃 when the source convention requires this exact character. For Italic Capital P (𝑃), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital p",
    "examples": [
      "𝑃 = x",
      "f(𝑃)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D443 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital p.",
      "word": "Type 1D443, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑃 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑃.",
      "excel": "Paste 𝑃 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital P (𝑃): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑃, learn the meaning and semantic role of italic capital p, and get Unicode, LaTeX (𝑃), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑃; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑃 as U+1D443; for structured equations, use 𝑃 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital P."
    ],
    "searchIntents": [
      "Italic Capital P symbol meaning",
      "Italic Capital P copy and paste",
      "Italic Capital P LaTeX",
      "Italic Capital P Unicode",
      "how to type Italic Capital P"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑃 in plain text when a Unicode character is appropriate and the destination preserves U+1D443.",
      "Use 𝑃 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital P is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-q",
    "symbol": "𝑄",
    "slug": "mathematical-italic-capital-q",
    "name": "Italic Capital Q",
    "aliases": [
      "mathematical italic capital q"
    ],
    "unicode": "U+1D444",
    "htmlEntity": "",
    "htmlDecimal": "&#119876;",
    "latex": "𝑄",
    "mathml": "<mi>𝑄</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑄 is the Unicode character named mathematical italic capital q. For Italic Capital Q (𝑄), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑄 when the source convention requires this exact character. For Italic Capital Q (𝑄), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital q",
    "examples": [
      "𝑄 = x",
      "f(𝑄)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D444 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital q.",
      "word": "Type 1D444, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑄 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑄.",
      "excel": "Paste 𝑄 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital Q (𝑄): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑄, learn the meaning and semantic role of italic capital q, and get Unicode, LaTeX (𝑄), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑄; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑄 as U+1D444; for structured equations, use 𝑄 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital Q."
    ],
    "searchIntents": [
      "Italic Capital Q symbol meaning",
      "Italic Capital Q copy and paste",
      "Italic Capital Q LaTeX",
      "Italic Capital Q Unicode",
      "how to type Italic Capital Q"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑄 in plain text when a Unicode character is appropriate and the destination preserves U+1D444.",
      "Use 𝑄 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital Q is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-r",
    "symbol": "𝑅",
    "slug": "mathematical-italic-capital-r",
    "name": "Italic Capital R",
    "aliases": [
      "mathematical italic capital r"
    ],
    "unicode": "U+1D445",
    "htmlEntity": "",
    "htmlDecimal": "&#119877;",
    "latex": "𝑅",
    "mathml": "<mi>𝑅</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑅 is the Unicode character named mathematical italic capital r. For Italic Capital R (𝑅), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑅 when the source convention requires this exact character. For Italic Capital R (𝑅), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital r",
    "examples": [
      "𝑅 = x",
      "f(𝑅)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D445 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital r.",
      "word": "Type 1D445, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑅 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑅.",
      "excel": "Paste 𝑅 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital R (𝑅): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑅, learn the meaning and semantic role of italic capital r, and get Unicode, LaTeX (𝑅), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑅; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑅 as U+1D445; for structured equations, use 𝑅 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital R."
    ],
    "searchIntents": [
      "Italic Capital R symbol meaning",
      "Italic Capital R copy and paste",
      "Italic Capital R LaTeX",
      "Italic Capital R Unicode",
      "how to type Italic Capital R"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑅 in plain text when a Unicode character is appropriate and the destination preserves U+1D445.",
      "Use 𝑅 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital R is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-s",
    "symbol": "𝑆",
    "slug": "mathematical-italic-capital-s",
    "name": "Italic Capital S",
    "aliases": [
      "mathematical italic capital s"
    ],
    "unicode": "U+1D446",
    "htmlEntity": "",
    "htmlDecimal": "&#119878;",
    "latex": "𝑆",
    "mathml": "<mi>𝑆</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑆 is the Unicode character named mathematical italic capital s. For Italic Capital S (𝑆), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑆 when the source convention requires this exact character. For Italic Capital S (𝑆), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital s",
    "examples": [
      "𝑆 = x",
      "f(𝑆)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D446 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital s.",
      "word": "Type 1D446, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑆 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑆.",
      "excel": "Paste 𝑆 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital S (𝑆): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑆, learn the meaning and semantic role of italic capital s, and get Unicode, LaTeX (𝑆), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑆; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑆 as U+1D446; for structured equations, use 𝑆 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital S."
    ],
    "searchIntents": [
      "Italic Capital S symbol meaning",
      "Italic Capital S copy and paste",
      "Italic Capital S LaTeX",
      "Italic Capital S Unicode",
      "how to type Italic Capital S"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑆 in plain text when a Unicode character is appropriate and the destination preserves U+1D446.",
      "Use 𝑆 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital S is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-t",
    "symbol": "𝑇",
    "slug": "mathematical-italic-capital-t",
    "name": "Italic Capital T",
    "aliases": [
      "mathematical italic capital t"
    ],
    "unicode": "U+1D447",
    "htmlEntity": "",
    "htmlDecimal": "&#119879;",
    "latex": "𝑇",
    "mathml": "<mi>𝑇</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑇 is the Unicode character named mathematical italic capital t. For Italic Capital T (𝑇), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑇 when the source convention requires this exact character. For Italic Capital T (𝑇), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital t",
    "examples": [
      "𝑇 = x",
      "f(𝑇)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D447 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital t.",
      "word": "Type 1D447, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑇 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑇.",
      "excel": "Paste 𝑇 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital T (𝑇): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑇, learn the meaning and semantic role of italic capital t, and get Unicode, LaTeX (𝑇), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑇; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑇 as U+1D447; for structured equations, use 𝑇 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital T."
    ],
    "searchIntents": [
      "Italic Capital T symbol meaning",
      "Italic Capital T copy and paste",
      "Italic Capital T LaTeX",
      "Italic Capital T Unicode",
      "how to type Italic Capital T"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑇 in plain text when a Unicode character is appropriate and the destination preserves U+1D447.",
      "Use 𝑇 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital T is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-u",
    "symbol": "𝑈",
    "slug": "mathematical-italic-capital-u",
    "name": "Italic Capital U",
    "aliases": [
      "mathematical italic capital u"
    ],
    "unicode": "U+1D448",
    "htmlEntity": "",
    "htmlDecimal": "&#119880;",
    "latex": "𝑈",
    "mathml": "<mi>𝑈</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑈 is the Unicode character named mathematical italic capital u. For Italic Capital U (𝑈), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑈 when the source convention requires this exact character. For Italic Capital U (𝑈), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital u",
    "examples": [
      "𝑈 = x",
      "f(𝑈)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D448 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital u.",
      "word": "Type 1D448, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑈 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑈.",
      "excel": "Paste 𝑈 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital U (𝑈): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑈, learn the meaning and semantic role of italic capital u, and get Unicode, LaTeX (𝑈), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑈; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑈 as U+1D448; for structured equations, use 𝑈 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital U."
    ],
    "searchIntents": [
      "Italic Capital U symbol meaning",
      "Italic Capital U copy and paste",
      "Italic Capital U LaTeX",
      "Italic Capital U Unicode",
      "how to type Italic Capital U"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑈 in plain text when a Unicode character is appropriate and the destination preserves U+1D448.",
      "Use 𝑈 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital U is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-v",
    "symbol": "𝑉",
    "slug": "mathematical-italic-capital-v",
    "name": "Italic Capital V",
    "aliases": [
      "mathematical italic capital v"
    ],
    "unicode": "U+1D449",
    "htmlEntity": "",
    "htmlDecimal": "&#119881;",
    "latex": "𝑉",
    "mathml": "<mi>𝑉</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑉 is the Unicode character named mathematical italic capital v. For Italic Capital V (𝑉), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑉 when the source convention requires this exact character. For Italic Capital V (𝑉), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital v",
    "examples": [
      "𝑉 = x",
      "f(𝑉)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D449 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital v.",
      "word": "Type 1D449, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑉 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑉.",
      "excel": "Paste 𝑉 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital V (𝑉): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑉, learn the meaning and semantic role of italic capital v, and get Unicode, LaTeX (𝑉), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑉; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑉 as U+1D449; for structured equations, use 𝑉 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital V."
    ],
    "searchIntents": [
      "Italic Capital V symbol meaning",
      "Italic Capital V copy and paste",
      "Italic Capital V LaTeX",
      "Italic Capital V Unicode",
      "how to type Italic Capital V"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑉 in plain text when a Unicode character is appropriate and the destination preserves U+1D449.",
      "Use 𝑉 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital V is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-w",
    "symbol": "𝑊",
    "slug": "mathematical-italic-capital-w",
    "name": "Italic Capital W",
    "aliases": [
      "mathematical italic capital w"
    ],
    "unicode": "U+1D44A",
    "htmlEntity": "",
    "htmlDecimal": "&#119882;",
    "latex": "𝑊",
    "mathml": "<mi>𝑊</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑊 is the Unicode character named mathematical italic capital w. For Italic Capital W (𝑊), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑊 when the source convention requires this exact character. For Italic Capital W (𝑊), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital w",
    "examples": [
      "𝑊 = x",
      "f(𝑊)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D44A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital w.",
      "word": "Type 1D44A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑊 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑊.",
      "excel": "Paste 𝑊 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital W (𝑊): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑊, learn the meaning and semantic role of italic capital w, and get Unicode, LaTeX (𝑊), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑊; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑊 as U+1D44A; for structured equations, use 𝑊 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital W."
    ],
    "searchIntents": [
      "Italic Capital W symbol meaning",
      "Italic Capital W copy and paste",
      "Italic Capital W LaTeX",
      "Italic Capital W Unicode",
      "how to type Italic Capital W"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑊 in plain text when a Unicode character is appropriate and the destination preserves U+1D44A.",
      "Use 𝑊 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital W is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-x",
    "symbol": "𝑋",
    "slug": "mathematical-italic-capital-x",
    "name": "Italic Capital X",
    "aliases": [
      "mathematical italic capital x"
    ],
    "unicode": "U+1D44B",
    "htmlEntity": "",
    "htmlDecimal": "&#119883;",
    "latex": "𝑋",
    "mathml": "<mi>𝑋</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑋 is the Unicode character named mathematical italic capital x. For Italic Capital X (𝑋), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑋 when the source convention requires this exact character. For Italic Capital X (𝑋), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital x",
    "examples": [
      "𝑋 = x",
      "f(𝑋)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D44B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital x.",
      "word": "Type 1D44B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑋 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑋.",
      "excel": "Paste 𝑋 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital X (𝑋): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑋, learn the meaning and semantic role of italic capital x, and get Unicode, LaTeX (𝑋), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑋; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑋 as U+1D44B; for structured equations, use 𝑋 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital X."
    ],
    "searchIntents": [
      "Italic Capital X symbol meaning",
      "Italic Capital X copy and paste",
      "Italic Capital X LaTeX",
      "Italic Capital X Unicode",
      "how to type Italic Capital X"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑋 in plain text when a Unicode character is appropriate and the destination preserves U+1D44B.",
      "Use 𝑋 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital X is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-y",
    "symbol": "𝑌",
    "slug": "mathematical-italic-capital-y",
    "name": "Italic Capital Y",
    "aliases": [
      "mathematical italic capital y"
    ],
    "unicode": "U+1D44C",
    "htmlEntity": "",
    "htmlDecimal": "&#119884;",
    "latex": "𝑌",
    "mathml": "<mi>𝑌</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑌 is the Unicode character named mathematical italic capital y. For Italic Capital Y (𝑌), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑌 when the source convention requires this exact character. For Italic Capital Y (𝑌), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital y",
    "examples": [
      "𝑌 = x",
      "f(𝑌)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D44C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital y.",
      "word": "Type 1D44C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑌 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑌.",
      "excel": "Paste 𝑌 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital Y (𝑌): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑌, learn the meaning and semantic role of italic capital y, and get Unicode, LaTeX (𝑌), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑌; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑌 as U+1D44C; for structured equations, use 𝑌 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital Y."
    ],
    "searchIntents": [
      "Italic Capital Y symbol meaning",
      "Italic Capital Y copy and paste",
      "Italic Capital Y LaTeX",
      "Italic Capital Y Unicode",
      "how to type Italic Capital Y"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑌 in plain text when a Unicode character is appropriate and the destination preserves U+1D44C.",
      "Use 𝑌 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital Y is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-capital-z",
    "symbol": "𝑍",
    "slug": "mathematical-italic-capital-z",
    "name": "Italic Capital Z",
    "aliases": [
      "mathematical italic capital z"
    ],
    "unicode": "U+1D44D",
    "htmlEntity": "",
    "htmlDecimal": "&#119885;",
    "latex": "𝑍",
    "mathml": "<mi>𝑍</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑍 is the Unicode character named mathematical italic capital z. For Italic Capital Z (𝑍), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑍 when the source convention requires this exact character. For Italic Capital Z (𝑍), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic capital z",
    "examples": [
      "𝑍 = x",
      "f(𝑍)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D44D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic capital z.",
      "word": "Type 1D44D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑍 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑍.",
      "excel": "Paste 𝑍 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Capital Z (𝑍): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑍, learn the meaning and semantic role of italic capital z, and get Unicode, LaTeX (𝑍), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑍; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑍 as U+1D44D; for structured equations, use 𝑍 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Capital Z."
    ],
    "searchIntents": [
      "Italic Capital Z symbol meaning",
      "Italic Capital Z copy and paste",
      "Italic Capital Z LaTeX",
      "Italic Capital Z Unicode",
      "how to type Italic Capital Z"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑍 in plain text when a Unicode character is appropriate and the destination preserves U+1D44D.",
      "Use 𝑍 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Capital Z is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-a",
    "symbol": "𝑎",
    "slug": "mathematical-italic-small-a",
    "name": "Italic Small A",
    "aliases": [
      "mathematical italic small a"
    ],
    "unicode": "U+1D44E",
    "htmlEntity": "",
    "htmlDecimal": "&#119886;",
    "latex": "𝑎",
    "mathml": "<mi>𝑎</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑎 is the Unicode character named mathematical italic small a. For Italic Small A (𝑎), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑎 when the source convention requires this exact character. For Italic Small A (𝑎), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small a",
    "examples": [
      "𝑎 = x",
      "f(𝑎)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D44E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small a.",
      "word": "Type 1D44E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑎 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑎.",
      "excel": "Paste 𝑎 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small A (𝑎): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑎, learn the meaning and semantic role of italic small a, and get Unicode, LaTeX (𝑎), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑎; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑎 as U+1D44E; for structured equations, use 𝑎 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small A."
    ],
    "searchIntents": [
      "Italic Small A symbol meaning",
      "Italic Small A copy and paste",
      "Italic Small A LaTeX",
      "Italic Small A Unicode",
      "how to type Italic Small A"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑎 in plain text when a Unicode character is appropriate and the destination preserves U+1D44E.",
      "Use 𝑎 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small A is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-b",
    "symbol": "𝑏",
    "slug": "mathematical-italic-small-b",
    "name": "Italic Small B",
    "aliases": [
      "mathematical italic small b"
    ],
    "unicode": "U+1D44F",
    "htmlEntity": "",
    "htmlDecimal": "&#119887;",
    "latex": "𝑏",
    "mathml": "<mi>𝑏</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑏 is the Unicode character named mathematical italic small b. For Italic Small B (𝑏), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑏 when the source convention requires this exact character. For Italic Small B (𝑏), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small b",
    "examples": [
      "𝑏 = x",
      "f(𝑏)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D44F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small b.",
      "word": "Type 1D44F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑏 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑏.",
      "excel": "Paste 𝑏 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small B (𝑏): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑏, learn the meaning and semantic role of italic small b, and get Unicode, LaTeX (𝑏), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑏; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑏 as U+1D44F; for structured equations, use 𝑏 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small B."
    ],
    "searchIntents": [
      "Italic Small B symbol meaning",
      "Italic Small B copy and paste",
      "Italic Small B LaTeX",
      "Italic Small B Unicode",
      "how to type Italic Small B"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑏 in plain text when a Unicode character is appropriate and the destination preserves U+1D44F.",
      "Use 𝑏 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small B is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-c",
    "symbol": "𝑐",
    "slug": "mathematical-italic-small-c",
    "name": "Italic Small C",
    "aliases": [
      "mathematical italic small c"
    ],
    "unicode": "U+1D450",
    "htmlEntity": "",
    "htmlDecimal": "&#119888;",
    "latex": "𝑐",
    "mathml": "<mi>𝑐</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑐 is the Unicode character named mathematical italic small c. For Italic Small C (𝑐), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑐 when the source convention requires this exact character. For Italic Small C (𝑐), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small c",
    "examples": [
      "𝑐 = x",
      "f(𝑐)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D450 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small c.",
      "word": "Type 1D450, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑐 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑐.",
      "excel": "Paste 𝑐 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small C (𝑐): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑐, learn the meaning and semantic role of italic small c, and get Unicode, LaTeX (𝑐), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑐; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑐 as U+1D450; for structured equations, use 𝑐 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small C."
    ],
    "searchIntents": [
      "Italic Small C symbol meaning",
      "Italic Small C copy and paste",
      "Italic Small C LaTeX",
      "Italic Small C Unicode",
      "how to type Italic Small C"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑐 in plain text when a Unicode character is appropriate and the destination preserves U+1D450.",
      "Use 𝑐 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small C is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-d",
    "symbol": "𝑑",
    "slug": "mathematical-italic-small-d",
    "name": "Italic Small D",
    "aliases": [
      "mathematical italic small d"
    ],
    "unicode": "U+1D451",
    "htmlEntity": "",
    "htmlDecimal": "&#119889;",
    "latex": "𝑑",
    "mathml": "<mi>𝑑</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑑 is the Unicode character named mathematical italic small d. For Italic Small D (𝑑), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑑 when the source convention requires this exact character. For Italic Small D (𝑑), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small d",
    "examples": [
      "𝑑 = x",
      "f(𝑑)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D451 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small d.",
      "word": "Type 1D451, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑑 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑑.",
      "excel": "Paste 𝑑 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small D (𝑑): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑑, learn the meaning and semantic role of italic small d, and get Unicode, LaTeX (𝑑), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑑; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑑 as U+1D451; for structured equations, use 𝑑 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small D."
    ],
    "searchIntents": [
      "Italic Small D symbol meaning",
      "Italic Small D copy and paste",
      "Italic Small D LaTeX",
      "Italic Small D Unicode",
      "how to type Italic Small D"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑑 in plain text when a Unicode character is appropriate and the destination preserves U+1D451.",
      "Use 𝑑 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small D is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-e",
    "symbol": "𝑒",
    "slug": "mathematical-italic-small-e",
    "name": "Italic Small E",
    "aliases": [
      "mathematical italic small e"
    ],
    "unicode": "U+1D452",
    "htmlEntity": "",
    "htmlDecimal": "&#119890;",
    "latex": "𝑒",
    "mathml": "<mi>𝑒</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑒 is the Unicode character named mathematical italic small e. For Italic Small E (𝑒), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑒 when the source convention requires this exact character. For Italic Small E (𝑒), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small e",
    "examples": [
      "𝑒 = x",
      "f(𝑒)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D452 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small e.",
      "word": "Type 1D452, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑒 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑒.",
      "excel": "Paste 𝑒 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small E (𝑒): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑒, learn the meaning and semantic role of italic small e, and get Unicode, LaTeX (𝑒), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑒; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑒 as U+1D452; for structured equations, use 𝑒 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small E."
    ],
    "searchIntents": [
      "Italic Small E symbol meaning",
      "Italic Small E copy and paste",
      "Italic Small E LaTeX",
      "Italic Small E Unicode",
      "how to type Italic Small E"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑒 in plain text when a Unicode character is appropriate and the destination preserves U+1D452.",
      "Use 𝑒 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small E is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-f",
    "symbol": "𝑓",
    "slug": "mathematical-italic-small-f",
    "name": "Italic Small F",
    "aliases": [
      "mathematical italic small f"
    ],
    "unicode": "U+1D453",
    "htmlEntity": "",
    "htmlDecimal": "&#119891;",
    "latex": "𝑓",
    "mathml": "<mi>𝑓</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑓 is the Unicode character named mathematical italic small f. For Italic Small F (𝑓), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑓 when the source convention requires this exact character. For Italic Small F (𝑓), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small f",
    "examples": [
      "𝑓 = x",
      "f(𝑓)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D453 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small f.",
      "word": "Type 1D453, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑓 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑓.",
      "excel": "Paste 𝑓 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small F (𝑓): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑓, learn the meaning and semantic role of italic small f, and get Unicode, LaTeX (𝑓), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑓; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑓 as U+1D453; for structured equations, use 𝑓 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small F."
    ],
    "searchIntents": [
      "Italic Small F symbol meaning",
      "Italic Small F copy and paste",
      "Italic Small F LaTeX",
      "Italic Small F Unicode",
      "how to type Italic Small F"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑓 in plain text when a Unicode character is appropriate and the destination preserves U+1D453.",
      "Use 𝑓 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small F is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-g",
    "symbol": "𝑔",
    "slug": "mathematical-italic-small-g",
    "name": "Italic Small G",
    "aliases": [
      "mathematical italic small g"
    ],
    "unicode": "U+1D454",
    "htmlEntity": "",
    "htmlDecimal": "&#119892;",
    "latex": "𝑔",
    "mathml": "<mi>𝑔</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑔 is the Unicode character named mathematical italic small g. For Italic Small G (𝑔), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑔 when the source convention requires this exact character. For Italic Small G (𝑔), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small g",
    "examples": [
      "𝑔 = x",
      "f(𝑔)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D454 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small g.",
      "word": "Type 1D454, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑔 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑔.",
      "excel": "Paste 𝑔 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small G (𝑔): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑔, learn the meaning and semantic role of italic small g, and get Unicode, LaTeX (𝑔), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑔; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑔 as U+1D454; for structured equations, use 𝑔 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small G."
    ],
    "searchIntents": [
      "Italic Small G symbol meaning",
      "Italic Small G copy and paste",
      "Italic Small G LaTeX",
      "Italic Small G Unicode",
      "how to type Italic Small G"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑔 in plain text when a Unicode character is appropriate and the destination preserves U+1D454.",
      "Use 𝑔 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small G is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-i",
    "symbol": "𝑖",
    "slug": "mathematical-italic-small-i",
    "name": "Italic Small I",
    "aliases": [
      "mathematical italic small i"
    ],
    "unicode": "U+1D456",
    "htmlEntity": "",
    "htmlDecimal": "&#119894;",
    "latex": "𝑖",
    "mathml": "<mi>𝑖</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑖 is the Unicode character named mathematical italic small i. For Italic Small I (𝑖), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑖 when the source convention requires this exact character. For Italic Small I (𝑖), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small i",
    "examples": [
      "𝑖 = x",
      "f(𝑖)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D456 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small i.",
      "word": "Type 1D456, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑖 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑖.",
      "excel": "Paste 𝑖 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small I (𝑖): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑖, learn the meaning and semantic role of italic small i, and get Unicode, LaTeX (𝑖), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑖; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑖 as U+1D456; for structured equations, use 𝑖 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small I."
    ],
    "searchIntents": [
      "Italic Small I symbol meaning",
      "Italic Small I copy and paste",
      "Italic Small I LaTeX",
      "Italic Small I Unicode",
      "how to type Italic Small I"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑖 in plain text when a Unicode character is appropriate and the destination preserves U+1D456.",
      "Use 𝑖 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small I is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-j",
    "symbol": "𝑗",
    "slug": "mathematical-italic-small-j",
    "name": "Italic Small J",
    "aliases": [
      "mathematical italic small j"
    ],
    "unicode": "U+1D457",
    "htmlEntity": "",
    "htmlDecimal": "&#119895;",
    "latex": "𝑗",
    "mathml": "<mi>𝑗</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑗 is the Unicode character named mathematical italic small j. For Italic Small J (𝑗), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑗 when the source convention requires this exact character. For Italic Small J (𝑗), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small j",
    "examples": [
      "𝑗 = x",
      "f(𝑗)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D457 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small j.",
      "word": "Type 1D457, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑗, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑗, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑗 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑗.",
      "excel": "Paste 𝑗 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small J (𝑗): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑗, learn the meaning and semantic role of italic small j, and get Unicode, LaTeX (𝑗), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑗; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑗 as U+1D457; for structured equations, use 𝑗 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small J."
    ],
    "searchIntents": [
      "Italic Small J symbol meaning",
      "Italic Small J copy and paste",
      "Italic Small J LaTeX",
      "Italic Small J Unicode",
      "how to type Italic Small J"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑗 in plain text when a Unicode character is appropriate and the destination preserves U+1D457.",
      "Use 𝑗 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small J is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-k",
    "symbol": "𝑘",
    "slug": "mathematical-italic-small-k",
    "name": "Italic Small K",
    "aliases": [
      "mathematical italic small k"
    ],
    "unicode": "U+1D458",
    "htmlEntity": "",
    "htmlDecimal": "&#119896;",
    "latex": "𝑘",
    "mathml": "<mi>𝑘</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑘 is the Unicode character named mathematical italic small k. For Italic Small K (𝑘), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑘 when the source convention requires this exact character. For Italic Small K (𝑘), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small k",
    "examples": [
      "𝑘 = x",
      "f(𝑘)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D458 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small k.",
      "word": "Type 1D458, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑘, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑘, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑘 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑘.",
      "excel": "Paste 𝑘 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small K (𝑘): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑘, learn the meaning and semantic role of italic small k, and get Unicode, LaTeX (𝑘), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑘; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑘 as U+1D458; for structured equations, use 𝑘 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small K."
    ],
    "searchIntents": [
      "Italic Small K symbol meaning",
      "Italic Small K copy and paste",
      "Italic Small K LaTeX",
      "Italic Small K Unicode",
      "how to type Italic Small K"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑘 in plain text when a Unicode character is appropriate and the destination preserves U+1D458.",
      "Use 𝑘 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small K is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-l",
    "symbol": "𝑙",
    "slug": "mathematical-italic-small-l",
    "name": "Italic Small L",
    "aliases": [
      "mathematical italic small l"
    ],
    "unicode": "U+1D459",
    "htmlEntity": "",
    "htmlDecimal": "&#119897;",
    "latex": "𝑙",
    "mathml": "<mi>𝑙</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑙 is the Unicode character named mathematical italic small l. For Italic Small L (𝑙), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑙 when the source convention requires this exact character. For Italic Small L (𝑙), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small l",
    "examples": [
      "𝑙 = x",
      "f(𝑙)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D459 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small l.",
      "word": "Type 1D459, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑙, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑙, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑙 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑙.",
      "excel": "Paste 𝑙 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small L (𝑙): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑙, learn the meaning and semantic role of italic small l, and get Unicode, LaTeX (𝑙), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑙; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑙 as U+1D459; for structured equations, use 𝑙 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small L."
    ],
    "searchIntents": [
      "Italic Small L symbol meaning",
      "Italic Small L copy and paste",
      "Italic Small L LaTeX",
      "Italic Small L Unicode",
      "how to type Italic Small L"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑙 in plain text when a Unicode character is appropriate and the destination preserves U+1D459.",
      "Use 𝑙 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small L is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-m",
    "symbol": "𝑚",
    "slug": "mathematical-italic-small-m",
    "name": "Italic Small M",
    "aliases": [
      "mathematical italic small m"
    ],
    "unicode": "U+1D45A",
    "htmlEntity": "",
    "htmlDecimal": "&#119898;",
    "latex": "𝑚",
    "mathml": "<mi>𝑚</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑚 is the Unicode character named mathematical italic small m. For Italic Small M (𝑚), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑚 when the source convention requires this exact character. For Italic Small M (𝑚), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small m",
    "examples": [
      "𝑚 = x",
      "f(𝑚)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D45A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small m.",
      "word": "Type 1D45A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑚, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑚, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑚 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑚.",
      "excel": "Paste 𝑚 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small M (𝑚): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑚, learn the meaning and semantic role of italic small m, and get Unicode, LaTeX (𝑚), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑚; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑚 as U+1D45A; for structured equations, use 𝑚 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small M."
    ],
    "searchIntents": [
      "Italic Small M symbol meaning",
      "Italic Small M copy and paste",
      "Italic Small M LaTeX",
      "Italic Small M Unicode",
      "how to type Italic Small M"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑚 in plain text when a Unicode character is appropriate and the destination preserves U+1D45A.",
      "Use 𝑚 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small M is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-n",
    "symbol": "𝑛",
    "slug": "mathematical-italic-small-n",
    "name": "Italic Small N",
    "aliases": [
      "mathematical italic small n"
    ],
    "unicode": "U+1D45B",
    "htmlEntity": "",
    "htmlDecimal": "&#119899;",
    "latex": "𝑛",
    "mathml": "<mi>𝑛</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑛 is the Unicode character named mathematical italic small n. For Italic Small N (𝑛), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑛 when the source convention requires this exact character. For Italic Small N (𝑛), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small n",
    "examples": [
      "𝑛 = x",
      "f(𝑛)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D45B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small n.",
      "word": "Type 1D45B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑛, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑛, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑛 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑛.",
      "excel": "Paste 𝑛 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small N (𝑛): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑛, learn the meaning and semantic role of italic small n, and get Unicode, LaTeX (𝑛), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑛; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑛 as U+1D45B; for structured equations, use 𝑛 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small N."
    ],
    "searchIntents": [
      "Italic Small N symbol meaning",
      "Italic Small N copy and paste",
      "Italic Small N LaTeX",
      "Italic Small N Unicode",
      "how to type Italic Small N"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑛 in plain text when a Unicode character is appropriate and the destination preserves U+1D45B.",
      "Use 𝑛 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small N is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-o",
    "symbol": "𝑜",
    "slug": "mathematical-italic-small-o",
    "name": "Italic Small O",
    "aliases": [
      "mathematical italic small o"
    ],
    "unicode": "U+1D45C",
    "htmlEntity": "",
    "htmlDecimal": "&#119900;",
    "latex": "𝑜",
    "mathml": "<mi>𝑜</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑜 is the Unicode character named mathematical italic small o. For Italic Small O (𝑜), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑜 when the source convention requires this exact character. For Italic Small O (𝑜), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small o",
    "examples": [
      "𝑜 = x",
      "f(𝑜)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D45C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small o.",
      "word": "Type 1D45C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑜, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑜, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑜 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑜.",
      "excel": "Paste 𝑜 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small O (𝑜): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑜, learn the meaning and semantic role of italic small o, and get Unicode, LaTeX (𝑜), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑜; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑜 as U+1D45C; for structured equations, use 𝑜 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small O."
    ],
    "searchIntents": [
      "Italic Small O symbol meaning",
      "Italic Small O copy and paste",
      "Italic Small O LaTeX",
      "Italic Small O Unicode",
      "how to type Italic Small O"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑜 in plain text when a Unicode character is appropriate and the destination preserves U+1D45C.",
      "Use 𝑜 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small O is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-p",
    "symbol": "𝑝",
    "slug": "mathematical-italic-small-p",
    "name": "Italic Small P",
    "aliases": [
      "mathematical italic small p"
    ],
    "unicode": "U+1D45D",
    "htmlEntity": "",
    "htmlDecimal": "&#119901;",
    "latex": "𝑝",
    "mathml": "<mi>𝑝</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑝 is the Unicode character named mathematical italic small p. For Italic Small P (𝑝), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑝 when the source convention requires this exact character. For Italic Small P (𝑝), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small p",
    "examples": [
      "𝑝 = x",
      "f(𝑝)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D45D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small p.",
      "word": "Type 1D45D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑝, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑝, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑝 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑝.",
      "excel": "Paste 𝑝 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small P (𝑝): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑝, learn the meaning and semantic role of italic small p, and get Unicode, LaTeX (𝑝), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑝; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑝 as U+1D45D; for structured equations, use 𝑝 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small P."
    ],
    "searchIntents": [
      "Italic Small P symbol meaning",
      "Italic Small P copy and paste",
      "Italic Small P LaTeX",
      "Italic Small P Unicode",
      "how to type Italic Small P"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑝 in plain text when a Unicode character is appropriate and the destination preserves U+1D45D.",
      "Use 𝑝 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small P is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-q",
    "symbol": "𝑞",
    "slug": "mathematical-italic-small-q",
    "name": "Italic Small Q",
    "aliases": [
      "mathematical italic small q"
    ],
    "unicode": "U+1D45E",
    "htmlEntity": "",
    "htmlDecimal": "&#119902;",
    "latex": "𝑞",
    "mathml": "<mi>𝑞</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑞 is the Unicode character named mathematical italic small q. For Italic Small Q (𝑞), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑞 when the source convention requires this exact character. For Italic Small Q (𝑞), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small q",
    "examples": [
      "𝑞 = x",
      "f(𝑞)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D45E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small q.",
      "word": "Type 1D45E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑞, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑞, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑞 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑞.",
      "excel": "Paste 𝑞 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small Q (𝑞): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑞, learn the meaning and semantic role of italic small q, and get Unicode, LaTeX (𝑞), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑞; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑞 as U+1D45E; for structured equations, use 𝑞 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small Q."
    ],
    "searchIntents": [
      "Italic Small Q symbol meaning",
      "Italic Small Q copy and paste",
      "Italic Small Q LaTeX",
      "Italic Small Q Unicode",
      "how to type Italic Small Q"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑞 in plain text when a Unicode character is appropriate and the destination preserves U+1D45E.",
      "Use 𝑞 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small Q is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-r",
    "symbol": "𝑟",
    "slug": "mathematical-italic-small-r",
    "name": "Italic Small R",
    "aliases": [
      "mathematical italic small r"
    ],
    "unicode": "U+1D45F",
    "htmlEntity": "",
    "htmlDecimal": "&#119903;",
    "latex": "𝑟",
    "mathml": "<mi>𝑟</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑟 is the Unicode character named mathematical italic small r. For Italic Small R (𝑟), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑟 when the source convention requires this exact character. For Italic Small R (𝑟), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small r",
    "examples": [
      "𝑟 = x",
      "f(𝑟)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D45F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small r.",
      "word": "Type 1D45F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑟, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑟, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑟 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑟.",
      "excel": "Paste 𝑟 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small R (𝑟): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑟, learn the meaning and semantic role of italic small r, and get Unicode, LaTeX (𝑟), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑟; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑟 as U+1D45F; for structured equations, use 𝑟 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small R."
    ],
    "searchIntents": [
      "Italic Small R symbol meaning",
      "Italic Small R copy and paste",
      "Italic Small R LaTeX",
      "Italic Small R Unicode",
      "how to type Italic Small R"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑟 in plain text when a Unicode character is appropriate and the destination preserves U+1D45F.",
      "Use 𝑟 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small R is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-s",
    "symbol": "𝑠",
    "slug": "mathematical-italic-small-s",
    "name": "Italic Small S",
    "aliases": [
      "mathematical italic small s"
    ],
    "unicode": "U+1D460",
    "htmlEntity": "",
    "htmlDecimal": "&#119904;",
    "latex": "𝑠",
    "mathml": "<mi>𝑠</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑠 is the Unicode character named mathematical italic small s. For Italic Small S (𝑠), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑠 when the source convention requires this exact character. For Italic Small S (𝑠), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small s",
    "examples": [
      "𝑠 = x",
      "f(𝑠)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D460 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small s.",
      "word": "Type 1D460, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑠, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑠, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑠 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑠.",
      "excel": "Paste 𝑠 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small S (𝑠): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑠, learn the meaning and semantic role of italic small s, and get Unicode, LaTeX (𝑠), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑠; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑠 as U+1D460; for structured equations, use 𝑠 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small S."
    ],
    "searchIntents": [
      "Italic Small S symbol meaning",
      "Italic Small S copy and paste",
      "Italic Small S LaTeX",
      "Italic Small S Unicode",
      "how to type Italic Small S"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑠 in plain text when a Unicode character is appropriate and the destination preserves U+1D460.",
      "Use 𝑠 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small S is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-t",
    "symbol": "𝑡",
    "slug": "mathematical-italic-small-t",
    "name": "Italic Small T",
    "aliases": [
      "mathematical italic small t"
    ],
    "unicode": "U+1D461",
    "htmlEntity": "",
    "htmlDecimal": "&#119905;",
    "latex": "𝑡",
    "mathml": "<mi>𝑡</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑡 is the Unicode character named mathematical italic small t. For Italic Small T (𝑡), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑡 when the source convention requires this exact character. For Italic Small T (𝑡), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small t",
    "examples": [
      "𝑡 = x",
      "f(𝑡)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D461 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small t.",
      "word": "Type 1D461, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑡, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑡, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑡 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑡.",
      "excel": "Paste 𝑡 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small T (𝑡): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑡, learn the meaning and semantic role of italic small t, and get Unicode, LaTeX (𝑡), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑡; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑡 as U+1D461; for structured equations, use 𝑡 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small T."
    ],
    "searchIntents": [
      "Italic Small T symbol meaning",
      "Italic Small T copy and paste",
      "Italic Small T LaTeX",
      "Italic Small T Unicode",
      "how to type Italic Small T"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑡 in plain text when a Unicode character is appropriate and the destination preserves U+1D461.",
      "Use 𝑡 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small T is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-u",
    "symbol": "𝑢",
    "slug": "mathematical-italic-small-u",
    "name": "Italic Small U",
    "aliases": [
      "mathematical italic small u"
    ],
    "unicode": "U+1D462",
    "htmlEntity": "",
    "htmlDecimal": "&#119906;",
    "latex": "𝑢",
    "mathml": "<mi>𝑢</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑢 is the Unicode character named mathematical italic small u. For Italic Small U (𝑢), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑢 when the source convention requires this exact character. For Italic Small U (𝑢), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small u",
    "examples": [
      "𝑢 = x",
      "f(𝑢)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D462 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small u.",
      "word": "Type 1D462, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑢, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑢, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑢 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑢.",
      "excel": "Paste 𝑢 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small U (𝑢): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑢, learn the meaning and semantic role of italic small u, and get Unicode, LaTeX (𝑢), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑢; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑢 as U+1D462; for structured equations, use 𝑢 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small U."
    ],
    "searchIntents": [
      "Italic Small U symbol meaning",
      "Italic Small U copy and paste",
      "Italic Small U LaTeX",
      "Italic Small U Unicode",
      "how to type Italic Small U"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑢 in plain text when a Unicode character is appropriate and the destination preserves U+1D462.",
      "Use 𝑢 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small U is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-v",
    "symbol": "𝑣",
    "slug": "mathematical-italic-small-v",
    "name": "Italic Small V",
    "aliases": [
      "mathematical italic small v"
    ],
    "unicode": "U+1D463",
    "htmlEntity": "",
    "htmlDecimal": "&#119907;",
    "latex": "𝑣",
    "mathml": "<mi>𝑣</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑣 is the Unicode character named mathematical italic small v. For Italic Small V (𝑣), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑣 when the source convention requires this exact character. For Italic Small V (𝑣), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small v",
    "examples": [
      "𝑣 = x",
      "f(𝑣)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D463 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small v.",
      "word": "Type 1D463, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑣, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑣, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑣 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑣.",
      "excel": "Paste 𝑣 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small V (𝑣): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑣, learn the meaning and semantic role of italic small v, and get Unicode, LaTeX (𝑣), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑣; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑣 as U+1D463; for structured equations, use 𝑣 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small V."
    ],
    "searchIntents": [
      "Italic Small V symbol meaning",
      "Italic Small V copy and paste",
      "Italic Small V LaTeX",
      "Italic Small V Unicode",
      "how to type Italic Small V"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑣 in plain text when a Unicode character is appropriate and the destination preserves U+1D463.",
      "Use 𝑣 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small V is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-w",
    "symbol": "𝑤",
    "slug": "mathematical-italic-small-w",
    "name": "Italic Small W",
    "aliases": [
      "mathematical italic small w"
    ],
    "unicode": "U+1D464",
    "htmlEntity": "",
    "htmlDecimal": "&#119908;",
    "latex": "𝑤",
    "mathml": "<mi>𝑤</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑤 is the Unicode character named mathematical italic small w. For Italic Small W (𝑤), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑤 when the source convention requires this exact character. For Italic Small W (𝑤), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small w",
    "examples": [
      "𝑤 = x",
      "f(𝑤)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D464 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small w.",
      "word": "Type 1D464, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑤, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑤, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑤 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑤.",
      "excel": "Paste 𝑤 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small W (𝑤): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑤, learn the meaning and semantic role of italic small w, and get Unicode, LaTeX (𝑤), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑤; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑤 as U+1D464; for structured equations, use 𝑤 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small W."
    ],
    "searchIntents": [
      "Italic Small W symbol meaning",
      "Italic Small W copy and paste",
      "Italic Small W LaTeX",
      "Italic Small W Unicode",
      "how to type Italic Small W"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑤 in plain text when a Unicode character is appropriate and the destination preserves U+1D464.",
      "Use 𝑤 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small W is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-x",
    "symbol": "𝑥",
    "slug": "mathematical-italic-small-x",
    "name": "Italic Small X",
    "aliases": [
      "mathematical italic small x"
    ],
    "unicode": "U+1D465",
    "htmlEntity": "",
    "htmlDecimal": "&#119909;",
    "latex": "𝑥",
    "mathml": "<mi>𝑥</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑥 is the Unicode character named mathematical italic small x. For Italic Small X (𝑥), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑥 when the source convention requires this exact character. For Italic Small X (𝑥), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small x",
    "examples": [
      "𝑥 = x",
      "f(𝑥)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D465 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small x.",
      "word": "Type 1D465, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑥, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑥, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑥 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑥.",
      "excel": "Paste 𝑥 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small X (𝑥): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑥, learn the meaning and semantic role of italic small x, and get Unicode, LaTeX (𝑥), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑥; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑥 as U+1D465; for structured equations, use 𝑥 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small X."
    ],
    "searchIntents": [
      "Italic Small X symbol meaning",
      "Italic Small X copy and paste",
      "Italic Small X LaTeX",
      "Italic Small X Unicode",
      "how to type Italic Small X"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑥 in plain text when a Unicode character is appropriate and the destination preserves U+1D465.",
      "Use 𝑥 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small X is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-y",
    "symbol": "𝑦",
    "slug": "mathematical-italic-small-y",
    "name": "Italic Small Y",
    "aliases": [
      "mathematical italic small y"
    ],
    "unicode": "U+1D466",
    "htmlEntity": "",
    "htmlDecimal": "&#119910;",
    "latex": "𝑦",
    "mathml": "<mi>𝑦</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑦 is the Unicode character named mathematical italic small y. For Italic Small Y (𝑦), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑦 when the source convention requires this exact character. For Italic Small Y (𝑦), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small y",
    "examples": [
      "𝑦 = x",
      "f(𝑦)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D466 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small y.",
      "word": "Type 1D466, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑦, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑦, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑦 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑦.",
      "excel": "Paste 𝑦 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small Y (𝑦): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑦, learn the meaning and semantic role of italic small y, and get Unicode, LaTeX (𝑦), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑦; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑦 as U+1D466; for structured equations, use 𝑦 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small Y."
    ],
    "searchIntents": [
      "Italic Small Y symbol meaning",
      "Italic Small Y copy and paste",
      "Italic Small Y LaTeX",
      "Italic Small Y Unicode",
      "how to type Italic Small Y"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑦 in plain text when a Unicode character is appropriate and the destination preserves U+1D466.",
      "Use 𝑦 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small Y is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-italic-small-z",
    "symbol": "𝑧",
    "slug": "mathematical-italic-small-z",
    "name": "Italic Small Z",
    "aliases": [
      "mathematical italic small z"
    ],
    "unicode": "U+1D467",
    "htmlEntity": "",
    "htmlDecimal": "&#119911;",
    "latex": "𝑧",
    "mathml": "<mi>𝑧</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑧 is the Unicode character named mathematical italic small z. For Italic Small Z (𝑧), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑧 when the source convention requires this exact character. For Italic Small Z (𝑧), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "italic small z",
    "examples": [
      "𝑧 = x",
      "f(𝑧)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D467 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical italic small z.",
      "word": "Type 1D467, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑧, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑧, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑧 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑧.",
      "excel": "Paste 𝑧 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Italic Small Z (𝑧): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑧, learn the meaning and semantic role of italic small z, and get Unicode, LaTeX (𝑧), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑧; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑧 as U+1D467; for structured equations, use 𝑧 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Italic Small Z."
    ],
    "searchIntents": [
      "Italic Small Z symbol meaning",
      "Italic Small Z copy and paste",
      "Italic Small Z LaTeX",
      "Italic Small Z Unicode",
      "how to type Italic Small Z"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑧 in plain text when a Unicode character is appropriate and the destination preserves U+1D467.",
      "Use 𝑧 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Italic Small Z is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-a",
    "symbol": "𝑨",
    "slug": "mathematical-bold-italic-capital-a",
    "name": "Bold Italic Capital A",
    "aliases": [
      "mathematical bold italic capital a"
    ],
    "unicode": "U+1D468",
    "htmlEntity": "",
    "htmlDecimal": "&#119912;",
    "latex": "𝑨",
    "mathml": "<mi>𝑨</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑨 is the Unicode character named mathematical bold italic capital a. For Bold Italic Capital A (𝑨), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑨 when the source convention requires this exact character. For Bold Italic Capital A (𝑨), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital a",
    "examples": [
      "𝑨 = x",
      "f(𝑨)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D468 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital a.",
      "word": "Type 1D468, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑨, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑨, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑨 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑨.",
      "excel": "Paste 𝑨 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital A (𝑨): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑨, learn the meaning and semantic role of bold italic capital a, and get Unicode, LaTeX (𝑨), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑨; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑨 as U+1D468; for structured equations, use 𝑨 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital A."
    ],
    "searchIntents": [
      "Bold Italic Capital A symbol meaning",
      "Bold Italic Capital A copy and paste",
      "Bold Italic Capital A LaTeX",
      "Bold Italic Capital A Unicode",
      "how to type Bold Italic Capital A"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑨 in plain text when a Unicode character is appropriate and the destination preserves U+1D468.",
      "Use 𝑨 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital A is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-b",
    "symbol": "𝑩",
    "slug": "mathematical-bold-italic-capital-b",
    "name": "Bold Italic Capital B",
    "aliases": [
      "mathematical bold italic capital b"
    ],
    "unicode": "U+1D469",
    "htmlEntity": "",
    "htmlDecimal": "&#119913;",
    "latex": "𝑩",
    "mathml": "<mi>𝑩</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑩 is the Unicode character named mathematical bold italic capital b. For Bold Italic Capital B (𝑩), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑩 when the source convention requires this exact character. For Bold Italic Capital B (𝑩), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital b",
    "examples": [
      "𝑩 = x",
      "f(𝑩)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D469 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital b.",
      "word": "Type 1D469, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑩, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑩, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑩 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑩.",
      "excel": "Paste 𝑩 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital B (𝑩): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑩, learn the meaning and semantic role of bold italic capital b, and get Unicode, LaTeX (𝑩), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑩; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑩 as U+1D469; for structured equations, use 𝑩 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital B."
    ],
    "searchIntents": [
      "Bold Italic Capital B symbol meaning",
      "Bold Italic Capital B copy and paste",
      "Bold Italic Capital B LaTeX",
      "Bold Italic Capital B Unicode",
      "how to type Bold Italic Capital B"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑩 in plain text when a Unicode character is appropriate and the destination preserves U+1D469.",
      "Use 𝑩 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital B is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-c",
    "symbol": "𝑪",
    "slug": "mathematical-bold-italic-capital-c",
    "name": "Bold Italic Capital C",
    "aliases": [
      "mathematical bold italic capital c"
    ],
    "unicode": "U+1D46A",
    "htmlEntity": "",
    "htmlDecimal": "&#119914;",
    "latex": "𝑪",
    "mathml": "<mi>𝑪</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑪 is the Unicode character named mathematical bold italic capital c. For Bold Italic Capital C (𝑪), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑪 when the source convention requires this exact character. For Bold Italic Capital C (𝑪), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital c",
    "examples": [
      "𝑪 = x",
      "f(𝑪)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D46A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital c.",
      "word": "Type 1D46A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑪, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑪, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑪 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑪.",
      "excel": "Paste 𝑪 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital C (𝑪): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑪, learn the meaning and semantic role of bold italic capital c, and get Unicode, LaTeX (𝑪), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑪; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑪 as U+1D46A; for structured equations, use 𝑪 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital C."
    ],
    "searchIntents": [
      "Bold Italic Capital C symbol meaning",
      "Bold Italic Capital C copy and paste",
      "Bold Italic Capital C LaTeX",
      "Bold Italic Capital C Unicode",
      "how to type Bold Italic Capital C"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑪 in plain text when a Unicode character is appropriate and the destination preserves U+1D46A.",
      "Use 𝑪 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital C is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-d",
    "symbol": "𝑫",
    "slug": "mathematical-bold-italic-capital-d",
    "name": "Bold Italic Capital D",
    "aliases": [
      "mathematical bold italic capital d"
    ],
    "unicode": "U+1D46B",
    "htmlEntity": "",
    "htmlDecimal": "&#119915;",
    "latex": "𝑫",
    "mathml": "<mi>𝑫</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑫 is the Unicode character named mathematical bold italic capital d. For Bold Italic Capital D (𝑫), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑫 when the source convention requires this exact character. For Bold Italic Capital D (𝑫), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital d",
    "examples": [
      "𝑫 = x",
      "f(𝑫)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D46B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital d.",
      "word": "Type 1D46B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑫, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑫, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑫 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑫.",
      "excel": "Paste 𝑫 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital D (𝑫): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑫, learn the meaning and semantic role of bold italic capital d, and get Unicode, LaTeX (𝑫), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑫; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑫 as U+1D46B; for structured equations, use 𝑫 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital D."
    ],
    "searchIntents": [
      "Bold Italic Capital D symbol meaning",
      "Bold Italic Capital D copy and paste",
      "Bold Italic Capital D LaTeX",
      "Bold Italic Capital D Unicode",
      "how to type Bold Italic Capital D"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑫 in plain text when a Unicode character is appropriate and the destination preserves U+1D46B.",
      "Use 𝑫 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital D is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-e",
    "symbol": "𝑬",
    "slug": "mathematical-bold-italic-capital-e",
    "name": "Bold Italic Capital E",
    "aliases": [
      "mathematical bold italic capital e"
    ],
    "unicode": "U+1D46C",
    "htmlEntity": "",
    "htmlDecimal": "&#119916;",
    "latex": "𝑬",
    "mathml": "<mi>𝑬</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑬 is the Unicode character named mathematical bold italic capital e. For Bold Italic Capital E (𝑬), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑬 when the source convention requires this exact character. For Bold Italic Capital E (𝑬), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital e",
    "examples": [
      "𝑬 = x",
      "f(𝑬)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D46C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital e.",
      "word": "Type 1D46C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑬, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑬, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑬 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑬.",
      "excel": "Paste 𝑬 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital E (𝑬): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑬, learn the meaning and semantic role of bold italic capital e, and get Unicode, LaTeX (𝑬), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑬; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑬 as U+1D46C; for structured equations, use 𝑬 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital E."
    ],
    "searchIntents": [
      "Bold Italic Capital E symbol meaning",
      "Bold Italic Capital E copy and paste",
      "Bold Italic Capital E LaTeX",
      "Bold Italic Capital E Unicode",
      "how to type Bold Italic Capital E"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑬 in plain text when a Unicode character is appropriate and the destination preserves U+1D46C.",
      "Use 𝑬 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital E is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-f",
    "symbol": "𝑭",
    "slug": "mathematical-bold-italic-capital-f",
    "name": "Bold Italic Capital F",
    "aliases": [
      "mathematical bold italic capital f"
    ],
    "unicode": "U+1D46D",
    "htmlEntity": "",
    "htmlDecimal": "&#119917;",
    "latex": "𝑭",
    "mathml": "<mi>𝑭</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑭 is the Unicode character named mathematical bold italic capital f. For Bold Italic Capital F (𝑭), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑭 when the source convention requires this exact character. For Bold Italic Capital F (𝑭), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital f",
    "examples": [
      "𝑭 = x",
      "f(𝑭)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D46D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital f.",
      "word": "Type 1D46D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑭, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑭, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑭 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑭.",
      "excel": "Paste 𝑭 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital F (𝑭): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑭, learn the meaning and semantic role of bold italic capital f, and get Unicode, LaTeX (𝑭), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑭; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑭 as U+1D46D; for structured equations, use 𝑭 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital F."
    ],
    "searchIntents": [
      "Bold Italic Capital F symbol meaning",
      "Bold Italic Capital F copy and paste",
      "Bold Italic Capital F LaTeX",
      "Bold Italic Capital F Unicode",
      "how to type Bold Italic Capital F"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑭 in plain text when a Unicode character is appropriate and the destination preserves U+1D46D.",
      "Use 𝑭 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital F is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-g",
    "symbol": "𝑮",
    "slug": "mathematical-bold-italic-capital-g",
    "name": "Bold Italic Capital G",
    "aliases": [
      "mathematical bold italic capital g"
    ],
    "unicode": "U+1D46E",
    "htmlEntity": "",
    "htmlDecimal": "&#119918;",
    "latex": "𝑮",
    "mathml": "<mi>𝑮</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑮 is the Unicode character named mathematical bold italic capital g. For Bold Italic Capital G (𝑮), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑮 when the source convention requires this exact character. For Bold Italic Capital G (𝑮), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital g",
    "examples": [
      "𝑮 = x",
      "f(𝑮)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D46E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital g.",
      "word": "Type 1D46E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑮, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑮, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑮 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑮.",
      "excel": "Paste 𝑮 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital G (𝑮): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑮, learn the meaning and semantic role of bold italic capital g, and get Unicode, LaTeX (𝑮), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑮; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑮 as U+1D46E; for structured equations, use 𝑮 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital G."
    ],
    "searchIntents": [
      "Bold Italic Capital G symbol meaning",
      "Bold Italic Capital G copy and paste",
      "Bold Italic Capital G LaTeX",
      "Bold Italic Capital G Unicode",
      "how to type Bold Italic Capital G"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑮 in plain text when a Unicode character is appropriate and the destination preserves U+1D46E.",
      "Use 𝑮 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital G is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-h",
    "symbol": "𝑯",
    "slug": "mathematical-bold-italic-capital-h",
    "name": "Bold Italic Capital H",
    "aliases": [
      "mathematical bold italic capital h"
    ],
    "unicode": "U+1D46F",
    "htmlEntity": "",
    "htmlDecimal": "&#119919;",
    "latex": "𝑯",
    "mathml": "<mi>𝑯</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑯 is the Unicode character named mathematical bold italic capital h. For Bold Italic Capital H (𝑯), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑯 when the source convention requires this exact character. For Bold Italic Capital H (𝑯), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital h",
    "examples": [
      "𝑯 = x",
      "f(𝑯)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D46F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital h.",
      "word": "Type 1D46F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑯, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑯, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑯 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑯.",
      "excel": "Paste 𝑯 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital H (𝑯): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑯, learn the meaning and semantic role of bold italic capital h, and get Unicode, LaTeX (𝑯), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑯; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑯 as U+1D46F; for structured equations, use 𝑯 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital H."
    ],
    "searchIntents": [
      "Bold Italic Capital H symbol meaning",
      "Bold Italic Capital H copy and paste",
      "Bold Italic Capital H LaTeX",
      "Bold Italic Capital H Unicode",
      "how to type Bold Italic Capital H"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑯 in plain text when a Unicode character is appropriate and the destination preserves U+1D46F.",
      "Use 𝑯 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital H is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-i",
    "symbol": "𝑰",
    "slug": "mathematical-bold-italic-capital-i",
    "name": "Bold Italic Capital I",
    "aliases": [
      "mathematical bold italic capital i"
    ],
    "unicode": "U+1D470",
    "htmlEntity": "",
    "htmlDecimal": "&#119920;",
    "latex": "𝑰",
    "mathml": "<mi>𝑰</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑰 is the Unicode character named mathematical bold italic capital i. For Bold Italic Capital I (𝑰), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑰 when the source convention requires this exact character. For Bold Italic Capital I (𝑰), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital i",
    "examples": [
      "𝑰 = x",
      "f(𝑰)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D470 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital i.",
      "word": "Type 1D470, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑰, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑰, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑰 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑰.",
      "excel": "Paste 𝑰 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital I (𝑰): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑰, learn the meaning and semantic role of bold italic capital i, and get Unicode, LaTeX (𝑰), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑰; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑰 as U+1D470; for structured equations, use 𝑰 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital I."
    ],
    "searchIntents": [
      "Bold Italic Capital I symbol meaning",
      "Bold Italic Capital I copy and paste",
      "Bold Italic Capital I LaTeX",
      "Bold Italic Capital I Unicode",
      "how to type Bold Italic Capital I"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑰 in plain text when a Unicode character is appropriate and the destination preserves U+1D470.",
      "Use 𝑰 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital I is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-j",
    "symbol": "𝑱",
    "slug": "mathematical-bold-italic-capital-j",
    "name": "Bold Italic Capital J",
    "aliases": [
      "mathematical bold italic capital j"
    ],
    "unicode": "U+1D471",
    "htmlEntity": "",
    "htmlDecimal": "&#119921;",
    "latex": "𝑱",
    "mathml": "<mi>𝑱</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑱 is the Unicode character named mathematical bold italic capital j. For Bold Italic Capital J (𝑱), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑱 when the source convention requires this exact character. For Bold Italic Capital J (𝑱), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital j",
    "examples": [
      "𝑱 = x",
      "f(𝑱)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D471 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital j.",
      "word": "Type 1D471, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑱, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑱, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑱 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑱.",
      "excel": "Paste 𝑱 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital J (𝑱): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑱, learn the meaning and semantic role of bold italic capital j, and get Unicode, LaTeX (𝑱), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑱; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑱 as U+1D471; for structured equations, use 𝑱 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital J."
    ],
    "searchIntents": [
      "Bold Italic Capital J symbol meaning",
      "Bold Italic Capital J copy and paste",
      "Bold Italic Capital J LaTeX",
      "Bold Italic Capital J Unicode",
      "how to type Bold Italic Capital J"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑱 in plain text when a Unicode character is appropriate and the destination preserves U+1D471.",
      "Use 𝑱 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital J is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-k",
    "symbol": "𝑲",
    "slug": "mathematical-bold-italic-capital-k",
    "name": "Bold Italic Capital K",
    "aliases": [
      "mathematical bold italic capital k"
    ],
    "unicode": "U+1D472",
    "htmlEntity": "",
    "htmlDecimal": "&#119922;",
    "latex": "𝑲",
    "mathml": "<mi>𝑲</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑲 is the Unicode character named mathematical bold italic capital k. For Bold Italic Capital K (𝑲), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑲 when the source convention requires this exact character. For Bold Italic Capital K (𝑲), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital k",
    "examples": [
      "𝑲 = x",
      "f(𝑲)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D472 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital k.",
      "word": "Type 1D472, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑲, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑲, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑲 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑲.",
      "excel": "Paste 𝑲 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital K (𝑲): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑲, learn the meaning and semantic role of bold italic capital k, and get Unicode, LaTeX (𝑲), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑲; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑲 as U+1D472; for structured equations, use 𝑲 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital K."
    ],
    "searchIntents": [
      "Bold Italic Capital K symbol meaning",
      "Bold Italic Capital K copy and paste",
      "Bold Italic Capital K LaTeX",
      "Bold Italic Capital K Unicode",
      "how to type Bold Italic Capital K"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑲 in plain text when a Unicode character is appropriate and the destination preserves U+1D472.",
      "Use 𝑲 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital K is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-l",
    "symbol": "𝑳",
    "slug": "mathematical-bold-italic-capital-l",
    "name": "Bold Italic Capital L",
    "aliases": [
      "mathematical bold italic capital l"
    ],
    "unicode": "U+1D473",
    "htmlEntity": "",
    "htmlDecimal": "&#119923;",
    "latex": "𝑳",
    "mathml": "<mi>𝑳</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑳 is the Unicode character named mathematical bold italic capital l. For Bold Italic Capital L (𝑳), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑳 when the source convention requires this exact character. For Bold Italic Capital L (𝑳), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital l",
    "examples": [
      "𝑳 = x",
      "f(𝑳)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D473 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital l.",
      "word": "Type 1D473, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑳, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑳, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑳 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑳.",
      "excel": "Paste 𝑳 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital L (𝑳): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑳, learn the meaning and semantic role of bold italic capital l, and get Unicode, LaTeX (𝑳), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑳; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑳 as U+1D473; for structured equations, use 𝑳 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital L."
    ],
    "searchIntents": [
      "Bold Italic Capital L symbol meaning",
      "Bold Italic Capital L copy and paste",
      "Bold Italic Capital L LaTeX",
      "Bold Italic Capital L Unicode",
      "how to type Bold Italic Capital L"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑳 in plain text when a Unicode character is appropriate and the destination preserves U+1D473.",
      "Use 𝑳 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital L is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-m",
    "symbol": "𝑴",
    "slug": "mathematical-bold-italic-capital-m",
    "name": "Bold Italic Capital M",
    "aliases": [
      "mathematical bold italic capital m"
    ],
    "unicode": "U+1D474",
    "htmlEntity": "",
    "htmlDecimal": "&#119924;",
    "latex": "𝑴",
    "mathml": "<mi>𝑴</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑴 is the Unicode character named mathematical bold italic capital m. For Bold Italic Capital M (𝑴), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑴 when the source convention requires this exact character. For Bold Italic Capital M (𝑴), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital m",
    "examples": [
      "𝑴 = x",
      "f(𝑴)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D474 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital m.",
      "word": "Type 1D474, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑴, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑴, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑴 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑴.",
      "excel": "Paste 𝑴 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital M (𝑴): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑴, learn the meaning and semantic role of bold italic capital m, and get Unicode, LaTeX (𝑴), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑴; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑴 as U+1D474; for structured equations, use 𝑴 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital M."
    ],
    "searchIntents": [
      "Bold Italic Capital M symbol meaning",
      "Bold Italic Capital M copy and paste",
      "Bold Italic Capital M LaTeX",
      "Bold Italic Capital M Unicode",
      "how to type Bold Italic Capital M"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑴 in plain text when a Unicode character is appropriate and the destination preserves U+1D474.",
      "Use 𝑴 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital M is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-n",
    "symbol": "𝑵",
    "slug": "mathematical-bold-italic-capital-n",
    "name": "Bold Italic Capital N",
    "aliases": [
      "mathematical bold italic capital n"
    ],
    "unicode": "U+1D475",
    "htmlEntity": "",
    "htmlDecimal": "&#119925;",
    "latex": "𝑵",
    "mathml": "<mi>𝑵</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑵 is the Unicode character named mathematical bold italic capital n. For Bold Italic Capital N (𝑵), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑵 when the source convention requires this exact character. For Bold Italic Capital N (𝑵), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital n",
    "examples": [
      "𝑵 = x",
      "f(𝑵)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D475 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital n.",
      "word": "Type 1D475, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑵, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑵, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑵 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑵.",
      "excel": "Paste 𝑵 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital N (𝑵): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑵, learn the meaning and semantic role of bold italic capital n, and get Unicode, LaTeX (𝑵), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑵; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑵 as U+1D475; for structured equations, use 𝑵 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital N."
    ],
    "searchIntents": [
      "Bold Italic Capital N symbol meaning",
      "Bold Italic Capital N copy and paste",
      "Bold Italic Capital N LaTeX",
      "Bold Italic Capital N Unicode",
      "how to type Bold Italic Capital N"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑵 in plain text when a Unicode character is appropriate and the destination preserves U+1D475.",
      "Use 𝑵 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital N is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-o",
    "symbol": "𝑶",
    "slug": "mathematical-bold-italic-capital-o",
    "name": "Bold Italic Capital O",
    "aliases": [
      "mathematical bold italic capital o"
    ],
    "unicode": "U+1D476",
    "htmlEntity": "",
    "htmlDecimal": "&#119926;",
    "latex": "𝑶",
    "mathml": "<mi>𝑶</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑶 is the Unicode character named mathematical bold italic capital o. For Bold Italic Capital O (𝑶), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑶 when the source convention requires this exact character. For Bold Italic Capital O (𝑶), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital o",
    "examples": [
      "𝑶 = x",
      "f(𝑶)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D476 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital o.",
      "word": "Type 1D476, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑶, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑶, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑶 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑶.",
      "excel": "Paste 𝑶 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital O (𝑶): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑶, learn the meaning and semantic role of bold italic capital o, and get Unicode, LaTeX (𝑶), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑶; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑶 as U+1D476; for structured equations, use 𝑶 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital O."
    ],
    "searchIntents": [
      "Bold Italic Capital O symbol meaning",
      "Bold Italic Capital O copy and paste",
      "Bold Italic Capital O LaTeX",
      "Bold Italic Capital O Unicode",
      "how to type Bold Italic Capital O"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑶 in plain text when a Unicode character is appropriate and the destination preserves U+1D476.",
      "Use 𝑶 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital O is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-p",
    "symbol": "𝑷",
    "slug": "mathematical-bold-italic-capital-p",
    "name": "Bold Italic Capital P",
    "aliases": [
      "mathematical bold italic capital p"
    ],
    "unicode": "U+1D477",
    "htmlEntity": "",
    "htmlDecimal": "&#119927;",
    "latex": "𝑷",
    "mathml": "<mi>𝑷</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑷 is the Unicode character named mathematical bold italic capital p. For Bold Italic Capital P (𝑷), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑷 when the source convention requires this exact character. For Bold Italic Capital P (𝑷), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital p",
    "examples": [
      "𝑷 = x",
      "f(𝑷)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D477 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital p.",
      "word": "Type 1D477, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑷, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑷, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑷 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑷.",
      "excel": "Paste 𝑷 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital P (𝑷): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑷, learn the meaning and semantic role of bold italic capital p, and get Unicode, LaTeX (𝑷), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑷; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑷 as U+1D477; for structured equations, use 𝑷 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital P."
    ],
    "searchIntents": [
      "Bold Italic Capital P symbol meaning",
      "Bold Italic Capital P copy and paste",
      "Bold Italic Capital P LaTeX",
      "Bold Italic Capital P Unicode",
      "how to type Bold Italic Capital P"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑷 in plain text when a Unicode character is appropriate and the destination preserves U+1D477.",
      "Use 𝑷 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital P is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-q",
    "symbol": "𝑸",
    "slug": "mathematical-bold-italic-capital-q",
    "name": "Bold Italic Capital Q",
    "aliases": [
      "mathematical bold italic capital q"
    ],
    "unicode": "U+1D478",
    "htmlEntity": "",
    "htmlDecimal": "&#119928;",
    "latex": "𝑸",
    "mathml": "<mi>𝑸</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑸 is the Unicode character named mathematical bold italic capital q. For Bold Italic Capital Q (𝑸), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑸 when the source convention requires this exact character. For Bold Italic Capital Q (𝑸), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital q",
    "examples": [
      "𝑸 = x",
      "f(𝑸)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D478 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital q.",
      "word": "Type 1D478, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑸, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑸, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑸 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑸.",
      "excel": "Paste 𝑸 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital Q (𝑸): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑸, learn the meaning and semantic role of bold italic capital q, and get Unicode, LaTeX (𝑸), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑸; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑸 as U+1D478; for structured equations, use 𝑸 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital Q."
    ],
    "searchIntents": [
      "Bold Italic Capital Q symbol meaning",
      "Bold Italic Capital Q copy and paste",
      "Bold Italic Capital Q LaTeX",
      "Bold Italic Capital Q Unicode",
      "how to type Bold Italic Capital Q"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑸 in plain text when a Unicode character is appropriate and the destination preserves U+1D478.",
      "Use 𝑸 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital Q is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-r",
    "symbol": "𝑹",
    "slug": "mathematical-bold-italic-capital-r",
    "name": "Bold Italic Capital R",
    "aliases": [
      "mathematical bold italic capital r"
    ],
    "unicode": "U+1D479",
    "htmlEntity": "",
    "htmlDecimal": "&#119929;",
    "latex": "𝑹",
    "mathml": "<mi>𝑹</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑹 is the Unicode character named mathematical bold italic capital r. For Bold Italic Capital R (𝑹), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑹 when the source convention requires this exact character. For Bold Italic Capital R (𝑹), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital r",
    "examples": [
      "𝑹 = x",
      "f(𝑹)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D479 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital r.",
      "word": "Type 1D479, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑹, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑹, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑹 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑹.",
      "excel": "Paste 𝑹 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital R (𝑹): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑹, learn the meaning and semantic role of bold italic capital r, and get Unicode, LaTeX (𝑹), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑹; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑹 as U+1D479; for structured equations, use 𝑹 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital R."
    ],
    "searchIntents": [
      "Bold Italic Capital R symbol meaning",
      "Bold Italic Capital R copy and paste",
      "Bold Italic Capital R LaTeX",
      "Bold Italic Capital R Unicode",
      "how to type Bold Italic Capital R"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑹 in plain text when a Unicode character is appropriate and the destination preserves U+1D479.",
      "Use 𝑹 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital R is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-s",
    "symbol": "𝑺",
    "slug": "mathematical-bold-italic-capital-s",
    "name": "Bold Italic Capital S",
    "aliases": [
      "mathematical bold italic capital s"
    ],
    "unicode": "U+1D47A",
    "htmlEntity": "",
    "htmlDecimal": "&#119930;",
    "latex": "𝑺",
    "mathml": "<mi>𝑺</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑺 is the Unicode character named mathematical bold italic capital s. For Bold Italic Capital S (𝑺), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑺 when the source convention requires this exact character. For Bold Italic Capital S (𝑺), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital s",
    "examples": [
      "𝑺 = x",
      "f(𝑺)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D47A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital s.",
      "word": "Type 1D47A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑺, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑺, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑺 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑺.",
      "excel": "Paste 𝑺 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital S (𝑺): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑺, learn the meaning and semantic role of bold italic capital s, and get Unicode, LaTeX (𝑺), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑺; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑺 as U+1D47A; for structured equations, use 𝑺 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital S."
    ],
    "searchIntents": [
      "Bold Italic Capital S symbol meaning",
      "Bold Italic Capital S copy and paste",
      "Bold Italic Capital S LaTeX",
      "Bold Italic Capital S Unicode",
      "how to type Bold Italic Capital S"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑺 in plain text when a Unicode character is appropriate and the destination preserves U+1D47A.",
      "Use 𝑺 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital S is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-t",
    "symbol": "𝑻",
    "slug": "mathematical-bold-italic-capital-t",
    "name": "Bold Italic Capital T",
    "aliases": [
      "mathematical bold italic capital t"
    ],
    "unicode": "U+1D47B",
    "htmlEntity": "",
    "htmlDecimal": "&#119931;",
    "latex": "𝑻",
    "mathml": "<mi>𝑻</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑻 is the Unicode character named mathematical bold italic capital t. For Bold Italic Capital T (𝑻), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑻 when the source convention requires this exact character. For Bold Italic Capital T (𝑻), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital t",
    "examples": [
      "𝑻 = x",
      "f(𝑻)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D47B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital t.",
      "word": "Type 1D47B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑻, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑻, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑻 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑻.",
      "excel": "Paste 𝑻 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital T (𝑻): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑻, learn the meaning and semantic role of bold italic capital t, and get Unicode, LaTeX (𝑻), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑻; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑻 as U+1D47B; for structured equations, use 𝑻 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital T."
    ],
    "searchIntents": [
      "Bold Italic Capital T symbol meaning",
      "Bold Italic Capital T copy and paste",
      "Bold Italic Capital T LaTeX",
      "Bold Italic Capital T Unicode",
      "how to type Bold Italic Capital T"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑻 in plain text when a Unicode character is appropriate and the destination preserves U+1D47B.",
      "Use 𝑻 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital T is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-u",
    "symbol": "𝑼",
    "slug": "mathematical-bold-italic-capital-u",
    "name": "Bold Italic Capital U",
    "aliases": [
      "mathematical bold italic capital u"
    ],
    "unicode": "U+1D47C",
    "htmlEntity": "",
    "htmlDecimal": "&#119932;",
    "latex": "𝑼",
    "mathml": "<mi>𝑼</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑼 is the Unicode character named mathematical bold italic capital u. For Bold Italic Capital U (𝑼), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑼 when the source convention requires this exact character. For Bold Italic Capital U (𝑼), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital u",
    "examples": [
      "𝑼 = x",
      "f(𝑼)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D47C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital u.",
      "word": "Type 1D47C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑼, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑼, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑼 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑼.",
      "excel": "Paste 𝑼 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital U (𝑼): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑼, learn the meaning and semantic role of bold italic capital u, and get Unicode, LaTeX (𝑼), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑼; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑼 as U+1D47C; for structured equations, use 𝑼 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital U."
    ],
    "searchIntents": [
      "Bold Italic Capital U symbol meaning",
      "Bold Italic Capital U copy and paste",
      "Bold Italic Capital U LaTeX",
      "Bold Italic Capital U Unicode",
      "how to type Bold Italic Capital U"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑼 in plain text when a Unicode character is appropriate and the destination preserves U+1D47C.",
      "Use 𝑼 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital U is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-v",
    "symbol": "𝑽",
    "slug": "mathematical-bold-italic-capital-v",
    "name": "Bold Italic Capital V",
    "aliases": [
      "mathematical bold italic capital v"
    ],
    "unicode": "U+1D47D",
    "htmlEntity": "",
    "htmlDecimal": "&#119933;",
    "latex": "𝑽",
    "mathml": "<mi>𝑽</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑽 is the Unicode character named mathematical bold italic capital v. For Bold Italic Capital V (𝑽), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑽 when the source convention requires this exact character. For Bold Italic Capital V (𝑽), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital v",
    "examples": [
      "𝑽 = x",
      "f(𝑽)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D47D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital v.",
      "word": "Type 1D47D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑽, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑽, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑽 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑽.",
      "excel": "Paste 𝑽 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital V (𝑽): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑽, learn the meaning and semantic role of bold italic capital v, and get Unicode, LaTeX (𝑽), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑽; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑽 as U+1D47D; for structured equations, use 𝑽 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital V."
    ],
    "searchIntents": [
      "Bold Italic Capital V symbol meaning",
      "Bold Italic Capital V copy and paste",
      "Bold Italic Capital V LaTeX",
      "Bold Italic Capital V Unicode",
      "how to type Bold Italic Capital V"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑽 in plain text when a Unicode character is appropriate and the destination preserves U+1D47D.",
      "Use 𝑽 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital V is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-w",
    "symbol": "𝑾",
    "slug": "mathematical-bold-italic-capital-w",
    "name": "Bold Italic Capital W",
    "aliases": [
      "mathematical bold italic capital w"
    ],
    "unicode": "U+1D47E",
    "htmlEntity": "",
    "htmlDecimal": "&#119934;",
    "latex": "𝑾",
    "mathml": "<mi>𝑾</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑾 is the Unicode character named mathematical bold italic capital w. For Bold Italic Capital W (𝑾), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑾 when the source convention requires this exact character. For Bold Italic Capital W (𝑾), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital w",
    "examples": [
      "𝑾 = x",
      "f(𝑾)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D47E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital w.",
      "word": "Type 1D47E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑾, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑾, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑾 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑾.",
      "excel": "Paste 𝑾 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital W (𝑾): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑾, learn the meaning and semantic role of bold italic capital w, and get Unicode, LaTeX (𝑾), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑾; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑾 as U+1D47E; for structured equations, use 𝑾 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital W."
    ],
    "searchIntents": [
      "Bold Italic Capital W symbol meaning",
      "Bold Italic Capital W copy and paste",
      "Bold Italic Capital W LaTeX",
      "Bold Italic Capital W Unicode",
      "how to type Bold Italic Capital W"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑾 in plain text when a Unicode character is appropriate and the destination preserves U+1D47E.",
      "Use 𝑾 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital W is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-x",
    "symbol": "𝑿",
    "slug": "mathematical-bold-italic-capital-x",
    "name": "Bold Italic Capital X",
    "aliases": [
      "mathematical bold italic capital x"
    ],
    "unicode": "U+1D47F",
    "htmlEntity": "",
    "htmlDecimal": "&#119935;",
    "latex": "𝑿",
    "mathml": "<mi>𝑿</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝑿 is the Unicode character named mathematical bold italic capital x. For Bold Italic Capital X (𝑿), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝑿 when the source convention requires this exact character. For Bold Italic Capital X (𝑿), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital x",
    "examples": [
      "𝑿 = x",
      "f(𝑿)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D47F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital x.",
      "word": "Type 1D47F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝑿, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝑿, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝑿 or use Insert → Special characters. For structured math, use the equation editor and verify 𝑿.",
      "excel": "Paste 𝑿 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital X (𝑿): Meaning, Unicode & LaTeX",
      "description": "Copy 𝑿, learn the meaning and semantic role of bold italic capital x, and get Unicode, LaTeX (𝑿), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝑿; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝑿 as U+1D47F; for structured equations, use 𝑿 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital X."
    ],
    "searchIntents": [
      "Bold Italic Capital X symbol meaning",
      "Bold Italic Capital X copy and paste",
      "Bold Italic Capital X LaTeX",
      "Bold Italic Capital X Unicode",
      "how to type Bold Italic Capital X"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝑿 in plain text when a Unicode character is appropriate and the destination preserves U+1D47F.",
      "Use 𝑿 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital X is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-y",
    "symbol": "𝒀",
    "slug": "mathematical-bold-italic-capital-y",
    "name": "Bold Italic Capital Y",
    "aliases": [
      "mathematical bold italic capital y"
    ],
    "unicode": "U+1D480",
    "htmlEntity": "",
    "htmlDecimal": "&#119936;",
    "latex": "𝒀",
    "mathml": "<mi>𝒀</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒀 is the Unicode character named mathematical bold italic capital y. For Bold Italic Capital Y (𝒀), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒀 when the source convention requires this exact character. For Bold Italic Capital Y (𝒀), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital y",
    "examples": [
      "𝒀 = x",
      "f(𝒀)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D480 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital y.",
      "word": "Type 1D480, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒀, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒀, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒀 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒀.",
      "excel": "Paste 𝒀 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital Y (𝒀): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒀, learn the meaning and semantic role of bold italic capital y, and get Unicode, LaTeX (𝒀), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒀; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒀 as U+1D480; for structured equations, use 𝒀 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital Y."
    ],
    "searchIntents": [
      "Bold Italic Capital Y symbol meaning",
      "Bold Italic Capital Y copy and paste",
      "Bold Italic Capital Y LaTeX",
      "Bold Italic Capital Y Unicode",
      "how to type Bold Italic Capital Y"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒀 in plain text when a Unicode character is appropriate and the destination preserves U+1D480.",
      "Use 𝒀 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital Y is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-capital-z",
    "symbol": "𝒁",
    "slug": "mathematical-bold-italic-capital-z",
    "name": "Bold Italic Capital Z",
    "aliases": [
      "mathematical bold italic capital z"
    ],
    "unicode": "U+1D481",
    "htmlEntity": "",
    "htmlDecimal": "&#119937;",
    "latex": "𝒁",
    "mathml": "<mi>𝒁</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒁 is the Unicode character named mathematical bold italic capital z. For Bold Italic Capital Z (𝒁), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒁 when the source convention requires this exact character. For Bold Italic Capital Z (𝒁), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic capital z",
    "examples": [
      "𝒁 = x",
      "f(𝒁)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D481 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic capital z.",
      "word": "Type 1D481, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒁, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒁, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒁 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒁.",
      "excel": "Paste 𝒁 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Capital Z (𝒁): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒁, learn the meaning and semantic role of bold italic capital z, and get Unicode, LaTeX (𝒁), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒁; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒁 as U+1D481; for structured equations, use 𝒁 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Capital Z."
    ],
    "searchIntents": [
      "Bold Italic Capital Z symbol meaning",
      "Bold Italic Capital Z copy and paste",
      "Bold Italic Capital Z LaTeX",
      "Bold Italic Capital Z Unicode",
      "how to type Bold Italic Capital Z"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒁 in plain text when a Unicode character is appropriate and the destination preserves U+1D481.",
      "Use 𝒁 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Capital Z is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-a",
    "symbol": "𝒂",
    "slug": "mathematical-bold-italic-small-a",
    "name": "Bold Italic Small A",
    "aliases": [
      "mathematical bold italic small a"
    ],
    "unicode": "U+1D482",
    "htmlEntity": "",
    "htmlDecimal": "&#119938;",
    "latex": "𝒂",
    "mathml": "<mi>𝒂</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒂 is the Unicode character named mathematical bold italic small a. For Bold Italic Small A (𝒂), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒂 when the source convention requires this exact character. For Bold Italic Small A (𝒂), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small a",
    "examples": [
      "𝒂 = x",
      "f(𝒂)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D482 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small a.",
      "word": "Type 1D482, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒂, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒂, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒂 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒂.",
      "excel": "Paste 𝒂 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small A (𝒂): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒂, learn the meaning and semantic role of bold italic small a, and get Unicode, LaTeX (𝒂), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒂; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒂 as U+1D482; for structured equations, use 𝒂 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small A."
    ],
    "searchIntents": [
      "Bold Italic Small A symbol meaning",
      "Bold Italic Small A copy and paste",
      "Bold Italic Small A LaTeX",
      "Bold Italic Small A Unicode",
      "how to type Bold Italic Small A"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒂 in plain text when a Unicode character is appropriate and the destination preserves U+1D482.",
      "Use 𝒂 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small A is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-b",
    "symbol": "𝒃",
    "slug": "mathematical-bold-italic-small-b",
    "name": "Bold Italic Small B",
    "aliases": [
      "mathematical bold italic small b"
    ],
    "unicode": "U+1D483",
    "htmlEntity": "",
    "htmlDecimal": "&#119939;",
    "latex": "𝒃",
    "mathml": "<mi>𝒃</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒃 is the Unicode character named mathematical bold italic small b. For Bold Italic Small B (𝒃), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒃 when the source convention requires this exact character. For Bold Italic Small B (𝒃), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small b",
    "examples": [
      "𝒃 = x",
      "f(𝒃)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D483 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small b.",
      "word": "Type 1D483, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒃, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒃, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒃 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒃.",
      "excel": "Paste 𝒃 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small B (𝒃): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒃, learn the meaning and semantic role of bold italic small b, and get Unicode, LaTeX (𝒃), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒃; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒃 as U+1D483; for structured equations, use 𝒃 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small B."
    ],
    "searchIntents": [
      "Bold Italic Small B symbol meaning",
      "Bold Italic Small B copy and paste",
      "Bold Italic Small B LaTeX",
      "Bold Italic Small B Unicode",
      "how to type Bold Italic Small B"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒃 in plain text when a Unicode character is appropriate and the destination preserves U+1D483.",
      "Use 𝒃 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small B is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-c",
    "symbol": "𝒄",
    "slug": "mathematical-bold-italic-small-c",
    "name": "Bold Italic Small C",
    "aliases": [
      "mathematical bold italic small c"
    ],
    "unicode": "U+1D484",
    "htmlEntity": "",
    "htmlDecimal": "&#119940;",
    "latex": "𝒄",
    "mathml": "<mi>𝒄</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒄 is the Unicode character named mathematical bold italic small c. For Bold Italic Small C (𝒄), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒄 when the source convention requires this exact character. For Bold Italic Small C (𝒄), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small c",
    "examples": [
      "𝒄 = x",
      "f(𝒄)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D484 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small c.",
      "word": "Type 1D484, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒄, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒄, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒄 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒄.",
      "excel": "Paste 𝒄 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small C (𝒄): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒄, learn the meaning and semantic role of bold italic small c, and get Unicode, LaTeX (𝒄), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒄; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒄 as U+1D484; for structured equations, use 𝒄 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small C."
    ],
    "searchIntents": [
      "Bold Italic Small C symbol meaning",
      "Bold Italic Small C copy and paste",
      "Bold Italic Small C LaTeX",
      "Bold Italic Small C Unicode",
      "how to type Bold Italic Small C"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒄 in plain text when a Unicode character is appropriate and the destination preserves U+1D484.",
      "Use 𝒄 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small C is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-d",
    "symbol": "𝒅",
    "slug": "mathematical-bold-italic-small-d",
    "name": "Bold Italic Small D",
    "aliases": [
      "mathematical bold italic small d"
    ],
    "unicode": "U+1D485",
    "htmlEntity": "",
    "htmlDecimal": "&#119941;",
    "latex": "𝒅",
    "mathml": "<mi>𝒅</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒅 is the Unicode character named mathematical bold italic small d. For Bold Italic Small D (𝒅), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒅 when the source convention requires this exact character. For Bold Italic Small D (𝒅), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small d",
    "examples": [
      "𝒅 = x",
      "f(𝒅)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D485 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small d.",
      "word": "Type 1D485, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒅, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒅, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒅 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒅.",
      "excel": "Paste 𝒅 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small D (𝒅): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒅, learn the meaning and semantic role of bold italic small d, and get Unicode, LaTeX (𝒅), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒅; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒅 as U+1D485; for structured equations, use 𝒅 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small D."
    ],
    "searchIntents": [
      "Bold Italic Small D symbol meaning",
      "Bold Italic Small D copy and paste",
      "Bold Italic Small D LaTeX",
      "Bold Italic Small D Unicode",
      "how to type Bold Italic Small D"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒅 in plain text when a Unicode character is appropriate and the destination preserves U+1D485.",
      "Use 𝒅 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small D is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-e",
    "symbol": "𝒆",
    "slug": "mathematical-bold-italic-small-e",
    "name": "Bold Italic Small E",
    "aliases": [
      "mathematical bold italic small e"
    ],
    "unicode": "U+1D486",
    "htmlEntity": "",
    "htmlDecimal": "&#119942;",
    "latex": "𝒆",
    "mathml": "<mi>𝒆</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒆 is the Unicode character named mathematical bold italic small e. For Bold Italic Small E (𝒆), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒆 when the source convention requires this exact character. For Bold Italic Small E (𝒆), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small e",
    "examples": [
      "𝒆 = x",
      "f(𝒆)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D486 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small e.",
      "word": "Type 1D486, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒆, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒆, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒆 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒆.",
      "excel": "Paste 𝒆 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small E (𝒆): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒆, learn the meaning and semantic role of bold italic small e, and get Unicode, LaTeX (𝒆), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒆; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒆 as U+1D486; for structured equations, use 𝒆 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small E."
    ],
    "searchIntents": [
      "Bold Italic Small E symbol meaning",
      "Bold Italic Small E copy and paste",
      "Bold Italic Small E LaTeX",
      "Bold Italic Small E Unicode",
      "how to type Bold Italic Small E"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒆 in plain text when a Unicode character is appropriate and the destination preserves U+1D486.",
      "Use 𝒆 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small E is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-f",
    "symbol": "𝒇",
    "slug": "mathematical-bold-italic-small-f",
    "name": "Bold Italic Small F",
    "aliases": [
      "mathematical bold italic small f"
    ],
    "unicode": "U+1D487",
    "htmlEntity": "",
    "htmlDecimal": "&#119943;",
    "latex": "𝒇",
    "mathml": "<mi>𝒇</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒇 is the Unicode character named mathematical bold italic small f. For Bold Italic Small F (𝒇), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒇 when the source convention requires this exact character. For Bold Italic Small F (𝒇), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small f",
    "examples": [
      "𝒇 = x",
      "f(𝒇)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D487 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small f.",
      "word": "Type 1D487, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒇, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒇, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒇 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒇.",
      "excel": "Paste 𝒇 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small F (𝒇): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒇, learn the meaning and semantic role of bold italic small f, and get Unicode, LaTeX (𝒇), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒇; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒇 as U+1D487; for structured equations, use 𝒇 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small F."
    ],
    "searchIntents": [
      "Bold Italic Small F symbol meaning",
      "Bold Italic Small F copy and paste",
      "Bold Italic Small F LaTeX",
      "Bold Italic Small F Unicode",
      "how to type Bold Italic Small F"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒇 in plain text when a Unicode character is appropriate and the destination preserves U+1D487.",
      "Use 𝒇 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small F is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-g",
    "symbol": "𝒈",
    "slug": "mathematical-bold-italic-small-g",
    "name": "Bold Italic Small G",
    "aliases": [
      "mathematical bold italic small g"
    ],
    "unicode": "U+1D488",
    "htmlEntity": "",
    "htmlDecimal": "&#119944;",
    "latex": "𝒈",
    "mathml": "<mi>𝒈</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒈 is the Unicode character named mathematical bold italic small g. For Bold Italic Small G (𝒈), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒈 when the source convention requires this exact character. For Bold Italic Small G (𝒈), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small g",
    "examples": [
      "𝒈 = x",
      "f(𝒈)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D488 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small g.",
      "word": "Type 1D488, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒈, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒈, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒈 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒈.",
      "excel": "Paste 𝒈 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small G (𝒈): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒈, learn the meaning and semantic role of bold italic small g, and get Unicode, LaTeX (𝒈), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒈; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒈 as U+1D488; for structured equations, use 𝒈 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small G."
    ],
    "searchIntents": [
      "Bold Italic Small G symbol meaning",
      "Bold Italic Small G copy and paste",
      "Bold Italic Small G LaTeX",
      "Bold Italic Small G Unicode",
      "how to type Bold Italic Small G"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒈 in plain text when a Unicode character is appropriate and the destination preserves U+1D488.",
      "Use 𝒈 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small G is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-h",
    "symbol": "𝒉",
    "slug": "mathematical-bold-italic-small-h",
    "name": "Bold Italic Small H",
    "aliases": [
      "mathematical bold italic small h"
    ],
    "unicode": "U+1D489",
    "htmlEntity": "",
    "htmlDecimal": "&#119945;",
    "latex": "𝒉",
    "mathml": "<mi>𝒉</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒉 is the Unicode character named mathematical bold italic small h. For Bold Italic Small H (𝒉), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒉 when the source convention requires this exact character. For Bold Italic Small H (𝒉), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small h",
    "examples": [
      "𝒉 = x",
      "f(𝒉)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D489 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small h.",
      "word": "Type 1D489, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒉, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒉, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒉 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒉.",
      "excel": "Paste 𝒉 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small H (𝒉): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒉, learn the meaning and semantic role of bold italic small h, and get Unicode, LaTeX (𝒉), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒉; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒉 as U+1D489; for structured equations, use 𝒉 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small H."
    ],
    "searchIntents": [
      "Bold Italic Small H symbol meaning",
      "Bold Italic Small H copy and paste",
      "Bold Italic Small H LaTeX",
      "Bold Italic Small H Unicode",
      "how to type Bold Italic Small H"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒉 in plain text when a Unicode character is appropriate and the destination preserves U+1D489.",
      "Use 𝒉 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small H is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-i",
    "symbol": "𝒊",
    "slug": "mathematical-bold-italic-small-i",
    "name": "Bold Italic Small I",
    "aliases": [
      "mathematical bold italic small i"
    ],
    "unicode": "U+1D48A",
    "htmlEntity": "",
    "htmlDecimal": "&#119946;",
    "latex": "𝒊",
    "mathml": "<mi>𝒊</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒊 is the Unicode character named mathematical bold italic small i. For Bold Italic Small I (𝒊), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒊 when the source convention requires this exact character. For Bold Italic Small I (𝒊), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small i",
    "examples": [
      "𝒊 = x",
      "f(𝒊)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D48A in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small i.",
      "word": "Type 1D48A, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒊, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒊, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒊 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒊.",
      "excel": "Paste 𝒊 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small I (𝒊): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒊, learn the meaning and semantic role of bold italic small i, and get Unicode, LaTeX (𝒊), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒊; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒊 as U+1D48A; for structured equations, use 𝒊 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small I."
    ],
    "searchIntents": [
      "Bold Italic Small I symbol meaning",
      "Bold Italic Small I copy and paste",
      "Bold Italic Small I LaTeX",
      "Bold Italic Small I Unicode",
      "how to type Bold Italic Small I"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒊 in plain text when a Unicode character is appropriate and the destination preserves U+1D48A.",
      "Use 𝒊 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small I is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-j",
    "symbol": "𝒋",
    "slug": "mathematical-bold-italic-small-j",
    "name": "Bold Italic Small J",
    "aliases": [
      "mathematical bold italic small j"
    ],
    "unicode": "U+1D48B",
    "htmlEntity": "",
    "htmlDecimal": "&#119947;",
    "latex": "𝒋",
    "mathml": "<mi>𝒋</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒋 is the Unicode character named mathematical bold italic small j. For Bold Italic Small J (𝒋), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒋 when the source convention requires this exact character. For Bold Italic Small J (𝒋), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small j",
    "examples": [
      "𝒋 = x",
      "f(𝒋)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D48B in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small j.",
      "word": "Type 1D48B, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒋, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒋, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒋 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒋.",
      "excel": "Paste 𝒋 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small J (𝒋): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒋, learn the meaning and semantic role of bold italic small j, and get Unicode, LaTeX (𝒋), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒋; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒋 as U+1D48B; for structured equations, use 𝒋 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small J."
    ],
    "searchIntents": [
      "Bold Italic Small J symbol meaning",
      "Bold Italic Small J copy and paste",
      "Bold Italic Small J LaTeX",
      "Bold Italic Small J Unicode",
      "how to type Bold Italic Small J"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒋 in plain text when a Unicode character is appropriate and the destination preserves U+1D48B.",
      "Use 𝒋 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small J is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-k",
    "symbol": "𝒌",
    "slug": "mathematical-bold-italic-small-k",
    "name": "Bold Italic Small K",
    "aliases": [
      "mathematical bold italic small k"
    ],
    "unicode": "U+1D48C",
    "htmlEntity": "",
    "htmlDecimal": "&#119948;",
    "latex": "𝒌",
    "mathml": "<mi>𝒌</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒌 is the Unicode character named mathematical bold italic small k. For Bold Italic Small K (𝒌), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒌 when the source convention requires this exact character. For Bold Italic Small K (𝒌), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small k",
    "examples": [
      "𝒌 = x",
      "f(𝒌)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D48C in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small k.",
      "word": "Type 1D48C, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒌, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒌, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒌 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒌.",
      "excel": "Paste 𝒌 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small K (𝒌): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒌, learn the meaning and semantic role of bold italic small k, and get Unicode, LaTeX (𝒌), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒌; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒌 as U+1D48C; for structured equations, use 𝒌 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small K."
    ],
    "searchIntents": [
      "Bold Italic Small K symbol meaning",
      "Bold Italic Small K copy and paste",
      "Bold Italic Small K LaTeX",
      "Bold Italic Small K Unicode",
      "how to type Bold Italic Small K"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒌 in plain text when a Unicode character is appropriate and the destination preserves U+1D48C.",
      "Use 𝒌 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small K is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-l",
    "symbol": "𝒍",
    "slug": "mathematical-bold-italic-small-l",
    "name": "Bold Italic Small L",
    "aliases": [
      "mathematical bold italic small l"
    ],
    "unicode": "U+1D48D",
    "htmlEntity": "",
    "htmlDecimal": "&#119949;",
    "latex": "𝒍",
    "mathml": "<mi>𝒍</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒍 is the Unicode character named mathematical bold italic small l. For Bold Italic Small L (𝒍), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒍 when the source convention requires this exact character. For Bold Italic Small L (𝒍), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small l",
    "examples": [
      "𝒍 = x",
      "f(𝒍)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D48D in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small l.",
      "word": "Type 1D48D, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒍, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒍, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒍 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒍.",
      "excel": "Paste 𝒍 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small L (𝒍): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒍, learn the meaning and semantic role of bold italic small l, and get Unicode, LaTeX (𝒍), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒍; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒍 as U+1D48D; for structured equations, use 𝒍 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small L."
    ],
    "searchIntents": [
      "Bold Italic Small L symbol meaning",
      "Bold Italic Small L copy and paste",
      "Bold Italic Small L LaTeX",
      "Bold Italic Small L Unicode",
      "how to type Bold Italic Small L"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒍 in plain text when a Unicode character is appropriate and the destination preserves U+1D48D.",
      "Use 𝒍 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small L is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-m",
    "symbol": "𝒎",
    "slug": "mathematical-bold-italic-small-m",
    "name": "Bold Italic Small M",
    "aliases": [
      "mathematical bold italic small m"
    ],
    "unicode": "U+1D48E",
    "htmlEntity": "",
    "htmlDecimal": "&#119950;",
    "latex": "𝒎",
    "mathml": "<mi>𝒎</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒎 is the Unicode character named mathematical bold italic small m. For Bold Italic Small M (𝒎), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒎 when the source convention requires this exact character. For Bold Italic Small M (𝒎), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small m",
    "examples": [
      "𝒎 = x",
      "f(𝒎)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D48E in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small m.",
      "word": "Type 1D48E, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒎, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒎, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒎 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒎.",
      "excel": "Paste 𝒎 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small M (𝒎): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒎, learn the meaning and semantic role of bold italic small m, and get Unicode, LaTeX (𝒎), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒎; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒎 as U+1D48E; for structured equations, use 𝒎 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small M."
    ],
    "searchIntents": [
      "Bold Italic Small M symbol meaning",
      "Bold Italic Small M copy and paste",
      "Bold Italic Small M LaTeX",
      "Bold Italic Small M Unicode",
      "how to type Bold Italic Small M"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒎 in plain text when a Unicode character is appropriate and the destination preserves U+1D48E.",
      "Use 𝒎 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small M is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-n",
    "symbol": "𝒏",
    "slug": "mathematical-bold-italic-small-n",
    "name": "Bold Italic Small N",
    "aliases": [
      "mathematical bold italic small n"
    ],
    "unicode": "U+1D48F",
    "htmlEntity": "",
    "htmlDecimal": "&#119951;",
    "latex": "𝒏",
    "mathml": "<mi>𝒏</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒏 is the Unicode character named mathematical bold italic small n. For Bold Italic Small N (𝒏), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒏 when the source convention requires this exact character. For Bold Italic Small N (𝒏), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small n",
    "examples": [
      "𝒏 = x",
      "f(𝒏)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D48F in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small n.",
      "word": "Type 1D48F, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒏, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒏, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒏 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒏.",
      "excel": "Paste 𝒏 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small N (𝒏): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒏, learn the meaning and semantic role of bold italic small n, and get Unicode, LaTeX (𝒏), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒏; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒏 as U+1D48F; for structured equations, use 𝒏 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small N."
    ],
    "searchIntents": [
      "Bold Italic Small N symbol meaning",
      "Bold Italic Small N copy and paste",
      "Bold Italic Small N LaTeX",
      "Bold Italic Small N Unicode",
      "how to type Bold Italic Small N"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒏 in plain text when a Unicode character is appropriate and the destination preserves U+1D48F.",
      "Use 𝒏 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small N is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-o",
    "symbol": "𝒐",
    "slug": "mathematical-bold-italic-small-o",
    "name": "Bold Italic Small O",
    "aliases": [
      "mathematical bold italic small o"
    ],
    "unicode": "U+1D490",
    "htmlEntity": "",
    "htmlDecimal": "&#119952;",
    "latex": "𝒐",
    "mathml": "<mi>𝒐</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒐 is the Unicode character named mathematical bold italic small o. For Bold Italic Small O (𝒐), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒐 when the source convention requires this exact character. For Bold Italic Small O (𝒐), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small o",
    "examples": [
      "𝒐 = x",
      "f(𝒐)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D490 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small o.",
      "word": "Type 1D490, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒐, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒐, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒐 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒐.",
      "excel": "Paste 𝒐 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small O (𝒐): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒐, learn the meaning and semantic role of bold italic small o, and get Unicode, LaTeX (𝒐), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒐; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒐 as U+1D490; for structured equations, use 𝒐 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small O."
    ],
    "searchIntents": [
      "Bold Italic Small O symbol meaning",
      "Bold Italic Small O copy and paste",
      "Bold Italic Small O LaTeX",
      "Bold Italic Small O Unicode",
      "how to type Bold Italic Small O"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒐 in plain text when a Unicode character is appropriate and the destination preserves U+1D490.",
      "Use 𝒐 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small O is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-p",
    "symbol": "𝒑",
    "slug": "mathematical-bold-italic-small-p",
    "name": "Bold Italic Small P",
    "aliases": [
      "mathematical bold italic small p"
    ],
    "unicode": "U+1D491",
    "htmlEntity": "",
    "htmlDecimal": "&#119953;",
    "latex": "𝒑",
    "mathml": "<mi>𝒑</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒑 is the Unicode character named mathematical bold italic small p. For Bold Italic Small P (𝒑), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒑 when the source convention requires this exact character. For Bold Italic Small P (𝒑), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small p",
    "examples": [
      "𝒑 = x",
      "f(𝒑)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D491 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small p.",
      "word": "Type 1D491, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒑, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒑, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒑 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒑.",
      "excel": "Paste 𝒑 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small P (𝒑): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒑, learn the meaning and semantic role of bold italic small p, and get Unicode, LaTeX (𝒑), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒑; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒑 as U+1D491; for structured equations, use 𝒑 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small P."
    ],
    "searchIntents": [
      "Bold Italic Small P symbol meaning",
      "Bold Italic Small P copy and paste",
      "Bold Italic Small P LaTeX",
      "Bold Italic Small P Unicode",
      "how to type Bold Italic Small P"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒑 in plain text when a Unicode character is appropriate and the destination preserves U+1D491.",
      "Use 𝒑 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small P is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-q",
    "symbol": "𝒒",
    "slug": "mathematical-bold-italic-small-q",
    "name": "Bold Italic Small Q",
    "aliases": [
      "mathematical bold italic small q"
    ],
    "unicode": "U+1D492",
    "htmlEntity": "",
    "htmlDecimal": "&#119954;",
    "latex": "𝒒",
    "mathml": "<mi>𝒒</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒒 is the Unicode character named mathematical bold italic small q. For Bold Italic Small Q (𝒒), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒒 when the source convention requires this exact character. For Bold Italic Small Q (𝒒), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small q",
    "examples": [
      "𝒒 = x",
      "f(𝒒)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D492 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small q.",
      "word": "Type 1D492, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒒, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒒, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒒 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒒.",
      "excel": "Paste 𝒒 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small Q (𝒒): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒒, learn the meaning and semantic role of bold italic small q, and get Unicode, LaTeX (𝒒), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒒; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒒 as U+1D492; for structured equations, use 𝒒 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small Q."
    ],
    "searchIntents": [
      "Bold Italic Small Q symbol meaning",
      "Bold Italic Small Q copy and paste",
      "Bold Italic Small Q LaTeX",
      "Bold Italic Small Q Unicode",
      "how to type Bold Italic Small Q"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒒 in plain text when a Unicode character is appropriate and the destination preserves U+1D492.",
      "Use 𝒒 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small Q is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-r",
    "symbol": "𝒓",
    "slug": "mathematical-bold-italic-small-r",
    "name": "Bold Italic Small R",
    "aliases": [
      "mathematical bold italic small r"
    ],
    "unicode": "U+1D493",
    "htmlEntity": "",
    "htmlDecimal": "&#119955;",
    "latex": "𝒓",
    "mathml": "<mi>𝒓</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒓 is the Unicode character named mathematical bold italic small r. For Bold Italic Small R (𝒓), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒓 when the source convention requires this exact character. For Bold Italic Small R (𝒓), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small r",
    "examples": [
      "𝒓 = x",
      "f(𝒓)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D493 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small r.",
      "word": "Type 1D493, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒓, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒓, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒓 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒓.",
      "excel": "Paste 𝒓 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small R (𝒓): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒓, learn the meaning and semantic role of bold italic small r, and get Unicode, LaTeX (𝒓), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒓; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒓 as U+1D493; for structured equations, use 𝒓 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small R."
    ],
    "searchIntents": [
      "Bold Italic Small R symbol meaning",
      "Bold Italic Small R copy and paste",
      "Bold Italic Small R LaTeX",
      "Bold Italic Small R Unicode",
      "how to type Bold Italic Small R"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒓 in plain text when a Unicode character is appropriate and the destination preserves U+1D493.",
      "Use 𝒓 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small R is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-s",
    "symbol": "𝒔",
    "slug": "mathematical-bold-italic-small-s",
    "name": "Bold Italic Small S",
    "aliases": [
      "mathematical bold italic small s"
    ],
    "unicode": "U+1D494",
    "htmlEntity": "",
    "htmlDecimal": "&#119956;",
    "latex": "𝒔",
    "mathml": "<mi>𝒔</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒔 is the Unicode character named mathematical bold italic small s. For Bold Italic Small S (𝒔), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒔 when the source convention requires this exact character. For Bold Italic Small S (𝒔), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small s",
    "examples": [
      "𝒔 = x",
      "f(𝒔)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D494 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small s.",
      "word": "Type 1D494, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒔, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒔, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒔 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒔.",
      "excel": "Paste 𝒔 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small S (𝒔): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒔, learn the meaning and semantic role of bold italic small s, and get Unicode, LaTeX (𝒔), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒔; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒔 as U+1D494; for structured equations, use 𝒔 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small S."
    ],
    "searchIntents": [
      "Bold Italic Small S symbol meaning",
      "Bold Italic Small S copy and paste",
      "Bold Italic Small S LaTeX",
      "Bold Italic Small S Unicode",
      "how to type Bold Italic Small S"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒔 in plain text when a Unicode character is appropriate and the destination preserves U+1D494.",
      "Use 𝒔 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small S is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-t",
    "symbol": "𝒕",
    "slug": "mathematical-bold-italic-small-t",
    "name": "Bold Italic Small T",
    "aliases": [
      "mathematical bold italic small t"
    ],
    "unicode": "U+1D495",
    "htmlEntity": "",
    "htmlDecimal": "&#119957;",
    "latex": "𝒕",
    "mathml": "<mi>𝒕</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒕 is the Unicode character named mathematical bold italic small t. For Bold Italic Small T (𝒕), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒕 when the source convention requires this exact character. For Bold Italic Small T (𝒕), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small t",
    "examples": [
      "𝒕 = x",
      "f(𝒕)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D495 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small t.",
      "word": "Type 1D495, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒕, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒕, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒕 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒕.",
      "excel": "Paste 𝒕 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small T (𝒕): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒕, learn the meaning and semantic role of bold italic small t, and get Unicode, LaTeX (𝒕), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒕; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒕 as U+1D495; for structured equations, use 𝒕 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small T."
    ],
    "searchIntents": [
      "Bold Italic Small T symbol meaning",
      "Bold Italic Small T copy and paste",
      "Bold Italic Small T LaTeX",
      "Bold Italic Small T Unicode",
      "how to type Bold Italic Small T"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒕 in plain text when a Unicode character is appropriate and the destination preserves U+1D495.",
      "Use 𝒕 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small T is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  },
  {
    "id": "mathematical-bold-italic-small-u",
    "symbol": "𝒖",
    "slug": "mathematical-bold-italic-small-u",
    "name": "Bold Italic Small U",
    "aliases": [
      "mathematical bold italic small u"
    ],
    "unicode": "U+1D496",
    "htmlEntity": "",
    "htmlDecimal": "&#119958;",
    "latex": "𝒖",
    "mathml": "<mi>𝒖</mi>",
    "categories": [
      "math-alphanumeric"
    ],
    "meaning": "𝒖 is the Unicode character named mathematical bold italic small u. For Bold Italic Small U (𝒖), its mathematical meaning depends on the surrounding convention, alphabet style, or operator definition.",
    "usage": "Use 𝒖 when the source convention requires this exact character. For Bold Italic Small U (𝒖), define styled letters and specialized glyphs explicitly, because visually similar Unicode characters may not be semantically interchangeable.",
    "pronunciation": "bold italic small u",
    "examples": [
      "𝒖 = x",
      "f(𝒖)"
    ],
    "relatedSymbols": [
      "equals"
    ],
    "platformInput": {
      "windows": "Use Character Map or enter Unicode 1D496 in a Unicode-aware application.",
      "mac": "Open Character Viewer and search for mathematical bold italic small u.",
      "word": "Type 1D496, then press Alt+X in Microsoft Word where supported.",
      "iPhone": "Copy and paste 𝒖, or use a math/LaTeX app. The standard iOS keyboard may not expose every mathematical symbol.",
      "android": "Copy and paste 𝒖, or use a math keyboard or LaTeX editor. Keyboard layouts vary by device and app.",
      "googleDocs": "For plain text, paste 𝒖 or use Insert → Special characters. For structured math, use the equation editor and verify 𝒖.",
      "excel": "Paste 𝒖 into a cell or use Insert → Symbol when available. Ordinary cells preserve the character but do not interpret LaTeX commands."
    },
    "seo": {
      "title": "Bold Italic Small U (𝒖): Meaning, Unicode & LaTeX",
      "description": "Copy 𝒖, learn the meaning and semantic role of bold italic small u, and get Unicode, LaTeX (𝒖), HTML, MathML, examples, look-alikes, and typing guidance."
    },
    "status": "published",
    "commonMistakes": [
      "Do not substitute a visually similar Latin or differently styled character for 𝒖; case and mathematical alphabet style can identify different quantities.",
      "For plain text, copy 𝒖 as U+1D496; for structured equations, use 𝒖 in math mode. A look-alike glyph or image can break search, accessibility, or parsing when the intended character is Bold Italic Small U."
    ],
    "searchIntents": [
      "Bold Italic Small U symbol meaning",
      "Bold Italic Small U copy and paste",
      "Bold Italic Small U LaTeX",
      "Bold Italic Small U Unicode",
      "how to type Bold Italic Small U"
    ],
    "reviewedAt": "2026-07-23",
    "sourceSet": "unicode-latex-mathml",
    "qualityTier": "catalog",
    "reviewMethod": "Catalog review of character identity and notation mappings.",
    "verifiedAgainst": "Unicode Standard, Unicode mathematical notation guidance, and established LaTeX/MathML syntax.",
    "sourceIds": [
      "unicode-standard",
      "unicode-charts"
    ],
    "lookAlikes": [
      "= — Equals Sign"
    ],
    "useCases": [
      "Use 𝒖 in plain text when a Unicode character is appropriate and the destination preserves U+1D496.",
      "Use 𝒖 in an equation editor when mathematical spacing or structure matters.",
      "Define the local meaning when Bold Italic Small U is used in math alphanumeric with a field-specific convention."
    ],
    "compatibilityNotes": "Font coverage varies; verify the code point and destination rendering before publication.",
    "symbolType": "identifier",
    "primaryIntent": "identify the symbol, distinguish look-alikes, and copy the correct notation",
    "semanticRole": "A letter-like symbol used to name a variable, function, space, transform, or other mathematical object.",
    "commonDomains": [
      "Mathematical Alphanumeric Symbols"
    ],
    "confusableCharacters": [
      "= — Equals Sign"
    ],
    "mathmlTokenType": "mi"
  }
]
