Latin Small Letter Y
y
Shortcodes
Copy useful codes for latin small letter y symbol y to use in websites, apps, blogs, and docs.
Unicode
U+0079 Alt Code
121 HTML Code
y HEX Code
y CSS Code
\0079 JS/JSON
\u0079 Unix/C/PHP/JAVA
0x79 URL-encode
y Customize Latin Small Letter Y
Customize y, download it as SVG or PNG, or copy the generated HTML snippet.
y
How to use Latin Small Letter Y Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>y</span> HTML Code:
<span>y</span> HEX Code:
<span>y</span> Add with CSS
.latin-small-letter-y::before {
content: '\\0079';
} Set it in JavaScript
document.querySelector('.latin-small-letter-y').textContent = 'y';