| Nombre del símbolo | Identification Card |
| Versión Unicode | 14.0 |
| Unicode | U+1FAAA |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1FAAA |
| Código hexadecimal | 0x1FAAA |
| Código HTML | 🪪 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🪪 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AA%AA |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo identification card en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Identification Card en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |