copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('t'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
t
FULLWIDTH LATIN SMALL LETTER T
Overview
t (FULLWIDTH LATIN SMALL LETTER T) is the Unicode character at code point U+FF54. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF54 | |
| decimal | 65364 | |
| htmldecimal | t | |
| htmlhex | t | |
| css | \FF54 | |
| javascript | \u{FF54} | |
| python | \uff54 | |
| java | \uFF54 | |
| go | \uFF54 | |
| ruby | \u{FF54} | |
| rust | \u{FF54} | |
| ccpp | \uff54 | |
| urlencoded | %EF%BD%94 | |
| utf8bytes | ef bd 94 | |
| utf16bebytes | ff 54 | |
| utf32bebytes | 00 00 ff 54 |
How to Use
HTML:
t
CSS:
content: "\FF54"
JavaScript:
"\u{FF54}"
Python:
"\uff54"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0074
Frequently Asked Questions
What is the t character (FULLWIDTH LATIN SMALL LETTER T)?
t (FULLWIDTH LATIN SMALL LETTER T) is the Unicode character U+FF54.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER T?
The FULLWIDTH LATIN SMALL LETTER T character (t) has codepoint U+FF54.
How do I type or copy FULLWIDTH LATIN SMALL LETTER T?
Copy t directly, or use the HTML entity, UTF-8, and code encodings shown on this page.