Fullwidth Latin Small Letter Y

Shortcodes

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

Unicode
U+FF59
HTML Code
y
HEX Code
y
CSS Code
\FF59
JS/JSON
\uFF59
Unix/C/PHP/JAVA
0xFF59
URL-encode
%EF%BD%99
copied

Customize Fullwidth Latin Small Letter Y Symbol

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

Insert y Fullwidth Latin Small Letter Y using HTML

1. Copy-paste Fullwidth Latin Small Letter Y directly:
<span>y</span>
2. HTML Decimal Code:
<span>&#65369;</span>
3. Hexadecimal Code:
<span>&#xFF59;</span>
Preview:

Add Fullwidth Latin Small Letter Y symbol with CSS

.fullwidth-latin-small-letter-y::before {
    content: '\\FF59';
}
Preview: Fullwidth Latin Small Letter Y

Fullwidth Latin Small Letter Y JavaScript Code

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