| Nombre del símbolo | Double Circled Digit Nine |
| Versión Unicode | 3.2 |
| Unicode | U+24FD |
| Bloque Unicode | |
| Categoría general | Number (No) |
| UTF-8 | E2 93 BD |
| UTF-16 | 24FD |
| UTF-32 | 000024FD |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLECIRCLEDDIGITNINE}4\end{document}Puedes escribir el símbolo double circled digit nine en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9469 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double circled digit nine", or use Unicode Hex Input with 24FD.
Ctrl + Shift + U, type 24fd, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with list marker support.
1span.double-circled-digit-nine::before { content: "\24FD"; }1<span>⓽</span>La representación del símbolo Double Circled Digit Nine en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u24FD' or String.fromCodePoint(9469) |
| Python | '\N{DOUBLE CIRCLED DIGIT NINE}' or chr(9469) |
| Rust | '\u{24FD}' |
| C / C++ | UTF-8 source or wchar_t with U+24FD |
| Go | string(rune(0x24FD)) |
| Ruby | "\u{24FD}" |
| Código CSS |
\24FD |
| Código hexadecimal | 0x24FD |
| Código HTML | ⓽ |
| LaTeX | \text{DOUBLECIRCLEDDIGITNINE} |
| Símbolo | ⓽ |
| Codificación URL (porcentaje UTF-8) | %E2%93%BD |
| Nombre oral / lector de pantalla | Double Circled Digit Nine |