| Nom du symbole | Square Km Capital |
| Version Unicode | 1.1 |
| Unicode | U+33CE |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E3 8F 8E |
| UTF-16 | 33CE |
| UTF-32 | 000033CE |
1\documentclass{article}2\usepackage{pifont}3\text{KMCAPITAL}4\end{document}Vous pouvez saisir le symbole square km capital sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Square Km Capital dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x33CE |
| Code HTML | ㏎ |
| LaTeX | \text{KMCAPITAL} |
| Symbole | ㏎ |
| Encodage URL (pourcent UTF-8) | %E3%8F%8E |
| Nom oral / lecteur d’écran | Square Km Capital |