| Nome del simbolo | Solid Quilt Square Ornament In Black Square |
| Versione Unicode | 7.0 |
| Unicode | U+1F66B |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | F0 9F 99 AB |
| UTF-16 | D83D DE6B |
| UTF-32 | 0001F66B |
1\documentclass{article}2\usepackage{pifont}3\text{SOLIDQUILTSQUAREORNAMENTINBLACKSQUARE}4\end{document}Puoi digitare il simbolo solid quilt square ornament in black square sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "solid quilt square ornament in black square", or use Unicode Hex Input with 1F66B.
Ctrl + Shift + U, type 1f66b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.solid-quilt-square-ornament-in-black-square::before { content: "\1F66B"; }1<span>🙫</span>La rappresentazione del simbolo Solid Quilt Square Ornament In Black Square nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE6B' or String.fromCodePoint(0x1F66B) |
| Python | '\N{SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE}' or chr(128619) |
| Rust | '\u{1F66B}' |
| C / C++ | UTF-8 source or wchar_t with U+1F66B |
| Go | string(rune(0x1F66B)) |
| Ruby | "\u{1F66B}" |
| Codice CSS |
\1F66B |
| Codice esadecimale | 0x1F66B |
| Codice HTML | 🙫 |
| LaTeX | \text{SOLIDQUILTSQUAREORNAMENTINBLACKSQUARE} |
| Simbolo | 🙫 |
| Codifica URL (percentuale UTF-8) | %F0%9F%99%AB |
| Nome parlato / screen reader | Solid Quilt Square Ornament In Black Square |