The square root symbol is one of the oldest mathematical operators still in continuous active use, traceable to Christoff Rudolff's 1525 algebra textbook Coss—the German vernacular term for algebra. Rudolff introduced a stylized lowercase r as shorthand for radix, the Latin word for root, and the checkmark form gradually evolved as printers simplified the handwritten r into the angular silhouette we still use. The horizontal bar above the radicand, called the vinculum, was added a century later by René Descartes in his 1637 La Géométrie, providing grouping notation that eliminated the need for parentheses around composite radicands.
The operator's adoption was rapid because the underlying mathematical concept had been understood for two millennia. The Pythagorean theorem from sixth-century BCE Greece required computing diagonals as square roots of sums of squares, and Babylonian mathematicians had been computing square roots numerically since at least 1800 BCE through iterative methods that anticipate modern Newton-Raphson approximation. What Rudolff and Descartes provided was not the mathematical concept but the typographic compression that turned a multi-word phrase into a single operator, enabling the algebraic manipulations that subsequent centuries would build upon.
Unicode's encoding of the square root as a dedicated mathematical operator preserved the publishing consensus that had stabilized by the early modern period. The standard treats the radical sign and the optional vinculum as related but distinct entities, with separate code points for the radical mark itself and for the various combining marks that produce extended radicals. This separation lets typesetting engines compose square roots of arbitrary expressions while maintaining consistent visual styling across rendering platforms.
The square root glyph combines a sloped checkmark with a horizontal overbar, creating a visual cue the eye reads as enclosure with extraction direction. The checkmark suggests downward reach into the radicand; the overbar specifies exactly which content lies beneath the operator's scope. Together, the two elements function as a typographic container whose left edge marks where the extraction begins and whose top edge marks where the extracted scope ends.
That containment reading is essential to the operator's mathematical correctness. Without the vinculum, expressions like the square roota + b would be ambiguous between extracting the square root of (a + b) or extracting only the square root of a and then adding b. The horizontal bar resolves this ambiguity through pure typography, eliminating the need for parentheses that would otherwise crowd the expression. Designers of mathematical notation describe this kind of integrated grouping mark as operator-bound delimitation—an efficiency rare in symbolic systems and one reason the square root has survived essentially unchanged for half a millennium.
The square root's semantic field touches every quantitative discipline that handles two-dimensional geometry or normalized variance. In Euclidean geometry it computes diagonals of rectangles, magnitudes of vectors, and distances between points through the Pythagorean theorem and its multidimensional generalizations. In number theory it certifies the existence of irrational numbers, with the square root2 standing as the canonical demonstration that not every length is commensurable with the unit. In statistics it appears in the definition of standard deviation as the square root of variance, encoding the conventional measure of dispersion that probability textbooks have used since Carl Friedrich Gauss's 1809 treatment of measurement error.
For mathematicians, the operator also carries deep algebraic meaning as the principal solution to quadratic equations whose discriminants are non-negative. The plus-minus sign frequently accompanies square roots in this context, indicating that both positive and negative roots solve the underlying equation while the radical sign by convention extracts only the positive branch. That convention—principal positive root unless otherwise specified—creates a subtle distinction between the operator and the abstract algebraic concept it denotes, a distinction whose careful navigation distinguishes professional algebra from amateur calculation.
Contemporary scientific computing implements the square root through hardware-level floating-point instructions that produce results in single clock cycles on modern processors. Computer algebra systems symbolically simplify radical expressions through automated identity recognition, exposing the operator in user-facing notation even when backend computation proceeds through algebraic transformations the user never sees. Machine learning frameworks embed square roots throughout normalization operations—layer normalization, batch normalization, attention scaling—where dividing by the square root of dimension counts produces the variance-controlled signals that gradient-based training requires for stability.
A carpenter measuring the diagonal of a square room does not pace the diagonal directly; the carpenter computes it as the square root of twice the side length squared, applying the Pythagorean theorem to convert easier perpendicular measurements into the diagonal value. The square root operator encodes that exact computational shortcut in mathematical notation, replacing the carpenter's tape measure with operator-based extraction that any qualified geometer can audit. The metaphor is operational rather than poetic: both operations recover a length from a sum of squared lengths.
Shift to audio engineering: a sound engineer computing the root-mean-square amplitude of an audio signal squares each sample, averages the squares across the signal, and extracts the square root of the average to produce a single magnitude metric. The square root operator captures the final extraction step in mathematical notation, certifying that the magnitude has been properly computed from the squared-and-averaged signal energy. Both analogies share the conceptual core: square root extraction recovers a single magnitude from quadratic-weighted inputs whose structure would otherwise be hidden by simple averaging.
Financial risk management routinely summarizes portfolio volatility through standard deviation—the square root of variance—as a single number whose accessibility enables comparison across asset classes and time horizons. The mathematical convenience compresses the entire distribution of potential outcomes into a single dispersion metric, yet the same compression hides the tail behavior that drives catastrophic losses during market crises. The square root operator efficiently summarizes volatility under normality assumptions; ethical risk communication requires accompanying tail-risk metrics that preserve information about the rare but consequential outcomes the square-root-of-variance metric cannot capture.
Public-health surveillance exhibits a related pattern. Standard deviations of disease incidence across geographic regions or demographic groups summarize variability through square-root extraction, yet the same compression can mask clustering patterns where specific subgroups experience exposure dramatically above the mean. The operator provides analytical convenience; ethical public-health practice requires accompanying disaggregated visualizations that preserve the spatial and demographic heterogeneity the aggregate dispersion metric would otherwise erase.
The square root operator pairs constantly with the plus-minus sign in algebraic contexts where both roots of a quadratic equation must be acknowledged, with the radical sign producing the principal root and the plus-minus sign indicating which branch the practitioner chooses. The operator also collaborates with the cube root and fourth root through the broader family of nth-root extractions, each member parametrizing the extraction index through a small superscript that the basic radical sign omits by convention. In algebra, the square root anchors the discriminant analysis that distinguishes real-rooted, complex-rooted, and repeated-rooted quadratic equations.
In statistics the square root attaches to the standard deviation, the standard error, and the root-mean-square error metrics that anchor every introductory analysis course. That same robustness lets the operator survive across elementary geometry, advanced algebra, numerical analysis, and modern machine learning, each context loading the mark with a different procedural meaning while preserving its outward checkmark-with-vinculum shape.
Professional numerical analysts distinguish between the square root as an exact mathematical operation and as a floating-point approximation—two readings whose conflation produces subtle errors in scientific computing. The exact square root of an arbitrary rational number is typically irrational, requiring infinite decimal expansion that floating-point arithmetic must truncate. Modern processors implement square root through iterative Newton-Raphson hardware that converges to floating-point precision in a few clock cycles, but the result is always rounded to the nearest representable floating-point value rather than computed exactly. Veteran practitioners therefore audit cumulative error in expressions involving many square root computations, treating each application as a small but non-zero source of imprecision.
A subtler observation involves negative radicands. The principal real square root of a negative number does not exist within the real numbers; instead, the operation produces a complex result involving the imaginary unit. Software libraries handle this differently: some return NaN values, some return complex numbers, some throw exceptions. The square root notation gives no warning about which behavior the runtime will produce, which is why production code routinely guards radical computations with explicit non-negativity checks rather than relying on language-level conventions that vary across platforms.
Structural elegance reinforced by typographic stability. The checkmark-with-vinculum form solves two problems simultaneously—operator identification and operand delimitation—through a single integrated mark that no competing alternative has improved upon. Subsequent notational reforms have repeatedly tested alternative forms including superscript fractional exponents, dedicated mathematical function names, and parenthesized argument notation, but each alternative has proven less efficient than the original radical for typesetting in body text. The mark has survived because its information density matches the cognitive ergonomics of mathematical reading better than any proposed replacement.
Real analysis treats the square root as a single-valued function defined only on non-negative numbers, returning the unique non-negative root. Complex analysis treats the same operator as a multi-valued relation defined on all complex numbers, with each non-zero argument admitting two valid square roots differing in sign. Complex-analytic conventions typically select a principal branch through cut-plane constructions that exclude the negative real axis from the principal domain, preserving the operator's single-valued character at the cost of introducing branch-cut discontinuities. The same radical symbol denotes both behaviors, leaving the reader to determine from context which interpretation applies.
Generally no, since modern processor hardware implements square root through optimized Newton-Raphson iterations executed at the microcode level with throughput measured in single clock cycles. Software-level iterative algorithms cannot outperform hardware specialized for the operation. The interesting exception involves specialized contexts like quake-era game programming, where approximate square root algorithms using bit-manipulation tricks famously produced acceptable visual results faster than full-precision hardware square root on the processors of the era. Modern hardware has rendered such tricks obsolete for general-purpose computing, though they remain pedagogically valuable for understanding floating-point representation and iterative numerical methods.
| 記号名 | Square Root |
| Unicodeバージョン | 1.1 |
| Unicode | U+221A |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード | \221A |
| 16進コード | 0x221A |
| HTMLコード | √ |
| LaTeX | \sqrt{} |
| 記号 | √ |
| URLエンコード(UTF-8パーセント) | %E2%88%9A |
| Discord / Slack ショートコード | :radic: |
| 読み上げ名 / スクリーンリーダー | Square Root |
| UTF-8 | E2 88 9A |
| UTF-16 | 221A |
| UTF-32 | 0000221A |
1\documentclass{article}2\usepackage{pifont}3\sqrt{}4\end{document}以下の方法でほとんどの最新デバイスでsquare root記号を入力できます:
Alt + 8730 on the numeric keypad, or insert via Character Map (search "square root").
Edit → Emoji & Symbols, search "square root", or Unicode Hex Input then 221A.
Ctrl + Shift + U, type 221a, then Enter (layout-dependent).
Use the symbol picker, paste from this page, or install math keyboard extensions.
Long-press the numeric keypad on supported keyboards or paste from this page.
1span.sqrt::before { content: "\221A"; }1<span>√</span>各プログラミング言語におけるSquare Root記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u221A' or Math.sqrt(x) |
| Python | '\N{SQUARE ROOT}' or math.sqrt(x) |
| Rust | '\u{221A}' or x.sqrt() |
| C / C++ | UTF-8 source or wchar_t with U+221A, computation via sqrt() |
| Go | string(rune(0x221A)) |
| Ruby | "\u221A" or Math.sqrt(x) |