| Nom du symbole | Square Mm Squared |
| Version Unicode | 1.1 |
| Unicode | U+339F |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E3 8E 9F |
| UTF-16 | 339F |
| UTF-32 | 0000339F |
1\documentclass{article}2\usepackage{pifont}3\text{MMSQUARED}4\end{document}Vous pouvez saisir le symbole square mm squared sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 13215 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square mm squared", or use Unicode Hex Input with 339F.
Ctrl + Shift + U, type 339f, 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-mm-squared::before { content: "\339F"; }1<span>㎟</span>La représentation du symbole Square Mm Squared dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u339F' or String.fromCodePoint(0x339F) |
| Python | '\N{SQUARE MM SQUARED}' or chr(13215) |
| Rust | '\u{339F}' |
| C / C++ | UTF-8 source or wchar_t with U+339F |
| Go | string(rune(0x339F)) |
| Ruby | "\u339F" |
\339F |
| Code hexadécimal | 0x339F |
| Code HTML | ㎟ |
| LaTeX | \text{MMSQUARED} |
| Symbole | ㎟ |
| Encodage URL (pourcent UTF-8) | %E3%8E%9F |
| Nom oral / lecteur d’écran | Square Mm Squared |