| Nome del simbolo | Roman Numeral One Thousand |
| Versione Unicode | 1.1 |
| Unicode | U+216F |
| Blocco Unicode | |
| Categoria generale | Letter Number (Nl) |
| UTF-8 | E2 85 AF |
| UTF-16 | 216F |
| UTF-32 | 0000216F |
1\documentclass{article}2\usepackage{pifont}3\mathrm{M}4\end{document}Puoi digitare il simbolo roman numeral one thousand sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8559 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "roman numeral one thousand", or use Unicode Hex Input with 216F.
Ctrl + Shift + U, type 216f, 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-one-thousand::before { content: "\216F"; }1<span>Ⅿ</span>La rappresentazione del simbolo Roman Numeral One Thousand nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u216F' or String.fromCodePoint(0x216F) |
| Python | '\N{ROMAN NUMERAL ONE THOUSAND}' or chr(8559) |
| Rust | '\u{216F}' |
| C / C++ | UTF-8 source or wchar_t with U+216F |
| Go | string(rune(0x216F)) |
| Ruby | "\u216F" |
| Codice CSS |
\216F |
| Codice esadecimale | 0x216F |
| Codice HTML | Ⅿ |
| LaTeX | \mathrm{M} |
| Simbolo | M |
| Codifica URL (percentuale UTF-8) | %4D |
| Nome parlato / screen reader | Roman Numeral One Thousand |