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 CAPITAL LETTER W
Overview
W (FULLWIDTH LATIN CAPITAL LETTER W) is the Unicode character at code point U+FF37. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF37 | |
| decimal | 65335 | |
| htmldecimal | W | |
| htmlhex | W | |
| css | \FF37 | |
| javascript | \u{FF37} | |
| python | \uff37 | |
| java | \uFF37 | |
| go | \uFF37 | |
| ruby | \u{FF37} | |
| rust | \u{FF37} | |
| ccpp | \uff37 | |
| urlencoded | %EF%BC%B7 | |
| utf8bytes | ef bc b7 | |
| utf16bebytes | ff 37 | |
| utf32bebytes | 00 00 ff 37 |
How to Use
HTML:
W
CSS:
content: "\FF37"
JavaScript:
"\u{FF37}"
Python:
"\uff37"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0057
Frequently Asked Questions
What is the W character (FULLWIDTH LATIN CAPITAL LETTER W)?
W (FULLWIDTH LATIN CAPITAL LETTER W) is the Unicode character U+FF37.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER W?
The FULLWIDTH LATIN CAPITAL LETTER W character (W) has codepoint U+FF37.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER W?
Copy W directly, or use the HTML entity, UTF-8, and code encodings shown on this page.