| Symboolnaam | Squared Small Circle |
| Unicode-versie | 3.2 |
| Unicode | U+29C7 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \29C7 |
| Hexadecimale code | 0x29C7 |
| HTML-code | ⧇ |
| LaTeX | \text{SQUAREDSMALLCIRCLE} |
| Symbool | ⧇ |
| URL-codering (UTF-8 procent) | %E2%A7%87 |
| Uitgesproken naam / schermlezer | Squared Small Circle |
| UTF-8 | E2 A7 87 |
| UTF-16 | 29C7 |
| UTF-32 | 000029C7 |
1\documentclass{article}2\usepackage{pifont}3\text{SQUAREDSMALLCIRCLE}4\end{document}Je kunt het squared small circle-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10695 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "squared small circle", or use Unicode Hex Input with 29C7.
Ctrl + Shift + U, type 29c7, 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 geometric symbol support.
1span.squared-small-circle::before { content: "\29C7"; }1<span>⧇</span>De weergave van het Squared Small Circle-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u29C7' or String.fromCodePoint(10695) |
| Python | '\N{SQUARED SMALL CIRCLE}' or chr(10695) |
| Rust | '\u{29C7}' |
| C / C++ | UTF-8 source or wchar_t with U+29C7 |
| Go | string(rune(0x29C7)) |
| Ruby | "\u{29C7}" |