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 TE) is the Unicode character at code point U+0442. 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+0442 | |
| decimal | 1090 | |
| htmldecimal | т | |
| htmlhex | т | |
| css | \0442 | |
| javascript | \u{442} | |
| python | \u0442 | |
| java | \u0442 | |
| go | \u0442 | |
| ruby | \u{442} | |
| rust | \u{442} | |
| ccpp | \u0442 | |
| urlencoded | %D1%82 | |
| utf8bytes | d1 82 | |
| utf16bebytes | 04 42 | |
| utf32bebytes | 00 00 04 42 |
How to Use
HTML:
т
CSS:
content: "\0442"
JavaScript:
"\u{442}"
Python:
"\u0442"
Properties
Frequently Asked Questions
What is the т character (CYRILLIC SMALL LETTER TE)?
т (CYRILLIC SMALL LETTER TE) is the Unicode character U+0442.
What is the Unicode codepoint of CYRILLIC SMALL LETTER TE?
The CYRILLIC SMALL LETTER TE character (т) has codepoint U+0442.
How do I type or copy CYRILLIC SMALL LETTER TE?
Copy т directly, or use the HTML entity, UTF-8, and code encodings shown on this page.