The pound sign descends from the Roman libra pondo—the scale weight of a pound—whose handwritten abbreviation in medieval Latin manuscripts evolved from an elaborate L into the crossbarred form we recognize today. By the twelfth century, English scribes were drawing the L with a single horizontal stroke to distinguish it from the numeral 1 and the letter I in cathedral ledgers. That stroke hardened into a typographic fixture during the Industrial Revolution, when British factories needed uniform pricing marks for mass-produced goods.
Unlike the dollar sign's colonial diffusion, the pound's geography remained tightly bound to the British Empire and its successor states. It never became a global reserve in the same way; instead, it functioned as an imperial stamp, appearing on price tags from Lagos to Hong Kong as a reminder that value was denominated in London. When decimalization arrived in 1971, the glyph survived because redesigning centuries of mercantile memory proved more expensive than updating the arithmetic underneath it.
The pound's typographic resilience is partly accidental. Its archaic L-shape was already embedded in typewriter keyboards and accounting machines by the time digital fonts emerged, so manufacturers simply carried the form forward. No design competition, no legislative mandate—only the inertia of ledgers.
The pound sign's L-form with a horizontal crossbar triggers a gestalt response the brain associates with physical objects: a container with a lid, a scale with a beam, a chest with a lock. That tactile resonance explains why the glyph survives in contexts that prize materiality—bullion pricing, vintage markets, and aristocratic estate sales—long after digital currencies have dematerialized value into screen pixels.
The crossbar itself functions as a visual fulcrum. Positioned near the top of the vertical stem, it divides the glyph into a small upper chamber and a large lower chamber—a proportion that subconsciously reads as "heavy bottom, light top," the same stability cue that makes the T-shape reassuring in architecture. When the pound sign appears beside numerals, that weight perception transfers to the price, lending it an air of solidity that rounded currency marks cannot replicate.
For eight centuries the pound sign named a specific weight of silver. By the nineteenth century it indexed the gold standard; by the late twentieth, floating fiat; today it tracks Bank of England policy decisions and Brexit sentiment. Each phase stripped away material referents while adding semantic layers: the sign that once certified physical bullion now certifies institutional credibility.
Culturally, the pound retains an aristocratic aura absent from the dollar or euro. Its archaic silhouette suggests lineage rather than innovation, inheritance rather than startup. That connotation makes it the default mark for luxury goods priced in London and for historical financial instruments that trade on tradition rather than yield. The pound sign thus functions as a class signal as much as a currency signal.
In contemporary interfaces the pound sign competes with the euro for UK price displays, a contest it is slowly losing in retail but winning in heritage branding. Cryptocurrency exchanges list GBP pairs as secondary to USD and EUR, yet the glyph's presence on premium-price tags—from Savile Row tailoring to Mayfair real estate—remains unchallenged. Digital wallets have not displaced the pound sign; they have merely given it a new screen on which to assert its weight.
The pound sign resembles a blacksmith's anvil: a vertical body with a flat top where material is hammered into shape. That analogy is historically apt, because the pound originally certified a physical weight of metal forged on exactly such anvils. Just as the anvil outlived the hand forge to become a symbol of craftsmanship, the pound sign outlived the gold standard to become a symbol of financial solidity.
Flip the analogy to literature: the pound sign is the Times New Roman of currency glyphs—authoritative, traditional, and slightly musty. Designers who want to signal gravitas reach for it automatically, just as lawyers reach for serif fonts. Both choices communicate "this value is not negotiable" before a single number is read.
The pound sign's imperial lineage means that its appearance in former colonies—from the Falkland Islands to Gibraltar—carries political weight beyond mere pricing. For residents of these territories, the glyph signals London's continued sovereignty over local monetary policy, a reminder that value is still denominated in someone else's capital. The sign is therefore not neutral; it is a geopolitical footprint.
Conversely, the pound's exclusion from the eurozone spared Britain from the monetary flattening that erased Italian, French, and German currency identity. The ethical tension is between autonomy and isolation: keeping the pound preserved national control but also denied the UK the negotiating clout of a unified continental currency. The sign on every British receipt thus encodes a history of opt-outs.
The pound sign traditionally partners with the penny (p) in British pricing, a pence-pound duality that structures every price tag from fish-and-chip shops to Fortnum & Mason. It also couples with the dollar in global forex, forming the "cable" pair (GBP/USD) named after the transatlantic telegraph cable that first transmitted exchange rates in the 1860s.
In typographic design, the pound sign often anchors the currency block of a font alongside the euro and dollar, its archaic L-shape providing historical ballast against the euro's modern curve and the dollar's industrial angularity. Font designers report that the pound is the most difficult major currency mark to harmonize, because its proportions derive from handwriting rather than geometry.
Experts distinguish between the pound sign as a unit of account (the abstract the pound sign100) and the physical pound coin (the metal disc). Because the sign predates decimalization by centuries, it carries baggage from the pre-1971 system of pounds, shillings, and pence—a complexity that modern software must still handle when parsing historical financial records. The glyph therefore serves as a time machine: every database that stores prices in the pound sign must declare whether it means decimal or pre-decimal pounds.
Another specialist observation: the pound sign's keyboard placement (Shift+3 on UK layouts) is a typographic fossil from mechanical typewriters, where the # symbol was less used than in American English. That placement migrated unchanged into Unicode and QWERTY standards, meaning that British keyboard geometry encodes a cultural priority: pounds over hashtags.
Because it is an L—specifically, the first letter of the Latin "libra," the Roman unit of weight. Medieval scribes added the crossbar to distinguish the abbreviation from the numeral 1, and the form fossilized in English accounting tradition. Unlike designed glyphs such as the euro, the pound evolved through centuries of handwriting pressure rather than a single commission.
The decision was political and economic: maintaining an independent currency allowed the Bank of England to set interest rates tailored to British conditions rather than continental averages. Typographically, the retention preserved a national mark with eight centuries of mercantile memory. Semiotically, the pound on every receipt became a daily referendum on British identity.
The Turkish lira sign (₺) and the Italian lira sign (₤) both descend from the same L-crossbar ancestry, though each nation modified the proportions. In software, the hash symbol (#) and the pound sign share the same keyboard position across Atlantic layouts, leading to persistent confusion in programming tutorials written for mixed audiences.
| 記号名 | Pound Sign |
| Unicodeバージョン | 1.1 |
| Unicode | U+00A3 |
| Unicodeブロック | |
| 一般カテゴリ | Currency Symbol (Sc) |
| CSSコード | \00A3 |
| 16進コード | 0x00A3 |
| HTMLコード | £ |
| LaTeX | \pounds |
| 記号 | £ |
| URLエンコード(UTF-8パーセント) | %C2%A3 |
| 読み上げ名 / スクリーンリーダー | Pound Sign |
| UTF-8 | C2 A3 |
| UTF-16 | 00A3 |
| UTF-32 | 000000A3 |
1\documentclass{article}2\usepackage{pifont}3\pounds4\end{document}以下の方法でほとんどの最新デバイスでpound sign記号を入力できます:
Alt + 0163 on the numeric keypad, or insert via Character Map.
Option + 3 on most layouts.
Ctrl + Shift + U, type 00a3, 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.pound::before { content: "\00A3"; }1<span>£</span>各プログラミング言語におけるPound Sign記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u00A3' or String.fromCodePoint(0x00A3) |
| Python | '\N{POUND SIGN}' or chr(163) |
| Rust | '\u{00A3}' |
| C / C++ | UTF-8 source or wchar_t with U+00A3 |
| Go | string(rune(0x00A3)) |
| Ruby | "\u00A3" |