| Symboolnaam | Latin Capital Letter Av |
| Unicode-versie | 5.1 |
| Unicode | U+A738 |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| CSS-code | \A738 |
| Hexadecimale code | 0xA738 |
| HTML-code | Ꜹ |
| LaTeX | \text{LATINCAPITALLETTERAV} |
| Symbool | Ꜹ |
| URL-codering (UTF-8 procent) | %EA%9C%B8 |
| Uitgesproken naam / schermlezer | Latin Capital Letter Av |
| UTF-8 | EA 9C B8 |
| UTF-16 | A738 |
| UTF-32 | 0000A738 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERAV}4\end{document}Je kunt het latin capital letter av-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 42808 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter av", or use Unicode Hex Input with A738.
Ctrl + Shift + U, type a738, 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-capital-letter-av::before { content: "\A738"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꜹ</span>De weergave van het Latin Capital Letter Av-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uA738' or String.fromCodePoint(42808) |
| Python | '\N{LATIN CAPITAL LETTER AV}' or chr(42808) |
| Rust | '\u{A738}' |
| C / C++ | UTF-8 source or wchar_t with U+A738 |
| Go | string(rune(0xA738)) |
| Ruby | "\u{A738}" |