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