| Symbol Name | Latin Small Letter Lz Digraph |
| Unicode Version | 3.0 |
| Unicode | U+02AB |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \02AB |
| Hex Code | 0x02AB |
| HTML Code | ʫ |
| LaTeX | \text{LATINSMALLLETTERLZDIGRAPH} |
| Symbol | ʫ |
| URL encode (UTF-8 percent) | %CA%AB |
| Spoken / screen reader name | Latin Small Letter Lz Digraph |
| UTF-8 | CA AB |
| UTF-16 | 02AB |
| UTF-32 | 000002AB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLZDIGRAPH}4\end{document}You can type the latin small letter lz digraph symbol on most modern devices with the help of following methods:
Alt + 683 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter lz digraph", or use Unicode Hex Input with 02AB.
Ctrl + Shift + U, type 02ab, 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.lz-digraph::before { content: "\02AB"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʫ</span>Latin Small Letter Lz Digraph symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u02AB' or String.fromCodePoint(683) |
| Python | '\N{LATIN SMALL LETTER LZ DIGRAPH}' or chr(683) |
| Rust | '\u{02AB}' |
| C / C++ | UTF-8 source or wchar_t with U+02AB |
| Go | string(rune(0x02AB)) |
| Ruby | "\u{02AB}" |