| Nome del simbolo | Square Ml |
| Versione Unicode | 1.1 |
| Unicode | U+3396 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \3396 |
| Codice esadecimale | 0x3396 |
| Codice HTML | ㎖ |
| LaTeX | \text{ML} |
| Simbolo | ㎖ |
| Codifica URL (percentuale UTF-8) | %E3%8E%96 |
| Nome parlato / screen reader | Square Ml |
| UTF-8 | E3 8E 96 |
| UTF-16 | 3396 |
| UTF-32 | 00003396 |
1\documentclass{article}2\usepackage{pifont}3\text{ML}4\end{document}Puoi digitare il simbolo square ml sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 13206 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square ml", or use Unicode Hex Input with 3396.
Ctrl + Shift + U, type 3396, 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 unit symbol support.
1span.square-ml::before { content: "\3396"; }1<span>㎖</span>La rappresentazione del simbolo Square Ml nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u3396' or String.fromCodePoint(0x3396) |
| Python | '\N{SQUARE ML}' or chr(13206) |
| Rust | '\u{3396}' |
| C / C++ | UTF-8 source or wchar_t with U+3396 |
| Go | string(rune(0x3396)) |
| Ruby | "\u3396" |