| Symbolname | Roman Numeral Five |
| Unicode-Version | 1.1 |
| Unicode | U+2164 |
| Unicode-Block | |
| Allgemeine Kategorie | Letter Number (Nl) |
| CSS-Code | \2164 |
| Hexadezimalcode | 0x2164 |
| HTML-Code | Ⅴ |
| LaTeX | \mathrm{V} |
| Symbol | V |
| URL-Kodierung (UTF-8-Prozent) | %56 |
| Ansagename (Screenreader) | Roman Numeral Five |
| UTF-8 | E2 85 A4 |
| UTF-16 | 2164 |
| UTF-32 | 00002164 |
1\documentclass{article}2\usepackage{pifont}3\mathrm{V}4\end{document}Sie können das Symbol roman numeral five auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8548 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "roman numeral five", or use Unicode Hex Input with 2164.
Ctrl + Shift + U, type 2164, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.roman-numeral-five::before { content: "\2164"; }1<span>Ⅴ</span>Die Darstellung des Symbols Roman Numeral Five in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2164' or String.fromCodePoint(0x2164) |
| Python | '\N{ROMAN NUMERAL FIVE}' or chr(8548) |
| Rust | '\u{2164}' |
| C / C++ | UTF-8 source or wchar_t with U+2164 |
| Go | string(rune(0x2164)) |
| Ruby | "\u2164" |