| Symbol Name | Right Three Quarters Block |
| Unicode Version | 13.0 |
| Unicode | U+1FB8A |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | F0 9F AE 8A |
| UTF-16 | D83E DF8A |
| UTF-32 | 0001FB8A |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTTHREEQUARTERSBLOCK}4\end{document}You can type the right three quarters block symbol on most modern devices with the help of following methods:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "right three quarters block", or use Unicode Hex Input with 1FB8A.
Ctrl + Shift + U, type 1fb8a, 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 legacy computing symbol support.
1span.right-three-quarters-block::before { content: "\1FB8A"; }1<span>🮊</span>Right Three Quarters Block symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDF8A' or String.fromCodePoint(0x1FB8A) |
| Python | '\N{RIGHT THREE QUARTERS BLOCK}' or chr(129930) |
| Rust | '\u{1FB8A}' |
| C / C++ | UTF-8 source or wchar_t with U+1FB8A |
| Go | string(rune(0x1FB8A)) |
| Ruby | "\u{1FB8A}" |
\1FB8A |
| Hex Code | 0x1FB8A |
| HTML Code | 🮊 |
| LaTeX | \text{RIGHTTHREEQUARTERSBLOCK} |
| Symbol | 🮊 |
| URL encode (UTF-8 percent) | %F0%9F%AE%8A |
| Spoken / screen reader name | Right Three Quarters Block |