| Symboolnaam | Scales |
| Unicode-versie | 4.1 |
| Unicode | U+2696 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2696 |
| Hexadecimale code | 0x2696 |
| HTML-code | ⚖ |
| LaTeX | \textscales |
| Symbool | ⚖ |
| URL-codering (UTF-8 procent) | %E2%9A%96 |
| Discord / Slack-shortcode | :balance_scale: |
| Uitgesproken naam / schermlezer | Scales |
| UTF-8 | E2 9A 96 |
| UTF-16 | 2696 |
| UTF-32 | 00002696 |
1\documentclass{article}2\usepackage{pifont}3\textscales4\end{document}Je kunt het scales-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Scales-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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" |