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
LATIN CAPITAL LETTER V
Overview
V (LATIN CAPITAL LETTER V) is the Unicode character at code point U+0056. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0056 | |
| decimal | 86 | |
| htmldecimal | V | |
| htmlhex | V | |
| css | \0056 | |
| javascript | \u{56} | |
| python | \u0056 | |
| java | \u0056 | |
| go | \u0056 | |
| ruby | \u{56} | |
| rust | \u{56} | |
| ccpp | \u0056 | |
| urlencoded | V | |
| utf8bytes | 56 | |
| utf16bebytes | 00 56 | |
| utf32bebytes | 00 00 00 56 |
How to Use
HTML:
V
CSS:
content: "\0056"
JavaScript:
"\u{56}"
Python:
"\u0056"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the V character (LATIN CAPITAL LETTER V)?
V (LATIN CAPITAL LETTER V) is the Unicode character U+0056.
What is the Unicode codepoint of LATIN CAPITAL LETTER V?
The LATIN CAPITAL LETTER V character (V) has codepoint U+0056.
How do I type or copy LATIN CAPITAL LETTER V?
Copy V directly, or use the HTML entity, UTF-8, and code encodings shown on this page.