| Symbol Name | Negative Circled Number Fifteen |
| Unicode Version | 3.2 |
| Unicode | U+24EF |
| Unicode block | |
| General category | Number (No) |
| CSS Code |
| UTF-8 | E2 93 AF |
| UTF-16 | 24EF |
| UTF-32 | 000024EF |
1\documentclass{article}2\usepackage{pifont}3\text{NEGATIVECIRCLEDNUMBERFIFTEEN}4\end{document}You can type the negative circled number fifteen symbol on most modern devices with the help of following methods:
Alt + 9455 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "negative circled number fifteen", or use Unicode Hex Input with 24EF.
Ctrl + Shift + U, type 24ef, 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-fifteen::before { content: "\24EF"; }1<span>⓯</span>Negative Circled Number Fifteen symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u24EF' or String.fromCodePoint(9455) |
| Python | '\N{NEGATIVE CIRCLED NUMBER FIFTEEN}' or chr(9455) |
| Rust | '\u{24EF}' |
| C / C++ | UTF-8 source or wchar_t with U+24EF |
| Go | string(rune(0x24EF)) |
| Ruby | "\u{24EF}" |
\24EF |
| Hex Code | 0x24EF |
| HTML Code | ⓯ |
| LaTeX | \text{NEGATIVECIRCLEDNUMBERFIFTEEN} |
| Symbol | ⓯ |
| URL encode (UTF-8 percent) | %E2%93%AF |
| Spoken / screen reader name | Negative Circled Number Fifteen |