| Symbol Name | Scales |
| Unicode Version | 4.1 |
| Unicode | U+2696 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2696 |
| Hex Code | 0x2696 |
| HTML Code | ⚖ |
| LaTeX | \textscales |
| Symbol | ⚖ |
| URL encode (UTF-8 percent) | %E2%9A%96 |
| Discord / Slack shortcode | :balance_scale: |
| Spoken / screen reader name | Scales |
| UTF-8 | E2 9A 96 |
| UTF-16 | 2696 |
| UTF-32 | 00002696 |
1\documentclass{article}2\usepackage{pifont}3\textscales4\end{document}You can type the scales symbol on most modern devices with the help of following methods:
Alt + 9878 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "scales" or "balance".
Ctrl + Shift + U, type 2696, then Enter (layout-dependent).
Use the emoji/symbol picker or paste from this page.
Use the emoji/symbol picker or paste from this page.
1span.scales::before { content: "\2696"; }1<span>⚖</span>Scales symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2696' or String.fromCodePoint(0x2696) |
| Python | '\N{SCALES}' or chr(9878) |
| Rust | '\u{2696}' |
| C / C++ | UTF-8 source or wchar_t with U+2696 |
| Go | string(rune(0x2696)) |
| Ruby | "\u2696" |