| Symboolnaam | Identification Card |
| Unicode-versie | 14.0 |
| Unicode | U+1FAAA |
| Unicode-blok | |
| Algemene categorie | Emoji (So) |
| CSS-code | \1FAAA |
| Hexadecimale code | 0x1FAAA |
| HTML-code | 🪪 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbool | 🪪 |
| URL-codering (UTF-8 procent) | %F0%9F%AA%AA |
| Uitgesproken naam / schermlezer | Identification Card |
| UTF-8 | F0 9F AA AA |
| UTF-16 | D83E DEAA |
| UTF-32 | 0001FAAA |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Je kunt het identification card-symbool op de meeste moderne apparaten typen met de volgende methoden:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "identification card".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "identification card".
Emoji keyboard → Objects; search "identification card".
1span.identification-card::before { content: "\1FAAA"; } /* prefer inline grapheme for ZWJ */1<span>🪪</span>De weergave van het Identification Card-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEAA' or String.fromCodePoint(0x1FAAA) |
| Python | '\N{IDENTIFICATION CARD}' |
| Rust | '\u{1FAAA}' |
| Swift | "\u{1FAAA}" |
| Go | string(rune(0x1FAAA)) |
| Ruby | "\u{1FAAA}" |