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 CAPITAL LETTER W WITH ACUTE
Overview
Ẃ (LATIN CAPITAL LETTER W WITH ACUTE) is the Unicode character at code point U+1E82. It belongs to the Latin Extended Additional block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1E82 | |
| decimal | 7810 | |
| htmldecimal | Ẃ | |
| htmlhex | Ẃ | |
| css | \1E82 | |
| javascript | \u{1E82} | |
| python | \u1e82 | |
| java | \u1E82 | |
| go | \u1E82 | |
| ruby | \u{1E82} | |
| rust | \u{1E82} | |
| ccpp | \u1e82 | |
| urlencoded | %E1%BA%82 | |
| utf8bytes | e1 ba 82 | |
| utf16bebytes | 1e 82 | |
| utf32bebytes | 00 00 1e 82 |
How to Use
HTML:
Ẃ
CSS:
content: "\1E82"
JavaScript:
"\u{1E82}"
Python:
"\u1e82"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0057 0301
Frequently Asked Questions
What is the Ẃ character (LATIN CAPITAL LETTER W WITH ACUTE)?
Ẃ (LATIN CAPITAL LETTER W WITH ACUTE) is the Unicode character U+1E82.
What is the Unicode codepoint of LATIN CAPITAL LETTER W WITH ACUTE?
The LATIN CAPITAL LETTER W WITH ACUTE character (Ẃ) has codepoint U+1E82.
How do I type or copy LATIN CAPITAL LETTER W WITH ACUTE?
Copy Ẃ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.