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