About Modifier Letter Capital V
Modifier Letter Capital V is the Unicode character ⱽ at codepoint U+2C7D in the Latin Extended-C block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Modifier Letter Capital V
To use the Modifier Letter Capital V symbol (ⱽ) in HTML, insert the
entity ⱽ directly into your markup. The decimal entity ⱽ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\2C7D';.
In JavaScript and TypeScript the escape '\u2C7D' evaluates to ⱽ. In Python source, write '\u2C7D'.
The character encodes to E2 B1 BD as UTF-8 bytes and 2C7D as UTF-16 code units. Its decimal codepoint is 11389.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.