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