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