The Italian lira sign (the italian lira) is a capital L with a single horizontal bar, a form that traces to medieval Italian city-states where the letter was barred to distinguish currency amounts from ordinary text in merchant ledgers. Unlike the pound sign, which shares the same L-crossbar ancestry, the Italian lira sign developed its own proportions and usage conventions through centuries of peninsular commerce—from the florins of Renaissance Florence to the post-unification lira of the Kingdom of Italy. The sign therefore encodes both local particularity and national consolidation.
The lira's name derives from the Latin libra, the same Roman weight unit that gave rise to the British pound. That shared etymology creates a typographic cousinhood between the italian lira and £ that confused international traders for centuries. Italian merchants traveling to London and vice versa found themselves writing the same mark for different currencies, a collision that only resolved with the advent of ISO codes in the twentieth century.
What makes the lira sign historically poignant is its obsolescence. Replaced by the euro in 2002, the the italian lira survives primarily in the memories of Italians over fifty, in vintage films, and in Unicode tables. Its presence on a price tag today would signal either nostalgia or error. The sign is therefore a monument to a monetary sovereignty that Italians surrendered without referendum, a source of lingering eurosceptic resentment.
The lira sign's L-form with a horizontal bar triggers immediate Latin-script recognition, while the bar creates a visual stability that the bare letter lacks. Psychologically, the L is an open form: it invites the eye to travel down the vertical stroke and then outward along the horizontal foot. When that journey is interrupted by a crossbar, the brain registers a boundary: value stops here. That boundary function was essential in the crowded mercantile ledgers of Renaissance Venice and Genoa.
The single bar also differentiates the lira from the pound's double-bar variant (in some fonts), creating a subtle visual hierarchy. Italian typographers historically favored the lighter single bar to suggest elegance rather than weight—a preference that reflected the lira's cultural self-image as the currency of art and fashion rather than empire and industry.
The lira sign's meaning migrated from commercial supremacy to peripheral anxiety. In the fifteenth century, the lira indexed the financial power of Medici banks that funded European monarchies; by the 1990s, it indexed a currency so weak that Italians joked about needing a wheelbarrow of notes for dinner. The glyph thus certifies one of history's most dramatic monetary declines: from global creditor to local debtor in five centuries.
For contemporary Italians, the lira sign functions as a generational marker. Those who remember prices in lire often convert euros mentally, experiencing a mild cognitive dissonance with every purchase. Younger Italians, who never handled lira banknotes, treat the the italian lira as a historical curiosity no more emotionally charged than the sestertius. The sign thus divides Italy along a monetary fault line between memory and ignorance.
The lira sign no longer appears on any Italian price tag, receipt, or digital interface; the euro has entirely displaced it. It survives in Unicode tables (U+20A4), historical databases, and the retro-themed design of some Italian restaurants and fashion brands. Its most active modern context is numismatic: collectors trade lira-denominated coins as artifacts of a bygone monetary culture. In software, the the italian lira appears as a fallback when legacy systems encounter pre-2002 Italian financial records.
The lira sign functions like a Roman aqueduct: an engineering marvel that once carried value across the peninsula but now serves as a heritage monument. Just as tourists photograph aqueducts without understanding their hydraulics, Italians recognize the the italian lira without understanding its role in the Medici credit networks. Both are beautiful ruins.
Alternatively, consider the lira sign as a traditional Italian espresso cup: small, elegant, and no longer sufficient for American-sized transactions. The the italian lira was designed for a world of modest prices; the euro replaced it in a world of globalized consumption.
The lira sign's survival in Italian political rhetoric creates an ethical dilemma. Populist parties invoke the the italian lira to argue that Italy surrendered sovereignty to Brussels, a narrative that simplifies the complex economic calculus behind euro adoption. The sign thus becomes a tool of intergenerational blame: older voters mourn the lira, younger voters defend the euro, and neither fully understands the other's monetary frame of reference.
Conversely, the lira's obsolescence eliminated the transaction costs of cross-border trade within the Eurozone, benefiting Italian exporters and tourists. For a Milan fashion house selling in Paris, the euro's uniformity is a practical blessing that the lira could never provide. The the italian lira is therefore both a symbol of lost autonomy and a reminder of relieved friction.
The lira sign sits in a constellation of extinct European currency marks that includes the French franc, the German mark, and the Spanish peseta. In the Eurozone's collective memory, these signs appear together as evidence of a sacrificed diversity. The lira's barred L is the most visually elegant of the group, reflecting Italy's cultural self-image as the aesthetic center of Europe.
In programming, the lira sign appears in legacy financial software that must handle pre-2002 Italian contracts and tax records. Its Unicode inclusion ensures that historical data remains readable even as the currency itself has vanished from circulation.
Professionals study the lira era as a case study in the costs and benefits of monetary union. The sign's presence in a price series is a diagnostic marker: when economists see the italian lira, they know to expect high inflation volatility, frequent devaluation, and complex indexation mechanisms. The glyph is therefore an analytical tool as much as a historical notation.
Typographers note that the lira sign's resemblance to the pound sign creates persistent confusion in international accounting. A price reading the italian lira100 can be misread as £100 by automated parsers, leading to errors in cross-border transactions. That collision was one of the practical arguments for replacing national currency marks with the euro.
As a condition of European Monetary Union, Italy agreed to replace the lira with the euro to create a single currency for the European single market. Italian policymakers hoped that euro adoption would reduce borrowing costs and inflation, which it did—at the cost of surrendering independent monetary policy.
Only in historical, educational, and nostalgic contexts. No retail transaction, bank account, or government budget uses the lira. Its Unicode survival is purely archival, ensuring that legacy records remain readable.
They share a name and a barred-L ancestry but are entirely separate currencies. The Italian lira was replaced by the euro in 2002 and is now obsolete; the Turkish lira (₺) is an active currency with a different glyph design adopted in 2012. The two signs should never be confused in modern contexts.
| 記号名 | Italian Lira |
| Unicodeバージョン | 1.1 |
| Unicode | U+20A4 |
| Unicodeブロック | |
| 一般カテゴリ | Currency Symbol (Sc) |
| CSSコード | \20A4 |
| 16進コード | 0x20A4 |
| HTMLコード | ₤ |
| LaTeX | \textlira |
| 記号 | ₤ |
| URLエンコード(UTF-8パーセント) | %E2%82%A4 |
| 読み上げ名 / スクリーンリーダー | Italian Lira |
| UTF-8 | E2 82 A4 |
| UTF-16 | 20A4 |
| UTF-32 | 000020A4 |
1\documentclass{article}2\usepackage{pifont}3\textlira4\end{document}以下の方法でほとんどの最新デバイスでitalian lira記号を入力できます:
Alt + 8356 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "lira", or enable Unicode Hex Input.
Ctrl + Shift + U, type 20a4, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.lira-old::before { content: "\20A4"; }1<span>₤</span>各プログラミング言語におけるItalian Lira記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u20A4' or String.fromCodePoint(0x20A4) |
| Python | '\N{LIRA SIGN}' or chr(8356) |
| Rust | '\u{20A4}' |
| C / C++ | UTF-8 source or wchar_t with U+20A4 |
| Go | string(rune(0x20A4)) |
| Ruby | "\u20A4" |