| Nombre del símbolo | Latin Capital Letter Au |
| Versión Unicode | 5.1 |
| Unicode | U+A736 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| Código CSS | \A736 |
| Código hexadecimal | 0xA736 |
| Código HTML | Ꜷ |
| LaTeX | \text{LATINCAPITALLETTERAU} |
| Símbolo | Ꜷ |
| Codificación URL (porcentaje UTF-8) | %EA%9C%B6 |
| Nombre oral / lector de pantalla | Latin Capital Letter Au |
| UTF-8 | EA 9C B6 |
| UTF-16 | A736 |
| UTF-32 | 0000A736 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERAU}4\end{document}Puedes escribir el símbolo latin capital letter au en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42806 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter au", or use Unicode Hex Input with A736.
Ctrl + Shift + U, type a736, 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-au::before { content: "\A736"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꜷ</span>La representación del símbolo Latin Capital Letter Au en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA736' or String.fromCodePoint(42806) |
| Python | '\N{LATIN CAPITAL LETTER AU}' or chr(42806) |
| Rust | '\u{A736}' |
| C / C++ | UTF-8 source or wchar_t with U+A736 |
| Go | string(rune(0xA736)) |
| Ruby | "\u{A736}" |