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