| Symboolnaam | Georgian Lari |
| Unicode-versie | 8.0 |
| Unicode | U+20BE |
| Unicode-blok | |
| Algemene categorie | Currency Symbol (Sc) |
| CSS-code | \20BE |
| Hexadecimale code | 0x20BE |
| HTML-code | ₾ |
| LaTeX | \textlari |
| Symbool | ₾ |
| URL-codering (UTF-8 procent) | %E2%82%BE |
| Uitgesproken naam / schermlezer | Georgian Lari |
| UTF-8 | E2 82 BE |
| UTF-16 | 20BE |
| UTF-32 | 000020BE |
1\documentclass{article}2\usepackage{pifont}3\textlari4\end{document}Je kunt het georgian lari-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8382 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "lari", or enable Unicode Hex Input.
Ctrl + Shift + U, type 20be, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.lari::before { content: "\20BE"; }1<span>₾</span>De weergave van het Georgian Lari-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u20BE' or String.fromCodePoint(0x20BE) |
| Python | '\N{LARI SIGN}' or chr(8382) |
| Rust | '\u{20BE}' |
| C / C++ | UTF-8 source or wchar_t with U+20BE |
| Go | string(rune(0x20BE)) |
| Ruby | "\u20BE" |