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