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