| Symbol Name | Square Cm |
| Unicode Version | 1.1 |
| Unicode | U+339D |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \339D |
| Hex Code | 0x339D |
| HTML Code | ㎝ |
| LaTeX | \text{CM} |
| Symbol | ㎝ |
| URL encode (UTF-8 percent) | %E3%8E%9D |
| Spoken / screen reader name | Square Cm |
| UTF-8 | E3 8E 9D |
| UTF-16 | 339D |
| UTF-32 | 0000339D |
1\documentclass{article}2\usepackage{pifont}3\text{CM}4\end{document}You can type the square cm symbol on most modern devices with the help of following methods:
Alt + 13213 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square cm", or use Unicode Hex Input with 339D.
Ctrl + Shift + U, type 339d, 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-cm::before { content: "\339D"; }1<span>㎝</span>Square Cm symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u339D' or String.fromCodePoint(0x339D) |
| Python | '\N{SQUARE CM}' or chr(13213) |
| Rust | '\u{339D}' |
| C / C++ | UTF-8 source or wchar_t with U+339D |
| Go | string(rune(0x339D)) |
| Ruby | "\u339D" |