Fullwidth Latin Capital Letter Y

Shortcodes

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

Unicode
U+FF39
HTML Code
Y
HEX Code
Y
CSS Code
\FF39
JS/JSON
\uFF39
Unix/C/PHP/JAVA
0xFF39
URL-encode
%EF%BC%B9
copied

Customize Fullwidth Latin Capital Letter Y Symbol

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

Insert Y Fullwidth Latin Capital Letter Y using HTML

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

Add Fullwidth Latin Capital Letter Y symbol with CSS

.fullwidth-latin-capital-letter-y::before {
    content: '\\FF39';
}
Preview: Fullwidth Latin Capital Letter Y

Fullwidth Latin Capital Letter Y JavaScript Code

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