Modifier Letter Small Y

ʸ

Shortcodes

Copy and paste codes for Modifier Letter Small Y symbol ʸ to use in your websites, apps, blogs, and more.

Unicode
U+02B8
HTML Code
ʸ
HEX Code
ʸ
CSS Code
\2B8
JS/JSON
\u02B8
Unix/C/PHP/JAVA
0x2B8
URL-encode
%CA%B8
copied

Customize Modifier Letter Small Y Symbol

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

Insert ʸ Modifier Letter Small Y using HTML

1. Copy-paste Modifier Letter Small Y directly:
<span>ʸ</span>
2. HTML Decimal Code:
<span>&#696;</span>
3. Hexadecimal Code:
<span>&#x02B8;</span>
Preview: ʸ

Add Modifier Letter Small Y symbol with CSS

.modifier-letter-small-y::before {
    content: '\\2B8';
}
Preview: Modifier Letter Small Y

Modifier Letter Small Y JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-y').textContent = 'ʸ';
2. Unicode Escape for ʸ:
document.querySelector('.modifier-letter-small-y').textContent = '\u02B8';
Preview: ʸ