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