Fullwidth Latin Capital Letter U

Shortcodes

Copy and paste codes for Fullwidth Latin Capital Letter U symbol U to use in your websites, apps, blogs, and more.

Unicode
U+FF35
HTML Code
U
HEX Code
U
CSS Code
\FF35
JS/JSON
\uFF35
Unix/C/PHP/JAVA
0xFF35
URL-encode
%EF%BC%B5
copied

Customize Fullwidth Latin Capital Letter U Symbol

Customize U symbol as you like and download Fullwidth Latin Capital Letter U 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 Capital Letter U symbol in HTML, CSS, and JS?

Insert U Fullwidth Latin Capital Letter U using HTML

1. Copy-paste Fullwidth Latin Capital Letter U directly:
<span>U</span>
2. HTML Decimal Code:
<span>&#65333;</span>
3. Hexadecimal Code:
<span>&#xFF35;</span>
Preview:

Add Fullwidth Latin Capital Letter U symbol with CSS

.fullwidth-latin-capital-letter-u::before {
    content: '\\FF35';
}
Preview: Fullwidth Latin Capital Letter U

Fullwidth Latin Capital Letter U JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-capital-letter-u').textContent = 'U';
2. Unicode Escape for U:
document.querySelector('.fullwidth-latin-capital-letter-u').textContent = '\uFF35';
Preview: