| Symboolnaam | Pluto |
| Unicode-versie | 1.1 |
| Unicode | U+2647 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2647 |
| Hexadecimale code | 0x2647 |
| HTML-code | ♇ |
| LaTeX | \pluto |
| Symbool | ♇ |
| URL-codering (UTF-8 procent) | %E2%99%87 |
| Uitgesproken naam / schermlezer | Pluto |
| UTF-8 | E2 99 87 |
| UTF-16 | 2647 |
| UTF-32 | 00002647 |
1\documentclass{article}2\usepackage{pifont}3\pluto 4\end{document}Je kunt het pluto-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9799 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "pluto", or use Unicode Hex Input with 2647.
Ctrl + Shift + U, type 2647, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with astrology symbol support.
1span.pluto::before { content: "\2647"; }1<span>♇</span>De weergave van het Pluto-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2647' or String.fromCodePoint(9799) |
| Python | '\N{PLUTO}' or chr(9799) |
| Rust | '\u{2647}' |
| C / C++ | UTF-8 source or wchar_t with U+2647 |
| Go | string(rune(0x2647)) |
| Ruby | "\u{2647}" |