| Nombre del símbolo | Scales |
| Versión Unicode | 4.1 |
| Unicode | U+2696 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \2696 |
| Código hexadecimal | 0x2696 |
| Código HTML | ⚖ |
| LaTeX | \textscales |
| Símbolo | ⚖ |
| Codificación URL (porcentaje UTF-8) | %E2%9A%96 |
| Atajo Discord / Slack | :balance_scale: |
| Nombre oral / lector de pantalla | Scales |
| UTF-8 | E2 9A 96 |
| UTF-16 | 2696 |
| UTF-32 | 00002696 |
1\documentclass{article}2\usepackage{pifont}3\textscales4\end{document}Puedes escribir el símbolo scales en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Scales en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |