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 SMALL LETTER TSE) is the Unicode character at code point U+0446. It belongs to the Cyrillic block, in the Lowercase Letter (Ll) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0446 | |
| decimal | 1094 | |
| htmldecimal | ц | |
| htmlhex | ц | |
| css | \0446 | |
| javascript | \u{446} | |
| python | \u0446 | |
| java | \u0446 | |
| go | \u0446 | |
| ruby | \u{446} | |
| rust | \u{446} | |
| ccpp | \u0446 | |
| urlencoded | %D1%86 | |
| utf8bytes | d1 86 | |
| utf16bebytes | 04 46 | |
| utf32bebytes | 00 00 04 46 |
How to Use
HTML:
ц
CSS:
content: "\0446"
JavaScript:
"\u{446}"
Python:
"\u0446"
Properties
Frequently Asked Questions
What is the ц character (CYRILLIC SMALL LETTER TSE)?
ц (CYRILLIC SMALL LETTER TSE) is the Unicode character U+0446.
What is the Unicode codepoint of CYRILLIC SMALL LETTER TSE?
The CYRILLIC SMALL LETTER TSE character (ц) has codepoint U+0446.
How do I type or copy CYRILLIC SMALL LETTER TSE?
Copy ц directly, or use the HTML entity, UTF-8, and code encodings shown on this page.