copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('V'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
V
FULLWIDTH LATIN CAPITAL LETTER V
Overview
V (FULLWIDTH LATIN CAPITAL LETTER V) is the Unicode character at code point U+FF36. 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+FF36 | |
| decimal | 65334 | |
| htmldecimal | V | |
| htmlhex | V | |
| css | \FF36 | |
| javascript | \u{FF36} | |
| python | \uff36 | |
| java | \uFF36 | |
| go | \uFF36 | |
| ruby | \u{FF36} | |
| rust | \u{FF36} | |
| ccpp | \uff36 | |
| urlencoded | %EF%BC%B6 | |
| utf8bytes | ef bc b6 | |
| utf16bebytes | ff 36 | |
| utf32bebytes | 00 00 ff 36 |
How to Use
HTML:
V
CSS:
content: "\FF36"
JavaScript:
"\u{FF36}"
Python:
"\uff36"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0056
Frequently Asked Questions
What is the V character (FULLWIDTH LATIN CAPITAL LETTER V)?
V (FULLWIDTH LATIN CAPITAL LETTER V) is the Unicode character U+FF36.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER V?
The FULLWIDTH LATIN CAPITAL LETTER V character (V) has codepoint U+FF36.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER V?
Copy V directly, or use the HTML entity, UTF-8, and code encodings shown on this page.