| Nombre del símbolo | Right And Lower One Eighth Block |
| Versión Unicode | 13.0 |
| Unicode | U+1FB7F |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | F0 9F AD BF |
| UTF-16 | D83E DF7F |
| UTF-32 | 0001FB7F |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTANDLOWERONEEIGHTHBLOCK}4\end{document}Puedes escribir el símbolo right and lower one eighth block en la mayoría de dispositivos modernos con los siguientes métodos:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "right and lower one eighth block", or use Unicode Hex Input with 1FB7F.
Ctrl + Shift + U, type 1fb7f, 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-and-lower-one-eighth-block::before { content: "\1FB7F"; }1<span>🭿</span>La representación del símbolo Right And Lower One Eighth Block en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDF7F' or String.fromCodePoint(0x1FB7F) |
| Python | '\N{RIGHT AND LOWER ONE EIGHTH BLOCK}' or chr(129919) |
| Rust | '\u{1FB7F}' |
| C / C++ | UTF-8 source or wchar_t with U+1FB7F |
| Go | string(rune(0x1FB7F)) |
| Ruby | "\u{1FB7F}" |
| Código CSS |
\1FB7F |
| Código hexadecimal | 0x1FB7F |
| Código HTML | 🭿 |
| LaTeX | \text{RIGHTANDLOWERONEEIGHTHBLOCK} |
| Símbolo | 🭿 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AD%BF |
| Nombre oral / lector de pantalla | Right And Lower One Eighth Block |