| Symbol Name | Latin Small Letter Aa |
| Unicode Version | 5.1 |
| Unicode | U+A733 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \A733 |
| Hex Code | 0xA733 |
| HTML Code | ꜳ |
| LaTeX | \text{LATINSMALLLETTERAA} |
| Symbol | ꜳ |
| URL encode (UTF-8 percent) | %EA%9C%B3 |
| Spoken / screen reader name | Latin Small Letter Aa |
| UTF-8 | EA 9C B3 |
| UTF-16 | A733 |
| UTF-32 | 0000A733 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERAA}4\end{document}You can type the latin small letter aa symbol on most modern devices with the help of following methods:
Alt + 42803 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter aa", or use Unicode Hex Input with A733.
Ctrl + Shift + U, type a733, 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-aa::before { content: "\A733"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜳ</span>Latin Small Letter Aa symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA733' or String.fromCodePoint(42803) |
| Python | '\N{LATIN SMALL LETTER AA}' or chr(42803) |
| Rust | '\u{A733}' |
| C / C++ | UTF-8 source or wchar_t with U+A733 |
| Go | string(rune(0xA733)) |
| Ruby | "\u{A733}" |