| 記号名 | Scales |
| Unicodeバージョン | 4.1 |
| Unicode | U+2696 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード | \2696 |
| 16進コード | 0x2696 |
| HTMLコード | ⚖ |
| LaTeX | \textscales |
| 記号 | ⚖ |
| URLエンコード(UTF-8パーセント) | %E2%9A%96 |
| Discord / Slack ショートコード | :balance_scale: |
| 読み上げ名 / スクリーンリーダー | Scales |
| UTF-8 | E2 9A 96 |
| UTF-16 | 2696 |
| UTF-32 | 00002696 |
1\documentclass{article}2\usepackage{pifont}3\textscales4\end{document}以下の方法でほとんどの最新デバイスでscales記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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" |