| Nom du symbole | Roman Numeral Five Hundred |
| Version Unicode | 1.1 |
| Unicode | U+216E |
| Bloc Unicode | |
| Catégorie générale | Letter Number (Nl) |
| Code CSS |
| UTF-8 | E2 85 AE |
| UTF-16 | 216E |
| UTF-32 | 0000216E |
1\documentclass{article}2\usepackage{pifont}3\mathrm{D}4\end{document}Vous pouvez saisir le symbole roman numeral five hundred sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8558 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "roman numeral five hundred", or use Unicode Hex Input with 216E.
Ctrl + Shift + U, type 216e, 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-hundred::before { content: "\216E"; }1<span>Ⅾ</span>La représentation du symbole Roman Numeral Five Hundred dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u216E' or String.fromCodePoint(0x216E) |
| Python | '\N{ROMAN NUMERAL FIVE HUNDRED}' or chr(8558) |
| Rust | '\u{216E}' |
| C / C++ | UTF-8 source or wchar_t with U+216E |
| Go | string(rune(0x216E)) |
| Ruby | "\u216E" |
\216E |
| Code hexadécimal | 0x216E |
| Code HTML | Ⅾ |
| LaTeX | \mathrm{D} |
| Symbole | D |
| Encodage URL (pourcent UTF-8) | %44 |
| Nom oral / lecteur d’écran | Roman Numeral Five Hundred |