| Symbol Name | Latin Capital Letter Turned A |
| Unicode Version | 5.1 |
| Unicode | U+2C6F |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| CSS Code |
| UTF-8 | E2 B1 AF |
| UTF-16 | 2C6F |
| UTF-32 | 00002C6F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTURNEDA}4\end{document}You can type the latin capital letter turned a symbol on most modern devices with the help of following methods:
Alt + 11375 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter turned a", or use Unicode Hex Input with 2C6F.
Ctrl + Shift + U, type 2c6f, 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-turned-a::before { content: "\2C6F"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ɐ</span>Latin Capital Letter Turned A symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2C6F' or String.fromCodePoint(11375) |
| Python | '\N{LATIN CAPITAL LETTER TURNED A}' or chr(11375) |
| Rust | '\u{2C6F}' |
| C / C++ | UTF-8 source or wchar_t with U+2C6F |
| Go | string(rune(0x2C6F)) |
| Ruby | "\u{2C6F}" |
\2C6F |
| Hex Code | 0x2C6F |
| HTML Code | Ɐ |
| LaTeX | \text{LATINCAPITALLETTERTURNEDA} |
| Symbol | Ɐ |
| URL encode (UTF-8 percent) | %E2%B1%AF |
| Spoken / screen reader name | Latin Capital Letter Turned A |