LATIN SMALL LETTER C vs CYRILLIC SMALL LETTER ES
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
c
LATIN SMALL LETTER C
U+0063
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
с
CYRILLIC SMALL LETTER ES
U+0441
View details →
VS
Property Comparison
| Property | c U+0063 | с U+0441 |
|---|---|---|
| Name | LATIN SMALL LETTER C | CYRILLIC SMALL LETTER ES |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0063 | U+0441 |
|---|---|---|
| unicode | U+0063 | U+0441 |
| decimal | 99 | 1089 |
| htmldecimal | c | с |
| htmlhex | c | с |
| css | \0063 | \0441 |
| javascript | \u{63} | \u{441} |
| python | \u0063 | \u0441 |
| java | \u0063 | \u0441 |
| go | \u0063 | \u0441 |
| ruby | \u{63} | \u{441} |
| rust | \u{63} | \u{441} |
| ccpp | \u0063 | \u0441 |
| urlencoded | c | %D1%81 |
| utf8bytes | 63 | d1 81 |
| utf16bebytes | 00 63 | 04 41 |
| utf32bebytes | 00 00 00 63 | 00 00 04 41 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN SMALL LETTER C is from the Basic Latin block (Latn script), while CYRILLIC SMALL LETTER ES is from Cyrillic (Cyrl). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.