| Nom du symbole | Latin Subscript Small Letter V |
| Version Unicode | 4.0 |
| Unicode | U+1D65 |
| Bloc Unicode | |
| Catégorie générale | Modifier Letter (Lm) |
| UTF-8 | E1 B5 A5 |
| UTF-16 | 1D65 |
| UTF-32 | 00001D65 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSUBSCRIPTSMALLLETTERV}4\end{document}Vous pouvez saisir le symbole latin subscript small letter v sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7525 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin subscript small letter v", or use Unicode Hex Input with 1D65.
Ctrl + Shift + U, type 1d65, 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.latin-subscript-small-letter-v::before { content: "\1D65"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᵥ</span>La représentation du symbole Latin Subscript Small Letter V dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1D65' or String.fromCodePoint(7525) |
| Python | '\N{LATIN SUBSCRIPT SMALL LETTER V}' or chr(7525) |
| Rust | '\u{1D65}' |
| C / C++ | UTF-8 source or wchar_t with U+1D65 |
| Go | string(rune(0x1D65)) |
| Ruby | "\u{1D65}" |
| Code CSS |
\1D65 |
| Code hexadécimal | 0x1D65 |
| Code HTML | ᵥ |
| LaTeX | \text{LATINSUBSCRIPTSMALLLETTERV} |
| Symbole | ᵥ |
| Encodage URL (pourcent UTF-8) | %E1%B5%A5 |
| Nom oral / lecteur d’écran | Latin Subscript Small Letter V |