| Symboolnaam | Square Ghz |
| Unicode-versie | 1.1 |
| Unicode | U+3393 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \3393 |
| Hexadecimale code | 0x3393 |
| HTML-code | ㎓ |
| LaTeX | \text{GHZ} |
| Symbool | ㎓ |
| URL-codering (UTF-8 procent) | %E3%8E%93 |
| Uitgesproken naam / schermlezer | 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}Je kunt het square ghz-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Square Ghz-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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" |