| Symboolnaam | Square Mu M |
| Unicode-versie | 1.1 |
| Unicode | U+339B |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \339B |
| Hexadecimale code | 0x339B |
| HTML-code | ㎛ |
| LaTeX | \text{MUM} |
| Symbool | ㎛ |
| URL-codering (UTF-8 procent) | %E3%8E%9B |
| Uitgesproken naam / schermlezer | Square Mu M |
| UTF-8 | E3 8E 9B |
| UTF-16 | 339B |
| UTF-32 | 0000339B |
1\documentclass{article}2\usepackage{pifont}3\text{MUM}4\end{document}Je kunt het square mu m-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 13211 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square mu m", or use Unicode Hex Input with 339B.
Ctrl + Shift + U, type 339b, 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-mu-m::before { content: "\339B"; }1<span>㎛</span>De weergave van het Square Mu M-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u339B' or String.fromCodePoint(0x339B) |
| Python | '\N{SQUARE MU M}' or chr(13211) |
| Rust | '\u{339B}' |
| C / C++ | UTF-8 source or wchar_t with U+339B |
| Go | string(rune(0x339B)) |
| Ruby | "\u339B" |