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