| Nombre del símbolo | Roman Numeral One Thousand |
| Versión Unicode | 1.1 |
| Unicode | U+216F |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo roman numeral one thousand en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Roman Numeral One Thousand en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |
| Código CSS |
\216F |
| Código hexadecimal | 0x216F |
| Código HTML | Ⅿ |
| LaTeX | \mathrm{M} |
| Símbolo | M |
| Codificación URL (porcentaje UTF-8) | %4D |
| Nombre oral / lector de pantalla | Roman Numeral One Thousand |