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 DOUBLE ACUTE
Overview
ű (LATIN SMALL LETTER U WITH DOUBLE ACUTE) is the Unicode character at code point U+0171. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0171 | |
| decimal | 369 | |
| htmldecimal | ű | |
| htmlhex | ű | |
| css | \0171 | |
| javascript | \u{171} | |
| python | \u0171 | |
| java | \u0171 | |
| go | \u0171 | |
| ruby | \u{171} | |
| rust | \u{171} | |
| ccpp | \u0171 | |
| urlencoded | %C5%B1 | |
| utf8bytes | c5 b1 | |
| utf16bebytes | 01 71 | |
| utf32bebytes | 00 00 01 71 |
How to Use
HTML:
ű
CSS:
content: "\0171"
JavaScript:
"\u{171}"
Python:
"\u0171"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0075 030B
Frequently Asked Questions
What is the ű character (LATIN SMALL LETTER U WITH DOUBLE ACUTE)?
ű (LATIN SMALL LETTER U WITH DOUBLE ACUTE) is the Unicode character U+0171.
What is the Unicode codepoint of LATIN SMALL LETTER U WITH DOUBLE ACUTE?
The LATIN SMALL LETTER U WITH DOUBLE ACUTE character (ű) has codepoint U+0171.
How do I type or copy LATIN SMALL LETTER U WITH DOUBLE ACUTE?
Copy ű directly, or use the HTML entity, UTF-8, and code encodings shown on this page.