| Symboolnaam | Square Mm Squared |
| Unicode-versie | 1.1 |
| Unicode | U+339F |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E3 8E 9F |
| UTF-16 | 339F |
| UTF-32 | 0000339F |
1\documentclass{article}2\usepackage{pifont}3\text{MMSQUARED}4\end{document}Je kunt het square mm squared-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Square Mm Squared-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x339F |
| HTML-code | ㎟ |
| LaTeX | \text{MMSQUARED} |
| Symbool | ㎟ |
| URL-codering (UTF-8 procent) | %E3%8E%9F |
| Uitgesproken naam / schermlezer | Square Mm Squared |