| Nombre del símbolo | Parenthesized Number Ten |
| Versión Unicode | 1.1 |
| Unicode | U+247D |
| Bloque Unicode | |
| Categoría general | Letter Number (Nl) |
| Código CSS |
| UTF-8 | E2 91 BD |
| UTF-16 | 247D |
| UTF-32 | 0000247D |
1\documentclass{article}2\usepackage{pifont}3{⑽}4\end{document}Puedes escribir el símbolo parenthesized number ten en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9341 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "parenthesized number ten", or use Unicode Hex Input with 247D.
Ctrl + Shift + U, type 247d, 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.parenthesized-number-ten::before { content: "\247D"; }1<span>⑽</span>La representación del símbolo Parenthesized Number Ten en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u247D' or String.fromCodePoint(0x247D) |
| Python | '\N{PARENTHESIZED NUMBER TEN}' or chr(9341) |
| Rust | '\u{247D}' |
| C / C++ | UTF-8 source or wchar_t with U+247D |
| Go | string(rune(0x247D)) |
| Ruby | "\u247D" |
\247D |
| Código hexadecimal | 0x247D |
| Código HTML | ⑽ |
| LaTeX | {⑽} |
| Símbolo | ⑽ |
| Codificación URL (porcentaje UTF-8) | %E2%91%BD |
| Nombre oral / lector de pantalla | Parenthesized Number Ten |