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