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 U WITH ACUTE
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00FA | |
| decimal | 250 | |
| htmldecimal | ú | |
| htmlhex | ú | |
| css | \00FA | |
| javascript | \u{FA} | |
| python | \u00fa | |
| java | \u00FA | |
| go | \u00FA | |
| ruby | \u{FA} | |
| rust | \u{FA} | |
| ccpp | \u00fa | |
| urlencoded | %C3%BA | |
| utf8bytes | c3 ba | |
| utf16bebytes | 00 fa | |
| utf32bebytes | 00 00 00 fa |
How to Use
HTML:
ú
CSS:
content: "\00FA"
JavaScript:
"\u{FA}"
Python:
"\u00fa"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0075 0301
Frequently Asked Questions
What is the ú character (LATIN SMALL LETTER U WITH ACUTE)?
ú (LATIN SMALL LETTER U WITH ACUTE) is the Unicode character U+00FA.
What is the Unicode codepoint of LATIN SMALL LETTER U WITH ACUTE?
The LATIN SMALL LETTER U WITH ACUTE character (ú) has codepoint U+00FA.
How do I type or copy LATIN SMALL LETTER U WITH ACUTE?
Copy ú directly, or use the HTML entity, UTF-8, and code encodings shown on this page.