LATIN CAPITAL LETTER T vs CYRILLIC CAPITAL LETTER TE
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
T
LATIN CAPITAL LETTER T
U+0054
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Т
CYRILLIC CAPITAL LETTER TE
U+0422
View details →
VS
Property Comparison
| Property | T U+0054 | Т U+0422 |
|---|---|---|
| Name | LATIN CAPITAL LETTER T | CYRILLIC CAPITAL LETTER TE |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0054 | U+0422 |
|---|---|---|
| unicode | U+0054 | U+0422 |
| decimal | 84 | 1058 |
| htmldecimal | T | Т |
| htmlhex | T | Т |
| css | \0054 | \0422 |
| javascript | \u{54} | \u{422} |
| python | \u0054 | \u0422 |
| java | \u0054 | \u0422 |
| go | \u0054 | \u0422 |
| ruby | \u{54} | \u{422} |
| rust | \u{54} | \u{422} |
| ccpp | \u0054 | \u0422 |
| urlencoded | T | %D0%A2 |
| utf8bytes | 54 | d0 a2 |
| utf16bebytes | 00 54 | 04 22 |
| utf32bebytes | 00 00 00 54 | 00 00 04 22 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER T is from the Basic Latin block (Latn script), while CYRILLIC CAPITAL LETTER TE is from Cyrillic (Cyrl). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.