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 SE
Overview
セ (HALFWIDTH KATAKANA LETTER SE) is the Unicode character at code point U+FF7E. 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+FF7E | |
| decimal | 65406 | |
| htmldecimal | セ | |
| htmlhex | セ | |
| css | \FF7E | |
| javascript | \u{FF7E} | |
| python | \uff7e | |
| java | \uFF7E | |
| go | \uFF7E | |
| ruby | \u{FF7E} | |
| rust | \u{FF7E} | |
| ccpp | \uff7e | |
| urlencoded | %EF%BD%BE | |
| utf8bytes | ef bd be | |
| utf16bebytes | ff 7e | |
| utf32bebytes | 00 00 ff 7e |
How to Use
HTML:
セ
CSS:
content: "\FF7E"
JavaScript:
"\u{FF7E}"
Python:
"\uff7e"
Properties
- Script
- Kana
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 30BB
Frequently Asked Questions
What is the セ character (HALFWIDTH KATAKANA LETTER SE)?
セ (HALFWIDTH KATAKANA LETTER SE) is the Unicode character U+FF7E.
What is the Unicode codepoint of HALFWIDTH KATAKANA LETTER SE?
The HALFWIDTH KATAKANA LETTER SE character (セ) has codepoint U+FF7E.
How do I type or copy HALFWIDTH KATAKANA LETTER SE?
Copy セ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.