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