| Nom du symbole | Coffin |
| Version Unicode | 1.0 |
| Unicode | U+26B0 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \26B0 |
| Code hexadécimal | 0x26B0 |
| Code HTML | ⚰️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⚰️ |
| Encodage URL (pourcent UTF-8) | %E2%9A%B0%EF%B8%8F |
| Nom oral / lecteur d’écran | Coffin |
| UTF-8 | E2 9A B0 EF B8 8F |
| UTF-16 | 26B0 FE0F |
| UTF-32 | 000026B0 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole coffin sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "coffin".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "coffin".
Emoji keyboard → Objects; search "coffin".
1span.coffin::before { content: "\26B0"; } /* prefer inline grapheme for ZWJ */1<span>⚰️</span>La représentation du symbole Coffin dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x26B0, 0xFE0F) |
| Python | '\N{COFFIN}' |
| Rust | '\u{26B0}' |
| Swift | "\u{26B0}" |
| Go | string(rune(0x26B0)) |
| Ruby | "\u{26B0}" |