| Symboolnaam | White Chess Rook Rotated Ninety Degrees |
| Unicode-versie | 12.0 |
| Unicode | U+1FA0B |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | F0 9F A8 8B |
| UTF-16 | D83E DE0B |
| UTF-32 | 0001FA0B |
1\documentclass{article}2\usepackage{pifont}3\text{WHITECHESSROOKROTATEDNINETYDEGREES}4\end{document}Je kunt het white chess rook rotated ninety degrees-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 "white chess rook rotated ninety degrees", or use Unicode Hex Input with 1FA0B.
Ctrl + Shift + U, type 1fa0b, 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.white-chess-rook-rotated-ninety-degrees::before { content: "\1FA0B"; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }1<span>🨋</span>De weergave van het White Chess Rook Rotated Ninety Degrees-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDE0B' or String.fromCodePoint(0x1FA0B) |
| Python | '\N{WHITE CHESS ROOK ROTATED NINETY DEGREES}' or chr(129547) |
| Rust | '\u{1FA0B}' |
| C / C++ | UTF-8 source or wchar_t with U+1FA0B |
| Go | string(rune(0x1FA0B)) |
| Ruby | "\u{1FA0B}" |
\1FA0B |
| Hexadecimale code | 0x1FA0B |
| HTML-code | 🨋 |
| LaTeX | \text{WHITECHESSROOKROTATEDNINETYDEGREES} |
| Symbool | 🨋 |
| URL-codering (UTF-8 procent) | %F0%9F%A8%8B |
| Uitgesproken naam / schermlezer | White Chess Rook Rotated Ninety Degrees |