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