Latin Letter Small Capital Y

ʏ

Shortcodes

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

Unicode
U+028F
HTML Code
ʏ
HEX Code
ʏ
CSS Code
\28F
JS/JSON
\u028F
Unix/C/PHP/JAVA
0x28F
URL-encode
%CA%8F
copied

Customize Latin Letter Small Capital Y Symbol

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

Insert ʏ Latin Letter Small Capital Y using HTML

1. Copy-paste Latin Letter Small Capital Y directly:
<span>ʏ</span>
2. HTML Decimal Code:
<span>&#655;</span>
3. Hexadecimal Code:
<span>&#x028F;</span>
Preview: ʏ

Add Latin Letter Small Capital Y symbol with CSS

.latin-letter-small-capital-y::before {
    content: '\\28F';
}
Preview: Latin Letter Small Capital Y

Latin Letter Small Capital Y JavaScript Code

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