| Symboolnaam | Circled Number Sixteen |
| Unicode-versie | 1.1 |
| Unicode | U+246F |
| Unicode-blok | |
| Algemene categorie | Number (No) |
| CSS-code |
| UTF-8 | E2 91 AF |
| UTF-16 | 246F |
| UTF-32 | 0000246F |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDNUMBERSIXTEEN}4\end{document}Je kunt het circled number sixteen-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9327 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled number sixteen", or use Unicode Hex Input with 246F.
Ctrl + Shift + U, type 246f, 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-sixteen::before { content: "\246F"; }1<span>⑯</span>De weergave van het Circled Number Sixteen-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u246F' or String.fromCodePoint(9327) |
| Python | '\N{CIRCLED NUMBER SIXTEEN}' or chr(9327) |
| Rust | '\u{246F}' |
| C / C++ | UTF-8 source or wchar_t with U+246F |
| Go | string(rune(0x246F)) |
| Ruby | "\u{246F}" |
\246F |
| Hexadecimale code | 0x246F |
| HTML-code | ⑯ |
| LaTeX | \text{CIRCLEDNUMBERSIXTEEN} |
| Symbool | ⑯ |
| URL-codering (UTF-8 procent) | %E2%91%AF |
| Uitgesproken naam / schermlezer | Circled Number Sixteen |