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