| Symbol Name | Latin Small Letter Av |
| Unicode Version | 5.1 |
| Unicode | U+A739 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \A739 |
| Hex Code | 0xA739 |
| HTML Code | ꜹ |
| LaTeX | \text{LATINSMALLLETTERAV} |
| Symbol | ꜹ |
| URL encode (UTF-8 percent) | %EA%9C%B9 |
| Spoken / screen reader name | 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}You can type the latin small letter av symbol on most modern devices with the help of following methods:
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>Latin Small Letter Av symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |