copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('w'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
w
FULLWIDTH LATIN SMALL LETTER W
Overview
w (FULLWIDTH LATIN SMALL LETTER W) is the Unicode character at code point U+FF57. It belongs to the Halfwidth and Fullwidth Forms block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF57 | |
| decimal | 65367 | |
| htmldecimal | w | |
| htmlhex | w | |
| css | \FF57 | |
| javascript | \u{FF57} | |
| python | \uff57 | |
| java | \uFF57 | |
| go | \uFF57 | |
| ruby | \u{FF57} | |
| rust | \u{FF57} | |
| ccpp | \uff57 | |
| urlencoded | %EF%BD%97 | |
| utf8bytes | ef bd 97 | |
| utf16bebytes | ff 57 | |
| utf32bebytes | 00 00 ff 57 |
How to Use
HTML:
w
CSS:
content: "\FF57"
JavaScript:
"\u{FF57}"
Python:
"\uff57"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0077
Frequently Asked Questions
What is the w character (FULLWIDTH LATIN SMALL LETTER W)?
w (FULLWIDTH LATIN SMALL LETTER W) is the Unicode character U+FF57.
What is the Unicode codepoint of FULLWIDTH LATIN SMALL LETTER W?
The FULLWIDTH LATIN SMALL LETTER W character (w) has codepoint U+FF57.
How do I type or copy FULLWIDTH LATIN SMALL LETTER W?
Copy w directly, or use the HTML entity, UTF-8, and code encodings shown on this page.