You can name the person who designed this mark, which is rare for a currency symbol. In 2012 Turkey's central bank ran a public competition for a lira sign and drew 8,362 entries; the winner, by Tülay Lale, was unveiled by the government on 1 March that year. The design reads as a half-anchor — an L tilted upward with two strokes across it — meant to suggest a safe harbour and a rising currency. Unicode adopted it that September as the sole new character in its 6.2 release.
The double stroke is not decoration but convention: like the two bars in the euro sign and the yen, the parallel lines are a visual shorthand for monetary stability that runs across modern currency design. In practice the main gotcha is font coverage — because the character is so recent, older systems and some print fonts still render it as a missing-glyph box, so publishers targeting Turkish audiences check that their typeface actually carries the sign before shipping.
About Turkish Lira Sign
Turkish Lira Sign is the Unicode character ₺ at codepoint U+20BA in the Currency Symbols block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Turkish Lira Sign
To use the Turkish Lira Sign symbol (₺) in HTML, insert the
entity ₺ directly into your markup. The decimal entity ₺ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\20BA';.
In JavaScript and TypeScript the escape '\u20BA' evaluates to ₺. In Python source, write '\u20BA'.
The character encodes to E2 82 BA as UTF-8 bytes and 20BA as UTF-16 code units. Its decimal codepoint is 8378.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.