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