Latin Capital Letter Y With Acute
Ý
Shortcodes
Copy useful codes for latin capital letter y with acute symbol Ý to use in websites, apps, blogs, and docs.
Unicode
U+00DD Alt Code
221 HTML Code
Ý HTML Entity
Ý HEX Code
Ý CSS Code
\00DD JS/JSON
\u00DD Unix/C/PHP/JAVA
0xDD URL-encode
%C3%9D Customize Latin Capital Letter Y With Acute
Customize Ý, download it as SVG or PNG, or copy the generated HTML snippet.
Ý
How to use Latin Capital Letter Y With Acute Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>Ý</span> HTML Code:
<span>Ý</span> HTML Entity:
<span>Ý</span> HEX Code:
<span>Ý</span> Add with CSS
.latin-capital-letter-y-with-acute::before {
content: '\\00DD';
} Set it in JavaScript
document.querySelector('.latin-capital-letter-y-with-acute').textContent = 'Ý';