| Nombre del símbolo | Latin Capital Letter Av |
| Versión Unicode | 5.1 |
| Unicode | U+A738 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| Código CSS | \A738 |
| Código hexadecimal | 0xA738 |
| Código HTML | Ꜹ |
| LaTeX | \text{LATINCAPITALLETTERAV} |
| Símbolo | Ꜹ |
| Codificación URL (porcentaje UTF-8) | %EA%9C%B8 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo latin capital letter av en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Capital Letter Av en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |