| Nome del simbolo | Surface Integral |
| Versione Unicode | 1.1 |
| Unicode | U+222F |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS |
| UTF-8 | E2 88 AF |
| UTF-16 | 222F |
| UTF-32 | 0000222F |
1\documentclass{article}2\usepackage{pifont}3\oiint4\end{document}Puoi digitare il simbolo surface integral sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Surface Integral nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x222F |
| Codice HTML | ∯ |
| LaTeX | \oiint |
| Simbolo | ∯ |
| Codifica URL (percentuale UTF-8) | %E2%88%AF |
| Nome parlato / screen reader | Surface Integral |