Fullwidth Latin Small Letter X

Shortcodes

Copy and paste codes for Fullwidth Latin Small Letter X symbol x to use in your websites, apps, blogs, and more.

Unicode
U+FF58
HTML Code
x
HEX Code
x
CSS Code
\FF58
JS/JSON
\uFF58
Unix/C/PHP/JAVA
0xFF58
URL-encode
%EF%BD%98
copied

Customize Fullwidth Latin Small Letter X Symbol

Customize x symbol as you like and download Fullwidth Latin Small Letter X as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Fullwidth Latin Small Letter X symbol in HTML, CSS, and JS?

Insert x Fullwidth Latin Small Letter X using HTML

1. Copy-paste Fullwidth Latin Small Letter X directly:
<span>x</span>
2. HTML Decimal Code:
<span>&#65368;</span>
3. Hexadecimal Code:
<span>&#xFF58;</span>
Preview:

Add Fullwidth Latin Small Letter X symbol with CSS

.fullwidth-latin-small-letter-x::before {
    content: '\\FF58';
}
Preview: Fullwidth Latin Small Letter X

Fullwidth Latin Small Letter X JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-small-letter-x').textContent = 'x';
2. Unicode Escape for x:
document.querySelector('.fullwidth-latin-small-letter-x').textContent = '\uFF58';
Preview: