| Symboolnaam | Greek Capital Letter Mu |
| Unicode-versie | 1.1 |
| Unicode | U+039C |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| CSS-code | \039C |
| Hexadecimale code | 0x039C |
| HTML-code | Μ |
| LaTeX | M |
| Symbool | Μ |
| URL-codering (UTF-8 procent) | %CE%9C |
| Uitgesproken naam / schermlezer | Greek Capital Letter Mu |
| UTF-8 | CE 9C |
| UTF-16 | 039C |
| UTF-32 | 0000039C |
1\documentclass{article}2\usepackage{pifont}3M4\end{document}Je kunt het greek capital letter mu-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 924 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter mu", or use Unicode Hex Input with 039C.
Ctrl + Shift + U, type 039c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.capital-mu::before { content: "\039C"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Μ</span>De weergave van het Greek Capital Letter Mu-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u039C' or String.fromCodePoint(924) |
| Python | '\N{GREEK CAPITAL LETTER MU}' or chr(924) |
| Rust | '\u{039C}' |
| C / C++ | UTF-8 source or wchar_t with U+039C |
| Go | string(rune(0x039C)) |
| Ruby | "\u{039C}" |