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