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