copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('С'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
С
Overview
С (CYRILLIC CAPITAL LETTER ES) is the Unicode character at code point U+0421. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0421 | |
| decimal | 1057 | |
| htmldecimal | С | |
| htmlhex | С | |
| css | \0421 | |
| javascript | \u{421} | |
| python | \u0421 | |
| java | \u0421 | |
| go | \u0421 | |
| ruby | \u{421} | |
| rust | \u{421} | |
| ccpp | \u0421 | |
| urlencoded | %D0%A1 | |
| utf8bytes | d0 a1 | |
| utf16bebytes | 04 21 | |
| utf32bebytes | 00 00 04 21 |
How to Use
HTML:
С
CSS:
content: "\0421"
JavaScript:
"\u{421}"
Python:
"\u0421"
Frequently Asked Questions
What is the С character (CYRILLIC CAPITAL LETTER ES)?
С (CYRILLIC CAPITAL LETTER ES) is the Unicode character U+0421.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER ES?
The CYRILLIC CAPITAL LETTER ES character (С) has codepoint U+0421.
How do I type or copy CYRILLIC CAPITAL LETTER ES?
Copy С directly, or use the HTML entity, UTF-8, and code encodings shown on this page.