| Nombre del símbolo | Large Orange Diamond |
| Versión Unicode | 0.6 |
| Unicode | U+1F536 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F536 |
| Código hexadecimal | 0x1F536 |
| Código HTML | 🔶 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🔶 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%94%B6 |
| Nombre oral / lector de pantalla | Large Orange Diamond |
| UTF-8 | F0 9F 94 B6 |
| UTF-16 | D83D DD36 |
| UTF-32 | 0001F536 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo large orange diamond en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "large orange diamond".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "large orange diamond".
Emoji keyboard → Symbols; search "large orange diamond".
1span.large-orange-diamond::before { content: "\1F536"; } /* prefer inline grapheme for ZWJ */1<span>🔶</span>La representación del símbolo Large Orange Diamond en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDD36' or String.fromCodePoint(0x1F536) |
| Python | '\N{LARGE ORANGE DIAMOND}' |
| Rust | '\u{1F536}' |
| Swift | "\u{1F536}" |
| Go | string(rune(0x1F536)) |
| Ruby | "\u{1F536}" |