| Nombre del símbolo | Volume Integral |
| Versión Unicode | 1.1 |
| Unicode | U+2230 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| Código CSS |
| UTF-8 | E2 88 B0 |
| UTF-16 | 2230 |
| UTF-32 | 00002230 |
1\documentclass{article}2\usepackage{pifont}3\oiiint4\end{document}Puedes escribir el símbolo volume integral en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8752 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "volume integral", or use Unicode Hex Input.
Ctrl + Shift + U, type 2230, then Enter (layout-dependent).
Paste from this page or use a math keyboard.
Paste from this page or use extended math symbol panels.
1span.volume-integral::before { content: "\2230"; }1<span>∰</span>La representación del símbolo Volume Integral en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2230' or String.fromCodePoint(0x2230) |
| Python | '\N{VOLUME INTEGRAL}' or chr(8752) |
| Rust | '\u{2230}' |
| C / C++ | UTF-8 source or wchar_t with U+2230 |
| Go | string(rune(0x2230)) |
| Ruby | "\u2230" |
\2230 |
| Código hexadecimal | 0x2230 |
| Código HTML | ∰ |
| LaTeX | \oiiint |
| Símbolo | ∰ |
| Codificación URL (porcentaje UTF-8) | %E2%88%B0 |
| Nombre oral / lector de pantalla | Volume Integral |