| Nombre del símbolo | Heavy Sans-serif Interrobang Ornament |
| Versión Unicode | 7.0 |
| Unicode | U+1F67B |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | F0 9F 99 BB |
| UTF-16 | D83D DE7B |
| UTF-32 | 0001F67B |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYSANS-SERIFINTERROBANGORNAMENT}4\end{document}Puedes escribir el símbolo heavy sans-serif interrobang 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 sans-serif interrobang ornament", or use Unicode Hex Input with 1F67B.
Ctrl + Shift + U, type 1f67b, 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-sans-serif-interrobang-ornament::before { content: "\1F67B"; }1<span>🙻</span>La representación del símbolo Heavy Sans-serif Interrobang Ornament en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE7B' or String.fromCodePoint(0x1F67B) |
| Python | '\N{HEAVY SANS-SERIF INTERROBANG ORNAMENT}' or chr(128635) |
| Rust | '\u{1F67B}' |
| C / C++ | UTF-8 source or wchar_t with U+1F67B |
| Go | string(rune(0x1F67B)) |
| Ruby | "\u{1F67B}" |
| Código CSS |
\1F67B |
| Código hexadecimal | 0x1F67B |
| Código HTML | 🙻 |
| LaTeX | \text{HEAVYSANS-SERIFINTERROBANGORNAMENT} |
| Símbolo | 🙻 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%99%BB |
| Nombre oral / lector de pantalla | Heavy Sans-serif Interrobang Ornament |