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