| Symboolnaam | Xiangqi Red Elephant |
| Unicode-versie | 11.0 |
| Unicode | U+1FA62 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | F0 9F A9 A2 |
| UTF-16 | D83E DE62 |
| UTF-32 | 0001FA62 |
1\documentclass{article}2\usepackage{pifont}3\text{XIANGQIREDELEPHANT}4\end{document}Je kunt het xiangqi red elephant-symbool op de meeste moderne apparaten typen met de volgende methoden:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "xiangqi red elephant", or use Unicode Hex Input with 1FA62.
Ctrl + Shift + U, type 1fa62, 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 board-game symbol support.
1span.xiangqi-red-elephant::before { content: "\1FA62"; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }1<span>🩢</span>De weergave van het Xiangqi Red Elephant-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDE62' or String.fromCodePoint(0x1FA62) |
| Python | '\N{XIANGQI RED ELEPHANT}' or chr(129634) |
| Rust | '\u{1FA62}' |
| C / C++ | UTF-8 source or wchar_t with U+1FA62 |
| Go | string(rune(0x1FA62)) |
| Ruby | "\u{1FA62}" |
\1FA62 |
| Hexadecimale code | 0x1FA62 |
| HTML-code | 🩢 |
| LaTeX | \text{XIANGQIREDELEPHANT} |
| Symbool | 🩢 |
| URL-codering (UTF-8 procent) | %F0%9F%A9%A2 |
| Uitgesproken naam / schermlezer | Xiangqi Red Elephant |