| Symbol Name | Negative Circled Number Twelve |
| Unicode Version | 3.2 |
| Unicode | U+24EC |
| Unicode block | |
| General category | Number (No) |
| CSS Code |
| UTF-8 | E2 93 AC |
| UTF-16 | 24EC |
| UTF-32 | 000024EC |
1\documentclass{article}2\usepackage{pifont}3\text{NEGATIVECIRCLEDNUMBERTWELVE}4\end{document}You can type the negative circled number twelve symbol on most modern devices with the help of following methods:
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>Negative Circled Number Twelve symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\24EC |
| Hex Code | 0x24EC |
| HTML Code | ⓬ |
| LaTeX | \text{NEGATIVECIRCLEDNUMBERTWELVE} |
| Symbol | ⓬ |
| URL encode (UTF-8 percent) | %E2%93%AC |
| Spoken / screen reader name | Negative Circled Number Twelve |