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