No Login Data Private Local Save

Math Symbols Reference - Online Copy & Paste LaTeX

16
0
0
0

Math Symbols Reference

Click any symbol to copy its LaTeX command โ€” browse 190+ symbols across 10 categories

Showing 0 symbols โ€” search results for ""

No symbols found

Try a different search term or browse by category

Copied!

Frequently Asked Questions

LaTeX (pronounced "LAY-tek" or "LAH-tek") is a typesetting system widely used in academia for producing scientific and mathematical documents. Its math mode provides unparalleled control over mathematical notation โ€” from simple Greek letters to complex integrals and matrices. LaTeX commands like \alpha, \sum, or \int are the gold standard for writing math in research papers, theses, and textbooks. They're also supported by MathJax and KaTeX for rendering math on the web, making them essential for anyone writing technical content online.

In a LaTeX document, wrap math commands in math mode delimiters: use $...$ for inline math (e.g., $\alpha + \beta = \gamma$) or \[...\] / $$...$$ for display math on its own line. For web pages, include MathJax or KaTeX in your HTML, then use the same delimiters. Simply copy the command from this tool โ€” click any symbol card โ€” and paste it into your editor, Markdown file, or CMS.

Yes! Microsoft Word has a built-in equation editor (Alt+=) that supports LaTeX-style input โ€” type a backslash command like \alpha and press Space to convert it. Google Docs supports LaTeX via Insert โ†’ Equation, and you can type backslash commands directly. For both, the commands on this page work as a quick reference. You can also use add-ons like "Auto-LaTeX Equations" for Google Docs to render full LaTeX blocks.

Inline math (using $...$) places mathematical expressions within a line of text โ€” symbols are rendered smaller to fit the line height. Display math (using \[...\] or $$...$$) places the expression on its own centered line with larger symbols, ideal for important equations. Some commands like \sum and \int render differently in each mode: in inline mode, limits appear as subscripts/superscripts, while in display mode they appear above and below the symbol.

Absolutely. All LaTeX commands listed in this reference are standard and work with both MathJax (v2 and v3) and KaTeX. Both rendering engines support the core LaTeX math symbol set. KaTeX is generally faster but has a slightly smaller symbol set โ€” if a niche symbol doesn't render, check KaTeX's documentation for supported commands. For the vast majority of use cases (Greek letters, operators, relations, arrows, set notation, calculus symbols), both engines work flawlessly.

Use the search bar at the top โ€” type part of the symbol name (e.g., "alpha"), the LaTeX command (e.g., "\sum"), or even the symbol description. You can also browse by category using the pill-shaped tabs (Greek letters, operators, arrows, etc.). On mobile, swipe the category tabs horizontally to reveal more. Every symbol card is click-to-copy, so once you spot what you need, just tap it and paste.

The preview on this page uses Unicode characters rendered by your browser's font, while actual LaTeX output uses the Computer Modern or Latin Modern typeface with precise mathematical spacing and kerning. Some symbols may appear slightly different (e.g., \phi renders as ฯ† in LaTeX but as ฯ• in some fonts). The LaTeX command itself is what matters โ€” when you paste it into a LaTeX editor or MathJax/KaTeX environment, it will render with the correct typography. This reference prioritizes accurate LaTeX commands over pixel-perfect previews.