| Symbol Name | Latin Small Letter Ls Digraph |
| Unicode Version | 3.0 |
| Unicode | U+02AA |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \02AA |
| Hex Code | 0x02AA |
| HTML Code | ʪ |
| LaTeX | \text{LATINSMALLLETTERLSDIGRAPH} |
| Symbol | ʪ |
| URL encode (UTF-8 percent) | %CA%AA |
| Spoken / screen reader name | 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}You can type the latin small letter ls digraph symbol on most modern devices with the help of following methods:
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>Latin Small Letter Ls Digraph symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |