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