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