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