| Symbol Name | Square Mu M |
| Unicode Version | 1.1 |
| Unicode | U+339B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \339B |
| Hex Code | 0x339B |
| HTML Code | ㎛ |
| LaTeX | \text{MUM} |
| Symbol | ㎛ |
| URL encode (UTF-8 percent) | %E3%8E%9B |
| Spoken / screen reader name | 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}You can type the square mu m symbol on most modern devices with the help of following methods:
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>Square Mu M symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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" |