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 TE WITH DESCENDER) is the Unicode character at code point U+04AC. 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+04AC | |
| decimal | 1196 | |
| htmldecimal | Ҭ | |
| htmlhex | Ҭ | |
| css | \04AC | |
| javascript | \u{4AC} | |
| python | \u04ac | |
| java | \u04AC | |
| go | \u04AC | |
| ruby | \u{4AC} | |
| rust | \u{4AC} | |
| ccpp | \u04ac | |
| urlencoded | %D2%AC | |
| utf8bytes | d2 ac | |
| utf16bebytes | 04 ac | |
| utf32bebytes | 00 00 04 ac |
How to Use
HTML:
Ҭ
CSS:
content: "\04AC"
JavaScript:
"\u{4AC}"
Python:
"\u04ac"
Properties
Frequently Asked Questions
What is the Ҭ character (CYRILLIC CAPITAL LETTER TE WITH DESCENDER)?
Ҭ (CYRILLIC CAPITAL LETTER TE WITH DESCENDER) is the Unicode character U+04AC.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER TE WITH DESCENDER?
The CYRILLIC CAPITAL LETTER TE WITH DESCENDER character (Ҭ) has codepoint U+04AC.
How do I type or copy CYRILLIC CAPITAL LETTER TE WITH DESCENDER?
Copy Ҭ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.