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 SMALL LETTER X
Overview
x (FULLWIDTH LATIN SMALL LETTER X) is the Unicode character at code point U+FF58. 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+FF58 | |
| decimal | 65368 | |
| htmldecimal | x | |
| htmlhex | x | |
| css | \FF58 | |
| javascript | \u{FF58} | |
| python | \uff58 | |
| java | \uFF58 | |
| go | \uFF58 | |
| ruby | \u{FF58} | |
| rust | \u{FF58} | |
| ccpp | \uff58 | |
| urlencoded | %EF%BD%98 | |
| utf8bytes | ef bd 98 | |
| utf16bebytes | ff 58 | |
| utf32bebytes | 00 00 ff 58 |
How to Use
HTML:
x
CSS:
content: "\FF58"
JavaScript:
"\u{FF58}"
Python:
"\uff58"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0078
Frequently Asked Questions
What is the x character (FULLWIDTH LATIN SMALL LETTER X)?
x (FULLWIDTH LATIN SMALL LETTER X) is the Unicode character U+FF58.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER X?
The FULLWIDTH LATIN SMALL LETTER X character (x) has codepoint U+FF58.
How do I type or copy FULLWIDTH LATIN SMALL LETTER X?
Copy x directly, or use the HTML entity, UTF-8, and code encodings shown on this page.