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