Fullwidth Latin Capital Letter C Letter
H and similar fullwidth text are typographic variants; C is the fullwidth capital C (U+FF23).
U+FF23
"C" is a fullwidth version of the Latin capital letter C. It looks similar to the standard ASCII “C”, but it’s a different Unicode character. Use it when you want fullwidth typography or consistent alignment in fullwidth layouts.
Fullwidth Latin Capital Letter C Letter Meaning
The symbol C (U+FF23) is “FULLWIDTH LATIN CAPITAL LETTER C.” It’s not a special math or emoji character; it’s primarily a typography variant. In many fullwidth text contexts (commonly seen in East Asian typography), fullwidth characters are designed to occupy more horizontal space, helping with alignment in monospaced or double-width-looking UI layouts. Visually, it resembles the standard letter “C”, but they are different code points, so searching, validation, and string processing may treat them as different characters. When you need the fullwidth look specifically, copy this character or use the provided code points/escapes.
Common uses
- •Designing fullwidth-styled headings or labels where “C” should match other fullwidth characters
- •Building UI text that must align with fullwidth content in terminals or chat displays
- •Creating consistent nameplates or tags that use fullwidth uppercase letters
- •Writing templates or mockups that mirror fullwidth typographic conventions
- •Using the character in HTML/CSS/JS where a specific fullwidth code point is required
Examples
C Fullwidth Latin Capital Letter C
- CCLASS
- CPRODUCT
- CID:C1234
- CType:C
- CLabel:C
Variations
Technical codes
| Unicode | U+FF23 | |
| HTML Entity | C | |
| HTML Code | C | |
| CSS | \FF23 |
FAQ
What does the Fullwidth Latin Capital Letter C letter mean?
The symbol C (U+FF23) is “FULLWIDTH LATIN CAPITAL LETTER C.” It’s not a special math or emoji character; it’s primarily a typography variant. In many fullwidth text contexts (commonly seen in East Asian typography), fullwidth characters are designed to occupy more horizontal space, helping with alignment in monospaced or double-width-looking UI layouts. Visually, it resembles the standard letter “C”, but they are different code points, so searching, validation, and string processing may treat them as different characters. When you need the fullwidth look specifically, copy this character or use the provided code points/escapes.
Is C the same as the regular letter C?
No. C is the fullwidth character U+FF23, while the regular ASCII “C” is a different Unicode code point.
What is the Unicode and HTML value for C?
Unicode code point: U+FF23. HTML entity: C.
How do I type or generate C in code?
Use the provided escapes: CSS \\FF23, JavaScript \\u{FF23}, or the HTML entity C.
When should I use fullwidth C instead of regular C?
Use fullwidth C when you want consistent fullwidth typography and alignment with other fullwidth characters in your design or UI.