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