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