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
Overview
ú (LATIN SMALL LETTER U WITH ACUTE) is the Unicode character at code point U+00FA. 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+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.