July 24, 2026

The symbol for all real numbers is ℝ — a capital R in blackboard bold, the double-struck style used for number sets. It covers every number on the number line: integers, fractions and irrationals like π and √2. Copy it below, or jump to how to type it.
| Character | Unicode | HTML entity | LaTeX | Windows alt code |
|---|---|---|---|---|
| ℝ real numbers | U+211D | ℝ | \mathbb{R} | — |
| ℤ integers | U+2124 | ℤ | \mathbb{Z} | — |
| Where | Meaning |
|---|---|
| ℕ | Natural numbers — 0, 1, 2, 3, … (or from 1, by convention) |
| ℤ | Integers — the naturals plus their negatives |
| ℚ | Rationals — anything expressible as a fraction of integers |
| ℝ | Reals — the rationals plus irrationals like π, e and √2 |
| ℂ | Complex numbers — a + bi, with a and b real |
The number systems nest strictly: every integer is a rational, every rational is a real, every real is a complex number with zero imaginary part. The letters are not arbitrary — ℤ is from the German Zahlen (numbers), ℚ from quotient.
ℝ is how you say “all real numbers” compactly. Superscripts give dimension — ℝ² is the plane, ℝⁿ is n-dimensional space — and a union carves out excluded points.
Common decorations: ℝ⁺ for the positive reals, ℝ* or ℝ\{0} for the reals without zero. Conventions differ between texts, so define yours once.
The reals are complete: every set that is bounded above has a least upper bound. The rationals fail this — the set of rationals whose square is under 2 has no rational least upper bound, because √2 is irrational. That gap is why calculus is built on ℝ.
211D and press Alt + X for ℝ2115 ℕ, 2124 ℤ, 211A ℚ, 2102 ℂWindows + . and search “double-struck”Control + Command + Space and search “double-struck capital R”ℝ or ℝ for ℝℤ ℤ, ℚ ℚ, ℂ ℂ\mathbb{R} needs the amssymb package — without it you get an undefined control sequence. This is the single most common reason a blackboard-bold R fails to compile.
\mathbb only has capitals. There is no blackboard bold lowercase in the standard fonts, so \mathbb{r} will not give you what you expect.
ℝ — a capital R in blackboard bold (U+211D). In LaTeX it is \mathbb{R} with the amssymb package.
ℚ is the rationals — numbers writable as a fraction of integers. ℝ adds the irrationals such as π, e and √2, which cannot be written that way.
You are missing \usepackage{amssymb} in the preamble. Without it LaTeX has no \mathbb command and reports an undefined control sequence.
See also the union symbol used in interval notation, the epsilon symbol, and vector spaces in LaTeX.
Try it free
Turn handwritten proofs into submission-ready LaTeX in seconds — set symbols, quantifiers and subscripts already in place.
Convert your paper
Empowering students and researchers with AI-powered tools for academic writing.
Go to appContact us© 2026 Underleaf. All rights reserved.