| Symboolnaam | Ring Operator |
| Unicode-versie | 1.1 |
| Unicode | U+2218 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \2218 |
| Hexadecimale code | 0x2218 |
| HTML-code | ∘ |
| LaTeX | \circ |
| Symbool | ∘ |
| URL-codering (UTF-8 procent) | %E2%88%98 |
| Uitgesproken naam / schermlezer | Ring Operator |
| UTF-8 | E2 88 98 |
| UTF-16 | 2218 |
| UTF-32 | 00002218 |
1\documentclass{article}2\usepackage{pifont}3\circ4\end{document}Je kunt het ring operator-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8728 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "ring operator", or use Unicode Hex Input.
Ctrl + Shift + U, type 2218, then Enter (layout-dependent).
Paste from this page or use a math keyboard.
Paste from this page or use extended symbol panels.
1span.circ::before { content: "\2218"; }1<span>∘</span>De weergave van het Ring Operator-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2218' or String.fromCodePoint(0x2218) |
| Python | '\N{RING OPERATOR}' or chr(8728) |
| Rust | '\u{2218}' |
| C / C++ | UTF-8 source or wchar_t with U+2218 |
| Go | string(rune(0x2218)) |
| Ruby | "\u2218" |