| Nom du symbole | Latin Small Letter Av |
| Version Unicode | 5.1 |
| Unicode | U+A739 |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| Code CSS | \A739 |
| Code hexadécimal | 0xA739 |
| Code HTML | ꜹ |
| LaTeX | \text{LATINSMALLLETTERAV} |
| Symbole | ꜹ |
| Encodage URL (pourcent UTF-8) | %EA%9C%B9 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole latin small letter av sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Latin Small Letter Av dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |