| Symboolnaam | Circled Digit Six |
| Unicode-versie | 1.1 |
| Unicode | U+2465 |
| Unicode-blok | |
| Algemene categorie | Other Number (No) |
| CSS-code | \2465 |
| Hexadecimale code | 0x2465 |
| HTML-code | ⑥ |
| LaTeX | {⑥} |
| Symbool | ⑥ |
| URL-codering (UTF-8 procent) | %E2%91%A5 |
| Uitgesproken naam / schermlezer | Circled Digit Six |
| UTF-8 | E2 91 A5 |
| UTF-16 | 2465 |
| UTF-32 | 00002465 |
1\documentclass{article}2\usepackage{pifont}3{⑥}4\end{document}Je kunt het circled digit six-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9317 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled digit six", or use Unicode Hex Input with 2465.
Ctrl + Shift + U, type 2465, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.circled-digit-six::before { content: "\2465"; }1<span>⑥</span>De weergave van het Circled Digit Six-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2465' or String.fromCodePoint(0x2465) |
| Python | '\N{CIRCLED DIGIT SIX}' or chr(9317) |
| Rust | '\u{2465}' |
| C / C++ | UTF-8 source or wchar_t with U+2465 |
| Go | string(rune(0x2465)) |
| Ruby | "\u2465" |