| Nombre del símbolo | Bullet Train |
| Versión Unicode | 0.6 |
| Unicode | U+1F685 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F685 |
| Código hexadecimal | 0x1F685 |
| Código HTML | 🚅 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🚅 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%9A%85 |
| Atajo Discord / Slack | :bullettrain_front: |
| Atajo GitHub | :bullettrain_front: |
| Nombre oral / lector de pantalla | Bullet Train |
| UTF-8 | F0 9F 9A 85 |
| UTF-16 | D83D DE85 |
| UTF-32 | 0001F685 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo bullet train en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "bullet train".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "bullet train".
Emoji keyboard → Travel; search "bullet train".
1span.bullet-train::before { content: "\1F685"; } /* prefer inline grapheme for ZWJ */1<span>🚅</span>La representación del símbolo Bullet Train en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE85' or String.fromCodePoint(0x1F685) |
| Python | '\N{BULLET TRAIN}' |
| Rust | '\u{1F685}' |
| Swift | "\u{1F685}" |
| Go | string(rune(0x1F685)) |
| Ruby | "\u{1F685}" |