| Symbolname | Latin Small Letter Lj |
| Unicode-Version | 1.1 |
| Unicode | U+01C9 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| CSS-Code | \01C9 |
| Hexadezimalcode | 0x01C9 |
| HTML-Code | lj |
| LaTeX | \text{LATINSMALLLETTERLJ} |
| Symbol | lj |
| URL-Kodierung (UTF-8-Prozent) | %C7%89 |
| Ansagename (Screenreader) | Latin Small Letter Lj |
| UTF-8 | C7 89 |
| UTF-16 | 01C9 |
| UTF-32 | 000001C9 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLJ}4\end{document}Sie können das Symbol latin small letter lj auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 457 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter lj", or use Unicode Hex Input with 01C9.
Ctrl + Shift + U, type 01c9, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-lj::before { content: "\01C9"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>lj</span>Die Darstellung des Symbols Latin Small Letter Lj in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u01C9' or String.fromCodePoint(457) |
| Python | '\N{LATIN SMALL LETTER LJ}' or chr(457) |
| Rust | '\u{01C9}' |
| C / C++ | UTF-8 source or wchar_t with U+01C9 |
| Go | string(rune(0x01C9)) |
| Ruby | "\u{01C9}" |