copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ⱱ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ⱱ
LATIN SMALL LETTER V WITH RIGHT HOOK
Overview
ⱱ (LATIN SMALL LETTER V WITH RIGHT HOOK) is the Unicode character at code point U+2C71. It belongs to the Latin Extended-C block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2C71 | |
| decimal | 11377 | |
| htmldecimal | ⱱ | |
| htmlhex | ⱱ | |
| css | \2C71 | |
| javascript | \u{2C71} | |
| python | \u2c71 | |
| java | \u2C71 | |
| go | \u2C71 | |
| ruby | \u{2C71} | |
| rust | \u{2C71} | |
| ccpp | \u2c71 | |
| urlencoded | %E2%B1%B1 | |
| utf8bytes | e2 b1 b1 | |
| utf16bebytes | 2c 71 | |
| utf32bebytes | 00 00 2c 71 |
How to Use
HTML:
ⱱ
CSS:
content: "\2C71"
JavaScript:
"\u{2C71}"
Python:
"\u2c71"
Properties
- Block
- Latin Extended-C
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⱱ character (LATIN SMALL LETTER V WITH RIGHT HOOK)?
ⱱ (LATIN SMALL LETTER V WITH RIGHT HOOK) is the Unicode character U+2C71.
What is the Unicode codepoint of LATIN SMALL LETTER V WITH RIGHT HOOK?
The LATIN SMALL LETTER V WITH RIGHT HOOK character (ⱱ) has codepoint U+2C71.
How do I type or copy LATIN SMALL LETTER V WITH RIGHT HOOK?
Copy ⱱ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.