| Nom du symbole | Latin Capital Letter V With Diagonal Stroke |
| Version Unicode | 5.1 |
| Unicode | U+A75E |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| UTF-8 | EA 9D 9E |
| UTF-16 | A75E |
| UTF-32 | 0000A75E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERVWITHDIAGONALSTROKE}4\end{document}Vous pouvez saisir le symbole latin capital letter v with diagonal stroke sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 42846 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter v with diagonal stroke", or use Unicode Hex Input with A75E.
Ctrl + Shift + U, type a75e, 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-capital-letter-v-with-diagonal-stroke::before { content: "\A75E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꝟ</span>La représentation du symbole Latin Capital Letter V With Diagonal Stroke dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA75E' or String.fromCodePoint(42846) |
| Python | '\N{LATIN CAPITAL LETTER V WITH DIAGONAL STROKE}' or chr(42846) |
| Rust | '\u{A75E}' |
| C / C++ | UTF-8 source or wchar_t with U+A75E |
| Go | string(rune(0xA75E)) |
| Ruby | "\u{A75E}" |
| Code CSS |
\A75E |
| Code hexadécimal | 0xA75E |
| Code HTML | Ꝟ |
| LaTeX | \text{LATINCAPITALLETTERVWITHDIAGONALSTROKE} |
| Symbole | Ꝟ |
| Encodage URL (pourcent UTF-8) | %EA%9D%9E |
| Nom oral / lecteur d’écran | Latin Capital Letter V With Diagonal Stroke |