| Nom du symbole | Heavy Sans-serif Interrobang Ornament |
| Version Unicode | 7.0 |
| Unicode | U+1F67B |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole heavy sans-serif interrobang ornament sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Heavy Sans-serif Interrobang Ornament dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\1F67B |
| Code hexadécimal | 0x1F67B |
| Code HTML | 🙻 |
| LaTeX | \text{HEAVYSANS-SERIFINTERROBANGORNAMENT} |
| Symbole | 🙻 |
| Encodage URL (pourcent UTF-8) | %F0%9F%99%BB |
| Nom oral / lecteur d’écran | Heavy Sans-serif Interrobang Ornament |