The cent sign is a lowercase c with a diagonal stroke, a form that emerged from medieval Latin manuscripts where scribes abbreviated centum (hundred) with a barred c to distinguish it from the standalone letter. By the seventeenth century, the mark had migrated from scholarly texts to mercantile ledgers across Europe and the Americas, serving as the fractional partner to the dollar, peso, and escudo. Unlike major currency marks that assert national identity, the cent sign is a servant symbol: it denotes subdivision, remainder, and precision rather than sovereignty.
The sign's survival into the digital era is technically remarkable. While the dollar sign inherited keyboard primacy from typewriters, the cent sign was relegated to Alt-code obscurity on most layouts. Yet it persisted in accounting software, price-tag printers, and vintage cash registers where fractional precision remained necessary. Its Unicode inclusion in version 1.1 was therefore less a celebration of its importance than a archival necessity: without it, pre-decimal financial records would become unreadable.
What makes the cent sign historically poignant is its association with the smallest unit of value that most consumers actually handle. The dollar sign denotes abstraction; the cent sign denotes the copper coin in a child's palm, the penny jar on a kitchen counter, the rounding error that determines whether a transaction is fair.
The cent sign's diagonal stroke is the critical psychological cue. Unlike horizontal bars, which suggest completion and stability, diagonals suggest division and motion. The brain therefore processes the cent sign not as a whole but as a part—a fragment of something larger. That fractional perception is reinforced by the lowercase c, which is smaller and more approachable than the uppercase C of the cedi or the vertical stem of the dollar.
Cognitively, the cent sign benefits from what designers call "descender comfort." Because the c dips below the baseline, it anchors the glyph to the line in a way that uppercase marks do not. That anchoring creates a subliminal sense of groundedness: the cent is the weight at the bottom of the price, the detail that prevents the number from floating away into abstraction.
The cent sign's meaning migrated from physical metal to mental arithmetic in the twentieth century. Before 1965, the the cent sign denoted a coin that children collected and beggars counted; after decimalization and inflation, it became primarily a psychological unit—a marker of the difference between $2.99 and $3.00 that retailers exploit to signal affordability. The glyph therefore encodes one of the most powerful tricks in consumer psychology: the left-digit effect.
Culturally, the cent sign indexes thrift and precision in ways that the dollar sign does not. A price written in cents (99the cent sign) feels more carefully calculated than the same price in dollars ($0.99), even though the amounts are identical. The sign thus functions as a semiotic amplifier of frugality, a visual whisper that says: every fraction matters.
Modern interfaces have nearly eliminated the cent sign from consumer-facing displays. E-commerce platforms default to decimal-dollar notation ($9.99) rather than cent notation (999the cent sign), and mobile wallets rarely show fractional balances in anything but the base unit. The glyph's last strongholds are legacy accounting systems, vintage coin-collector catalogs, and the occasional discount retailer that uses the cent sign.99 signage for nostalgic effect.
The cent sign functions like the inch in a metric world: a fractional unit that survives through habit and convenience rather than rational superiority. Just as carpenters still measure in inches despite the global dominance of millimeters, retailers still think in cents despite the dominance of dollar-decimal displays. Both the the cent sign and the inch are legacy notations that refuse to die because they fit human-scale cognition better than their more systematic replacements.
Alternatively, consider the cent sign as a musical grace note: a small ornament that modifies the main note without changing its fundamental value. In pricing, the cent sign is the grace note that transforms $1 into 99the cent sign, a minor adjustment that produces a major perceptual shift.
The cent sign's persistence in American pricing masks a structural inequality. Cashless consumers rarely handle physical cents, but cash-dependent populations—particularly the unbanked—must still accept and store pennies that cost more to mint than they are worth. The the cent sign on a price tag therefore encodes a regressive friction: it is free for the digital payer but costly for the cash payer.
Conversely, the cent sign enables granularity in microtransactions that would be impossible with dollar-only notation. Online tipping platforms, app-store purchases, and fractional-share investing all rely on cent-level precision. The glyph thus serves both exclusion and inclusion, depending on whether the transaction is physical or digital.
The cent sign operates alongside the mill (₥) and the penny (p) in a defunct-or-dormant fractional cluster. In historical accounting, these three marks often appeared together: dollars and cents for whole amounts, mills for tax calculations, pennies for British equivalents. Today only the cent sign retains any visibility, and even that is fading as decimal-dollar notation becomes universal.
In typography, the cent sign is often the smallest currency mark in a font, designed to render legibly at 8px where the dollar sign might occupy 12px. That size hierarchy mirrors its economic hierarchy: the cent is literally the little brother of the currency family.
Professionals distinguish between the cent sign as a unit of account (the abstract the cent sign) and the penny as a physical coin (the copper disc). Because the two have decoupled—prices are still quoted in cents even though pennies are increasingly irrelevant—the sign functions as a zombie notation: it survives in language long after its material referent has died.
Typographers note that the cent sign's diagonal stroke is one of the most difficult elements to render at small sizes. In low-resolution fonts, the slash can disappear entirely, turning the the cent sign into a plain c. That rendering failure is a metaphor for the cent's economic fate: visible in theory, invisible in practice.
The diagonal stroke signals division and fractional status, distinguishing the cent from the cedi (stroked C with vertical line) and other whole-unit marks. Historically, medieval scribes used diagonal strokes to indicate abbreviation or diminution, a convention that fossilized into the cent sign's permanent geometry.
Rarely. Most countries that use decimalized dollars (Australia, Canada, New Zealand) quote prices in dollar-decimal form rather than cent notation. The sign survives primarily in American retail psychology and legacy software. In countries with non-dollar currencies, the cent equivalent is usually absorbed into the base unit.
Because the left-digit effect: consumers focus on the first digit they see. A price beginning with 9 (99¢) triggers a "less than a dollar" heuristic, while the same price beginning with 0 ($0.99) triggers a "less than one" frame. The cent sign amplifies this effect by visually separating the price from the dollar realm entirely.
| 記号名 | Cent Sign |
| Unicodeバージョン | 1.1 |
| Unicode | U+00A2 |
| Unicodeブロック | |
| 一般カテゴリ | Currency Symbol (Sc) |
| CSSコード | \00A2 |
| 16進コード | 0x00A2 |
| HTMLコード | ¢ |
| LaTeX | \cent |
| 記号 | ¢ |
| URLエンコード(UTF-8パーセント) | %C2%A2 |
| 読み上げ名 / スクリーンリーダー | Cent Sign |
| UTF-8 | C2 A2 |
| UTF-16 | 00A2 |
| UTF-32 | 000000A2 |
1\documentclass{article}2\usepackage{pifont}3\cent4\end{document}以下の方法でほとんどの最新デバイスでcent sign記号を入力できます:
Alt + 0162 on the numeric keypad, or insert via Character Map.
Option + 4 on most layouts.
Ctrl + Shift + U, type 00a2, then Enter (layout-dependent).
Long-press the $ key, or use the symbol picker.
Long-press the $ key on many keyboards, or paste from this page.
1span.cent::before { content: "\00A2"; }1<span>¢</span>各プログラミング言語におけるCent Sign記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u00A2' or String.fromCodePoint(0x00A2) |
| Python | '\N{CENT SIGN}' or chr(162) |
| Rust | '\u{00A2}' |
| C / C++ | UTF-8 source or wchar_t with U+00A2 |
| Go | string(rune(0x00A2)) |
| Ruby | "\u00A2" |