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