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