| Symbolname | Latin Small Letter Ls Digraph |
| Unicode-Version | 3.0 |
| Unicode | U+02AA |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| CSS-Code | \02AA |
| Hexadezimalcode | 0x02AA |
| HTML-Code | ʪ |
| LaTeX | \text{LATINSMALLLETTERLSDIGRAPH} |
| Symbol | ʪ |
| URL-Kodierung (UTF-8-Prozent) | %CA%AA |
| Ansagename (Screenreader) | Latin Small Letter Ls Digraph |
| UTF-8 | CA AA |
| UTF-16 | 02AA |
| UTF-32 | 000002AA |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLSDIGRAPH}4\end{document}Sie können das Symbol latin small letter ls digraph auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 682 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter ls digraph", or use Unicode Hex Input with 02AA.
Ctrl + Shift + U, type 02aa, 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.ls-digraph::before { content: "\02AA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʪ</span>Die Darstellung des Symbols Latin Small Letter Ls Digraph in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u02AA' or String.fromCodePoint(682) |
| Python | '\N{LATIN SMALL LETTER LS DIGRAPH}' or chr(682) |
| Rust | '\u{02AA}' |
| C / C++ | UTF-8 source or wchar_t with U+02AA |
| Go | string(rune(0x02AA)) |
| Ruby | "\u{02AA}" |