X

Technical information

SymbolX
NameLatin capital letter x
Unicode numberU+0058
CategoryASCII Table5. Uppercase Latin alphabet
DescriptionThe Unicode character X, or U+0058, is known as the "Latin Capital Letter X". It belongs to the "Basic Latin" block and falls under the "Letter, Uppercase" category in the Unicode standard. This character is a representation of the letter 'X' in the Latin alphabet, as used in English and many other languages. It's commonly used in digital communications or printed documents to represent the letter itself, an unknown quantity or variable (especially in mathematical or scientific contexts), or a mark signifying correctness, selection, or a target. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML EntityX
HTML Entity (hex)X
URL Escape CodeX
UTF-8 (hex)0x58
UTF-8 (binary)01011000
UTF-160x0058
UTF-320x00000058

Source Code

C, C++, and Java"\u0058"
CSS Code\0058
JavaScript"\u0058"
Perl\x{0058}
Python 2u"\u0058"
Python 3\u0058
Ruby\u{0058}

Preview

This Unicode character looks like this X in sentence and in bold like this X and in italic like this X.

Font size:

X
12px
X
16px
X
20px
X
28px
X
36px
X
48px
X
72px

CSS Property: font-weight

X
100
X
200
X
300
X
400
X
500
X
600
X
700
X
800
X
900

HTML Forms and Input

input
disabled input
X
input-group
select
button
button

Code examples in HTML and CSS

<span>&#88;</span>

            
span {
    content: "\0058";
}

The symbol in different fonts

X
-apple-system
X
Apple Color Emoji
X
Arial
X
BlinkMacSystemFont
X
Courier New
X
Georgia
X
Droid Sans
X
Helvetica
X
Noto Sans
X
Oxygen
X
Roboto
X
"Segoe UI"
X
sans-serif
X
Segoe UI Emoji
X
Segoe UI Symbol
X
system-ui
X
Times New Roman
X
Ubuntu
X
Verdana

References