Cyrillic Capital Letter Te Letter
Т is the Cyrillic capital letter TE, used in Russian and other Cyrillic-based languages.
U+0422
Т (U+0422) is a Cyrillic capital letter commonly found in Russian and related languages. This page helps you copy it reliably and use the correct Unicode value in web and app contexts.
Cyrillic Capital Letter Te Letter Meaning
The symbol “Т” is the Cyrillic capital letter TE (Unicode name: CYRILLIC CAPITAL LETTER TE, code point U+0422). In Cyrillic alphabets, it represents the “te” sound or a closely related phonetic value depending on the language and context. Because it is a distinct Unicode character (not a Latin “T”), it matters for text processing, typography, and search. You’ll typically see it at the start of words and in proper nouns where uppercase forms are required. If you mix Latin and Cyrillic characters, the text may look similar but behave differently in validation, casing, and string comparisons.
Common uses
- •Writing Cyrillic text in Russian and other Cyrillic-based languages where uppercase TE is needed
- •Labeling forms, headings, and UI text that requires the correct Cyrillic capital character
- •Entering proper nouns and place names that begin with “Т”
- •Preparing multilingual content where Unicode-correct copying avoids character mix-ups
- •Developing software that needs an exact match for the Unicode code point U+0422
Examples
Т — Cyrillic Capital Letter Te (U+0422)
- ТТатьяна
- ТТомск
- ТТЕАТР
- ТТвой выбор
- ТТранспорт
Variations
Technical codes
| Unicode | U+0422 | |
| HTML Entity | Т | |
| HTML Code | Т | |
| CSS | \0422 |
FAQ
What does the Cyrillic Capital Letter Te letter mean?
The symbol “Т” is the Cyrillic capital letter TE (Unicode name: CYRILLIC CAPITAL LETTER TE, code point U+0422). In Cyrillic alphabets, it represents the “te” sound or a closely related phonetic value depending on the language and context. Because it is a distinct Unicode character (not a Latin “T”), it matters for text processing, typography, and search. You’ll typically see it at the start of words and in proper nouns where uppercase forms are required. If you mix Latin and Cyrillic characters, the text may look similar but behave differently in validation, casing, and string comparisons.
Is “Т” the same as the Latin letter “T”?
No. “Т” is a Cyrillic capital letter TE (U+0422). It may look similar to Latin “T”, but they are different Unicode characters.
How do I type “Т” on a computer?
Use your Cyrillic keyboard/input method (or copy/paste it from this page). In many systems, Cyrillic input can be enabled via keyboard layout settings.
What are the HTML/CSS/JavaScript escapes for “Т”?
HTML entity: Т. CSS escape: \\0422. JavaScript escape (Unicode code point): \\u{0422}.
How can I verify that I copied the correct character?
Check the code point (U+0422) in a Unicode viewer or inspect the character’s escapes (HTML/CSS/JS) while comparing against known values.