| Nom du symbole | Fingerprint |
| Version Unicode | 16.0 |
| Unicode | U+1FAC6 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1FAC6 |
| Code hexadécimal | 0x1FAC6 |
| Code HTML | 🫆 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | |
| Encodage URL (pourcent UTF-8) | %F0%9F%AB%86 |
| Nom oral / lecteur d’écran | Fingerprint |
| UTF-8 | F0 9F AB 86 |
| UTF-16 | D83E DEC6 |
| UTF-32 | 0001FAC6 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole fingerprint sur la plupart des appareils modernes avec les méthodes suivantes :
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "fingerprint".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "fingerprint".
Emoji keyboard → People; search "fingerprint".
1span.fingerprint::before { content: "\1FAC6"; } /* prefer inline grapheme for tones/ZWJ */1<span>🫆</span>La représentation du symbole Fingerprint dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEC6' or String.fromCodePoint(0x1FAC6) |
| Python | '\N{FINGERPRINT}' |
| Rust | '\u{1FAC6}' |
| Swift | "\u{1FAC6}" |
| Go | string(rune(0x1FAC6)) |
| Ruby | "\u{1FAC6}" |