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 TSHE) is the Unicode character at code point U+040B. 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+040B | |
| decimal | 1035 | |
| htmldecimal | Ћ | |
| htmlhex | Ћ | |
| css | \040B | |
| javascript | \u{40B} | |
| python | \u040b | |
| java | \u040B | |
| go | \u040B | |
| ruby | \u{40B} | |
| rust | \u{40B} | |
| ccpp | \u040b | |
| urlencoded | %D0%8B | |
| utf8bytes | d0 8b | |
| utf16bebytes | 04 0b | |
| utf32bebytes | 00 00 04 0b |
How to Use
HTML:
Ћ
CSS:
content: "\040B"
JavaScript:
"\u{40B}"
Python:
"\u040b"
Properties
Frequently Asked Questions
What is the Ћ character (CYRILLIC CAPITAL LETTER TSHE)?
Ћ (CYRILLIC CAPITAL LETTER TSHE) is the Unicode character U+040B.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER TSHE?
The CYRILLIC CAPITAL LETTER TSHE character (Ћ) has codepoint U+040B.
How do I type or copy CYRILLIC CAPITAL LETTER TSHE?
Copy Ћ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.