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