copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ý'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ý
LATIN SMALL LETTER Y WITH ACUTE
Overview
ý (LATIN SMALL LETTER Y WITH ACUTE) is the Unicode character at code point U+00FD. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00FD | |
| decimal | 253 | |
| htmldecimal | ý | |
| htmlhex | ý | |
| css | \00FD | |
| javascript | \u{FD} | |
| python | \u00fd | |
| java | \u00FD | |
| go | \u00FD | |
| ruby | \u{FD} | |
| rust | \u{FD} | |
| ccpp | \u00fd | |
| urlencoded | %C3%BD | |
| utf8bytes | c3 bd | |
| utf16bebytes | 00 fd | |
| utf32bebytes | 00 00 00 fd |
How to Use
HTML:
ý
CSS:
content: "\00FD"
JavaScript:
"\u{FD}"
Python:
"\u00fd"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0079 0301
Frequently Asked Questions
What is the ý character (LATIN SMALL LETTER Y WITH ACUTE)?
ý (LATIN SMALL LETTER Y WITH ACUTE) is the Unicode character U+00FD.
What is the Unicode codepoint of LATIN SMALL LETTER Y WITH ACUTE?
The LATIN SMALL LETTER Y WITH ACUTE character (ý) has codepoint U+00FD.
How do I type or copy LATIN SMALL LETTER Y WITH ACUTE?
Copy ý directly, or use the HTML entity, UTF-8, and code encodings shown on this page.