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
LATIN CAPITAL LETTER X
Overview
X (LATIN CAPITAL LETTER X) is the Unicode character at code point U+0058. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0058 | |
| decimal | 88 | |
| htmldecimal | X | |
| htmlhex | X | |
| css | \0058 | |
| javascript | \u{58} | |
| python | \u0058 | |
| java | \u0058 | |
| go | \u0058 | |
| ruby | \u{58} | |
| rust | \u{58} | |
| ccpp | \u0058 | |
| urlencoded | X | |
| utf8bytes | 58 | |
| utf16bebytes | 00 58 | |
| utf32bebytes | 00 00 00 58 |
How to Use
HTML:
X
CSS:
content: "\0058"
JavaScript:
"\u{58}"
Python:
"\u0058"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the X character (LATIN CAPITAL LETTER X)?
X (LATIN CAPITAL LETTER X) is the Unicode character U+0058.
What is the Unicode codepoint of LATIN CAPITAL LETTER X?
The LATIN CAPITAL LETTER X character (X) has codepoint U+0058.
How do I type or copy LATIN CAPITAL LETTER X?
Copy X directly, or use the HTML entity, UTF-8, and code encodings shown on this page.