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