| Symboolnaam | Double Circled Digit Six |
| Unicode-versie | 3.2 |
| Unicode | U+24FA |
| Unicode-blok | |
| Algemene categorie | Number (No) |
| CSS-code |
| UTF-8 | E2 93 BA |
| UTF-16 | 24FA |
| UTF-32 | 000024FA |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLECIRCLEDDIGITSIX}4\end{document}Je kunt het double circled digit six-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9466 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double circled digit six", or use Unicode Hex Input with 24FA.
Ctrl + Shift + U, type 24fa, 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.double-circled-digit-six::before { content: "\24FA"; }1<span>⓺</span>De weergave van het Double Circled Digit Six-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u24FA' or String.fromCodePoint(9466) |
| Python | '\N{DOUBLE CIRCLED DIGIT SIX}' or chr(9466) |
| Rust | '\u{24FA}' |
| C / C++ | UTF-8 source or wchar_t with U+24FA |
| Go | string(rune(0x24FA)) |
| Ruby | "\u{24FA}" |
\24FA |
| Hexadecimale code | 0x24FA |
| HTML-code | ⓺ |
| LaTeX | \text{DOUBLECIRCLEDDIGITSIX} |
| Symbool | ⓺ |
| URL-codering (UTF-8 procent) | %E2%93%BA |
| Uitgesproken naam / schermlezer | Double Circled Digit Six |