| Nombre del símbolo | Modifier Letter Capital V |
| Versión Unicode | 5.1 |
| Unicode | U+2C7D |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | E2 B1 BD |
| UTF-16 | 2C7D |
| UTF-32 | 00002C7D |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERCAPITALV}4\end{document}Puedes escribir el símbolo modifier letter capital v en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 11389 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter capital v", or use Unicode Hex Input with 2C7D.
Ctrl + Shift + U, type 2c7d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.modifier-letter-capital-v::before { content: "\2C7D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ⱽ</span>La representación del símbolo Modifier Letter Capital V en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2C7D' or String.fromCodePoint(11389) |
| Python | '\N{MODIFIER LETTER CAPITAL V}' or chr(11389) |
| Rust | '\u{2C7D}' |
| C / C++ | UTF-8 source or wchar_t with U+2C7D |
| Go | string(rune(0x2C7D)) |
| Ruby | "\u{2C7D}" |
| Código CSS |
\2C7D |
| Código hexadecimal | 0x2C7D |
| Código HTML | ⱽ |
| LaTeX | \text{MODIFIERLETTERCAPITALV} |
| Símbolo | ⱽ |
| Codificación URL (porcentaje UTF-8) | %E2%B1%BD |
| Nombre oral / lector de pantalla | Modifier Letter Capital V |