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' : ''">
ツ
HALFWIDTH KATAKANA LETTER TU
Overview
ツ (HALFWIDTH KATAKANA LETTER TU) is the Unicode character at code point U+FF82. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF82 | |
| decimal | 65410 | |
| htmldecimal | ツ | |
| htmlhex | ツ | |
| css | \FF82 | |
| javascript | \u{FF82} | |
| python | \uff82 | |
| java | \uFF82 | |
| go | \uFF82 | |
| ruby | \u{FF82} | |
| rust | \u{FF82} | |
| ccpp | \uff82 | |
| urlencoded | %EF%BE%82 | |
| utf8bytes | ef be 82 | |
| utf16bebytes | ff 82 | |
| utf32bebytes | 00 00 ff 82 |
How to Use
HTML:
ツ
CSS:
content: "\FF82"
JavaScript:
"\u{FF82}"
Python:
"\uff82"
Properties
- Script
- Kana
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 30C4
Frequently Asked Questions
What is the ツ character (HALFWIDTH KATAKANA LETTER TU)?
ツ (HALFWIDTH KATAKANA LETTER TU) is the Unicode character U+FF82.
What is the Unicode codepoint of HALFWIDTH KATAKANA LETTER TU?
The HALFWIDTH KATAKANA LETTER TU character (ツ) has codepoint U+FF82.
How do I type or copy HALFWIDTH KATAKANA LETTER TU?
Copy ツ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.