| Nombre del símbolo | Heavy Ampersand Ornament |
| Versión Unicode | 7.0 |
| Unicode | U+1F674 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | F0 9F 99 B4 |
| UTF-16 | D83D DE74 |
| UTF-32 | 0001F674 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYAMPERSANDORNAMENT}4\end{document}Puedes escribir el símbolo heavy ampersand ornament 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 "heavy ampersand ornament", or use Unicode Hex Input with 1F674.
Ctrl + Shift + U, type 1f674, 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 ornament and fleuron support.
1span.heavy-ampersand-ornament::before { content: "\1F674"; }1<span>🙴</span>La representación del símbolo Heavy Ampersand Ornament en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE74' or String.fromCodePoint(0x1F674) |
| Python | '\N{HEAVY AMPERSAND ORNAMENT}' or chr(128628) |
| Rust | '\u{1F674}' |
| C / C++ | UTF-8 source or wchar_t with U+1F674 |
| Go | string(rune(0x1F674)) |
| Ruby | "\u{1F674}" |
| Código CSS |
\1F674 |
| Código hexadecimal | 0x1F674 |
| Código HTML | 🙴 |
| LaTeX | \text{HEAVYAMPERSANDORNAMENT} |
| Símbolo | 🙴 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%99%B4 |
| Nombre oral / lector de pantalla | Heavy Ampersand Ornament |